Class kr.gracelove.jojoldu.springboot.web.IndexControllerTest

1

tests

0

failures

0

ignored

0.426s

duration

100%

successful

Tests

Test Duration Result
메인페이지_로딩 0.426s passed

Standard output

13:56:23.237 [Test worker] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class kr.gracelove.jojoldu.springboot.web.IndexControllerTest]
13:56:23.246 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
13:56:23.253 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
13:56:23.270 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [kr.gracelove.jojoldu.springboot.web.IndexControllerTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
13:56:23.283 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [kr.gracelove.jojoldu.springboot.web.IndexControllerTest], using SpringBootContextLoader
13:56:23.286 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [kr.gracelove.jojoldu.springboot.web.IndexControllerTest]: class path resource [kr/gracelove/jojoldu/springboot/web/IndexControllerTest-context.xml] does not exist
13:56:23.287 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [kr.gracelove.jojoldu.springboot.web.IndexControllerTest]: class path resource [kr/gracelove/jojoldu/springboot/web/IndexControllerTestContext.groovy] does not exist
13:56:23.287 [Test worker] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [kr.gracelove.jojoldu.springboot.web.IndexControllerTest]: no resource found for suffixes {-context.xml, Context.groovy}.
13:56:23.288 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [kr.gracelove.jojoldu.springboot.web.IndexControllerTest]: IndexControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
13:56:23.335 [Test worker] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [kr.gracelove.jojoldu.springboot.web.IndexControllerTest]
13:56:23.419 [Test worker] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [/Users/govlmo91/IdeaProjects/jojoldubook/build/classes/java/main/kr/gracelove/jojoldu/springboot/Application.class]
13:56:23.420 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration kr.gracelove.jojoldu.springboot.Application for test class kr.gracelove.jojoldu.springboot.web.IndexControllerTest
13:56:23.500 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [kr.gracelove.jojoldu.springboot.web.IndexControllerTest]: using defaults.
13:56:23.501 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
13:56:23.517 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5d36191d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3e67250a, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@552de3c5, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@55eac8ac, org.springframework.test.context.support.DirtiesContextTestExecutionListener@38f9cdfd, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3fb1e09d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5b80f65, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@61418d6, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@70f4bbcc, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@40711847, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@5f7e40b, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@23038ecb]
13:56:23.520 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [kr.gracelove.jojoldu.springboot.web.IndexControllerTest]
13:56:23.520 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [kr.gracelove.jojoldu.springboot.web.IndexControllerTest]
13:56:23.521 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [kr.gracelove.jojoldu.springboot.web.IndexControllerTest]
13:56:23.521 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [kr.gracelove.jojoldu.springboot.web.IndexControllerTest]
13:56:23.526 [Test worker] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@e9b066a testClass = IndexControllerTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@5a912097 testClass = IndexControllerTest, locations = '{}', classes = '{class kr.gracelove.jojoldu.springboot.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@4e536a8f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@1bdccf26, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@640f81a4, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3c4f1c14], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> false]], class annotated with @DirtiesContext [false] with mode [null].
13:56:23.527 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [kr.gracelove.jojoldu.springboot.web.IndexControllerTest]
13:56:23.527 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [kr.gracelove.jojoldu.springboot.web.IndexControllerTest]
13:56:23.531 [Test worker] DEBUG org.springframework.test.context.support.DependencyInjectionTestExecutionListener - Performing dependency injection for test context [[DefaultTestContext@e9b066a testClass = IndexControllerTest, testInstance = kr.gracelove.jojoldu.springboot.web.IndexControllerTest@757cfb57, testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@5a912097 testClass = IndexControllerTest, locations = '{}', classes = '{class kr.gracelove.jojoldu.springboot.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@4e536a8f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@1bdccf26, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@640f81a4, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3c4f1c14], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> false]]].
13:56:23.549 [Test worker] DEBUG org.springframework.test.context.support.TestPropertySourceUtils - Adding inlined properties to environment: {spring.jmx.enabled=false, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}
2019-12-07 13:56:23.766 DEBUG 15190 --- [    Test worker] .c.l.ClasspathLoggingApplicationListener : Application started with classpath: unknown

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.1.7.RELEASE)

2019-12-07 13:56:23.815 DEBUG 15190 --- [kground-preinit] .h.v.m.ResourceBundleMessageInterpolator : Loaded expression factory via original TCCL
2019-12-07 13:56:23.822 DEBUG 15190 --- [kground-preinit] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator.
2019-12-07 13:56:23.822 DEBUG 15190 --- [kground-preinit] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.internal.engine.resolver.JPATraversableResolver as ValidatorFactory-scoped traversable resolver.
2019-12-07 13:56:23.823 DEBUG 15190 --- [kground-preinit] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider.
2019-12-07 13:56:23.823 DEBUG 15190 --- [kground-preinit] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider.
2019-12-07 13:56:23.823 DEBUG 15190 --- [kground-preinit] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory.
2019-12-07 13:56:23.875  INFO 15190 --- [    Test worker] k.g.j.s.web.IndexControllerTest          : Starting IndexControllerTest on govlmo91ui-MacBookPro.local with PID 15190 (started by govlmo91 in /Users/govlmo91/IdeaProjects/jojoldubook)
2019-12-07 13:56:23.875 DEBUG 15190 --- [    Test worker] k.g.j.s.web.IndexControllerTest          : Running with Spring Boot v2.1.7.RELEASE, Spring v5.1.9.RELEASE
2019-12-07 13:56:23.875  INFO 15190 --- [    Test worker] k.g.j.s.web.IndexControllerTest          : The following profiles are active: oauth
2019-12-07 13:56:23.875 DEBUG 15190 --- [    Test worker] o.s.boot.SpringApplication               : Loading source class kr.gracelove.jojoldu.springboot.Application
2019-12-07 13:56:23.893 DEBUG 15190 --- [    Test worker] o.s.b.c.c.ConfigFileApplicationListener  : Loaded config file 'file:/Users/govlmo91/IdeaProjects/jojoldubook/build/resources/main/application.properties' (classpath:/application.properties)
2019-12-07 13:56:23.894 DEBUG 15190 --- [    Test worker] o.s.b.c.c.ConfigFileApplicationListener  : Loaded config file 'file:/Users/govlmo91/IdeaProjects/jojoldubook/build/resources/main/application-oauth.properties' (classpath:/application-oauth.properties) for profile oauth
2019-12-07 13:56:23.895 DEBUG 15190 --- [    Test worker] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@60a36f4e
2019-12-07 13:56:23.915 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2019-12-07 13:56:23.929 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory'
2019-12-07 13:56:24.021 DEBUG 15190 --- [    Test worker] o.s.c.a.ClassPathBeanDefinitionScanner   : Identified candidate component class: file [/Users/govlmo91/IdeaProjects/jojoldubook/build/classes/java/main/kr/gracelove/jojoldu/springboot/config/WebConfig.class]
2019-12-07 13:56:24.024 DEBUG 15190 --- [    Test worker] o.s.c.a.ClassPathBeanDefinitionScanner   : Identified candidate component class: file [/Users/govlmo91/IdeaProjects/jojoldubook/build/classes/java/main/kr/gracelove/jojoldu/springboot/config/auth/CustomOAuth2UserService.class]
2019-12-07 13:56:24.027 DEBUG 15190 --- [    Test worker] o.s.c.a.ClassPathBeanDefinitionScanner   : Identified candidate component class: file [/Users/govlmo91/IdeaProjects/jojoldubook/build/classes/java/main/kr/gracelove/jojoldu/springboot/config/auth/LoginUserArgumentResolver.class]
2019-12-07 13:56:24.032 DEBUG 15190 --- [    Test worker] o.s.c.a.ClassPathBeanDefinitionScanner   : Identified candidate component class: file [/Users/govlmo91/IdeaProjects/jojoldubook/build/classes/java/main/kr/gracelove/jojoldu/springboot/config/auth/SecurityConfig.class]
2019-12-07 13:56:24.045 DEBUG 15190 --- [    Test worker] o.s.c.a.ClassPathBeanDefinitionScanner   : Identified candidate component class: file [/Users/govlmo91/IdeaProjects/jojoldubook/build/classes/java/main/kr/gracelove/jojoldu/springboot/service/posts/PostsService.class]
2019-12-07 13:56:24.047 DEBUG 15190 --- [    Test worker] o.s.c.a.ClassPathBeanDefinitionScanner   : Identified candidate component class: file [/Users/govlmo91/IdeaProjects/jojoldubook/build/classes/java/main/kr/gracelove/jojoldu/springboot/web/IndexController.class]
2019-12-07 13:56:24.049 DEBUG 15190 --- [    Test worker] o.s.c.a.ClassPathBeanDefinitionScanner   : Identified candidate component class: file [/Users/govlmo91/IdeaProjects/jojoldubook/build/classes/java/main/kr/gracelove/jojoldu/springboot/web/PostsApiController.class]
2019-12-07 13:56:24.143 DEBUG 15190 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry  : Found jar:file:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.22/79f39903498b28adacb18fe2ea046edd306295a6/tomcat-embed-core-9.0.22.jar!/org/apache/catalina/mbeans/mbeans-descriptors.xml
2019-12-07 13:56:24.154 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : register('-//Apache Software Foundation//DTD Model MBeans Configuration File', 'jar:file:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.22/79f39903498b28adacb18fe2ea046edd306295a6/tomcat-embed-core-9.0.22.jar!/org/apache/tomcat/util/modeler/mbeans-descriptors.dtd'
2019-12-07 13:56:24.182 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@3615869d)
2019-12-07 13:56:24.182 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startDocument()
2019-12-07 13:56:24.185 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbeans-descriptors)
2019-12-07 13:56:24.185 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors'
2019-12-07 13:56:24.187 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:24.187 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:24.188 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:24.192 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:24.193 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.197 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.198 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:24.198 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'MBeanFactory'
2019-12-07 13:56:24.199 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=MBeanFactory)
2019-12-07 13:56:24.201 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.mbeans.MBeanFactory'
2019-12-07 13:56:24.201 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.mbeans.MBeanFactory)
2019-12-07 13:56:24.202 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Factory for MBeans and corresponding components'
2019-12-07 13:56:24.202 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Factory for MBeans and corresponding components)
2019-12-07 13:56:24.202 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:24.203 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:24.203 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.203 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.204 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.204 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.204 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.205 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.205 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:24.205 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.206 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.207 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.208 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:24.208 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createAjpConnector'
2019-12-07 13:56:24.208 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createAjpConnector)
2019-12-07 13:56:24.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new AjpConnector'
2019-12-07 13:56:24.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new AjpConnector)
2019-12-07 13:56:24.210 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:24.210 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:24.210 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:24.211 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:24.211 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.211 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.212 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.212 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.212 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.213 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.213 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.214 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-12-07 13:56:24.214 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-12-07 13:56:24.214 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-12-07 13:56:24.215 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-12-07 13:56:24.215 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.215 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.215 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.216 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.217 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.217 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.217 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.218 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.218 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.219 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.219 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@54dba3e8)
2019-12-07 13:56:24.219 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.219 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.220 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.220 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.220 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.221 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.221 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.221 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.221 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.222 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.222 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'address'
2019-12-07 13:56:24.222 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=address)
2019-12-07 13:56:24.223 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The IP address on which to bind'
2019-12-07 13:56:24.223 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The IP address on which to bind)
2019-12-07 13:56:24.223 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.223 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.224 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.225 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.225 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.225 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.225 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@40d872b3)
2019-12-07 13:56:24.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.227 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.227 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.227 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.227 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.227 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.228 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.228 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.229 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.229 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.229 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'port'
2019-12-07 13:56:24.229 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=port)
2019-12-07 13:56:24.230 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'TCP port number to listen on'
2019-12-07 13:56:24.231 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=TCP port number to listen on)
2019-12-07 13:56:24.231 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int'
2019-12-07 13:56:24.232 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int)
2019-12-07 13:56:24.232 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.233 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.234 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.234 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.234 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.235 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.235 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.235 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.235 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@12c47739)
2019-12-07 13:56:24.236 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.236 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.236 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.236 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.237 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.237 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:24.237 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.237 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
      
    '
2019-12-07 13:56:24.238 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.245 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.245 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.245 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.245 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5381c584)
2019-12-07 13:56:24.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.248 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.248 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.248 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.249 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:24.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.250 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.250 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:24.250 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createDataSourceRealm'
2019-12-07 13:56:24.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createDataSourceRealm)
2019-12-07 13:56:24.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new DataSource Realm'
2019-12-07 13:56:24.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new DataSource Realm)
2019-12-07 13:56:24.252 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:24.252 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:24.252 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:24.253 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:24.253 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.253 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.254 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.255 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.255 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-12-07 13:56:24.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-12-07 13:56:24.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-12-07 13:56:24.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-12-07 13:56:24.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.258 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.260 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@8884579)
2019-12-07 13:56:24.260 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.260 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.260 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.260 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.261 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.261 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.261 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'dataSourceName'
2019-12-07 13:56:24.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=dataSourceName)
2019-12-07 13:56:24.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The JNDI named JDBC DataSource'
2019-12-07 13:56:24.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The JNDI named JDBC DataSource)
2019-12-07 13:56:24.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.264 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@43665dbb)
2019-12-07 13:56:24.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.267 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.267 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.267 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.267 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.268 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.268 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.268 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.269 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'roleNameCol'
2019-12-07 13:56:24.269 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=roleNameCol)
2019-12-07 13:56:24.269 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The column in the user role table that names a role'
2019-12-07 13:56:24.269 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The column in the user role table that names a role)
2019-12-07 13:56:24.270 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.270 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.270 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.270 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.270 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.271 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.271 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.271 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.271 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.271 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.271 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5f5eb44b)
2019-12-07 13:56:24.272 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.272 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.272 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.272 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.272 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.273 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.273 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.273 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.274 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.274 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.274 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'userCredCol'
2019-12-07 13:56:24.274 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=userCredCol)
2019-12-07 13:56:24.274 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The column in the user table that holds the user's                         credentials'
2019-12-07 13:56:24.275 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The column in the user table that holds the user's                         credentials)
2019-12-07 13:56:24.275 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.275 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.276 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1c6280c1)
2019-12-07 13:56:24.278 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.278 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.278 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.278 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.278 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.279 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.279 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.279 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.279 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.280 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.280 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'userNameCol'
2019-12-07 13:56:24.280 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=userNameCol)
2019-12-07 13:56:24.280 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The column in the user table that holds the user's                         username'
2019-12-07 13:56:24.281 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The column in the user table that holds the user's                         username)
2019-12-07 13:56:24.281 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.282 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.283 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.285 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@568bbdb9)
2019-12-07 13:56:24.285 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.285 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.285 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.285 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.286 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.286 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.286 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.287 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.287 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.287 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.287 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'userRoleTable'
2019-12-07 13:56:24.287 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=userRoleTable)
2019-12-07 13:56:24.288 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The table that holds the relation between user's and                         roles'
2019-12-07 13:56:24.288 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The table that holds the relation between user's and                         roles)
2019-12-07 13:56:24.288 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.288 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.289 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.289 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.289 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.289 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.289 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.290 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.290 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.290 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.290 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@27f1a956)
2019-12-07 13:56:24.290 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.291 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.291 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.291 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.291 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.291 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.292 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.293 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.293 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.293 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.294 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'userTable'
2019-12-07 13:56:24.294 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=userTable)
2019-12-07 13:56:24.294 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The table that holds user data'
2019-12-07 13:56:24.294 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The table that holds user data)
2019-12-07 13:56:24.294 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.294 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.295 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.295 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.295 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.295 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.295 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.296 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.296 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.296 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.296 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@d27bd0f)
2019-12-07 13:56:24.297 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.297 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.297 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.297 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.297 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.298 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:24.298 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.298 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
      
      
      
      
      
    '
2019-12-07 13:56:24.298 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5cb50e2)
2019-12-07 13:56:24.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.300 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.301 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:24.301 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.301 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.301 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.302 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:24.302 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createHttpConnector'
2019-12-07 13:56:24.302 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createHttpConnector)
2019-12-07 13:56:24.303 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new HttpConnector'
2019-12-07 13:56:24.303 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new HttpConnector)
2019-12-07 13:56:24.303 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:24.303 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:24.303 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:24.304 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:24.304 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.304 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.304 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.304 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-12-07 13:56:24.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-12-07 13:56:24.306 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-12-07 13:56:24.306 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-12-07 13:56:24.306 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.306 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.307 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@e265397)
2019-12-07 13:56:24.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.309 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.309 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.309 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
     )
2019-12-07 13:56:24.309 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'address'
2019-12-07 13:56:24.311 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=address)
2019-12-07 13:56:24.311 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The IP address on which to bind'
2019-12-07 13:56:24.311 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The IP address on which to bind)
2019-12-07 13:56:24.311 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.312 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.312 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.312 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.312 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.312 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.313 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.313 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.313 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.314 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.314 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2437f01c)
2019-12-07 13:56:24.314 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.315 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.315 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.315 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.315 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.316 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'port'
2019-12-07 13:56:24.317 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=port)
2019-12-07 13:56:24.317 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'TCP port number to listen on'
2019-12-07 13:56:24.318 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=TCP port number to listen on)
2019-12-07 13:56:24.318 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int'
2019-12-07 13:56:24.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int)
2019-12-07 13:56:24.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.319 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.320 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.320 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.320 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.320 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3f18d83b)
2019-12-07 13:56:24.320 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.321 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.321 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.321 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.321 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.321 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:24.321 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.322 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
     
      
    '
2019-12-07 13:56:24.322 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.322 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.322 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.322 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.323 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2b54bf1b)
2019-12-07 13:56:24.323 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.324 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.324 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.324 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.324 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.324 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:24.325 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.325 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.325 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.325 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:24.325 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createHttpsConnector'
2019-12-07 13:56:24.326 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createHttpsConnector)
2019-12-07 13:56:24.329 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new HttpsConnector'
2019-12-07 13:56:24.330 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new HttpsConnector)
2019-12-07 13:56:24.330 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:24.330 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:24.330 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:24.330 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:24.330 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.331 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.331 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.331 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.331 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.332 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.332 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.332 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-12-07 13:56:24.332 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-12-07 13:56:24.336 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-12-07 13:56:24.337 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-12-07 13:56:24.337 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.338 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.338 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.338 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.339 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.339 DEBUG 15190 --- [    Test worker] o.s.c.e.PropertySourcesPropertyResolver  : Found key 'spring.jmx.enabled' in PropertySource 'configurationProperties' with value of type String
2019-12-07 13:56:24.339 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.340 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.340 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.340 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.340 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.341 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@31506c45)
2019-12-07 13:56:24.341 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.341 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.341 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.341 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.342 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.342 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.342 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.342 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.343 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.344 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.344 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'address'
2019-12-07 13:56:24.345 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=address)
2019-12-07 13:56:24.345 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The IP address on which to bind'
2019-12-07 13:56:24.345 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The IP address on which to bind)
2019-12-07 13:56:24.346 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.346 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.346 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.347 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.347 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.347 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.347 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.347 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.347 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.348 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.348 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@55c95ebd)
2019-12-07 13:56:24.348 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.349 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.350 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.350 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.350 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.351 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.351 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.351 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'port'
2019-12-07 13:56:24.353 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=port)
2019-12-07 13:56:24.353 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'TCP port number to listen on'
2019-12-07 13:56:24.353 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=TCP port number to listen on)
2019-12-07 13:56:24.353 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int'
2019-12-07 13:56:24.354 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int)
2019-12-07 13:56:24.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.355 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.357 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.357 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6f08dd23)
2019-12-07 13:56:24.357 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.358 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.358 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.358 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.358 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.358 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:24.358 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
      
    '
2019-12-07 13:56:24.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1445d484)
2019-12-07 13:56:24.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.360 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.361 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:24.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:24.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createJDBCRealm'
2019-12-07 13:56:24.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createJDBCRealm)
2019-12-07 13:56:24.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new JDBC Realm'
2019-12-07 13:56:24.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new JDBC Realm)
2019-12-07 13:56:24.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:24.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:24.363 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:24.364 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:24.364 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.364 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.364 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-12-07 13:56:24.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-12-07 13:56:24.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-12-07 13:56:24.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-12-07 13:56:24.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.366 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3d0df2ea)
2019-12-07 13:56:24.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.369 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.369 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.369 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.370 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.370 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:24.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:24.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.372 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.372 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.372 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7a32f2a)
2019-12-07 13:56:24.372 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.372 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.373 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.374 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:24.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:24.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createJNDIRealm'
2019-12-07 13:56:24.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createJNDIRealm)
2019-12-07 13:56:24.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new JNDI Realm'
2019-12-07 13:56:24.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new JNDI Realm)
2019-12-07 13:56:24.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:24.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:24.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:24.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:24.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.377 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.378 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.378 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.378 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.379 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.379 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.379 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-12-07 13:56:24.379 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-12-07 13:56:24.379 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-12-07 13:56:24.379 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-12-07 13:56:24.380 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.380 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.380 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.380 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.380 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.380 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.380 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@69b9490)
2019-12-07 13:56:24.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.382 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.382 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:24.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:24.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3c408133)
2019-12-07 13:56:24.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.383 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.384 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:24.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:24.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createMemoryRealm'
2019-12-07 13:56:24.385 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createMemoryRealm)
2019-12-07 13:56:24.385 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new Memory Realm'
2019-12-07 13:56:24.385 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new Memory Realm)
2019-12-07 13:56:24.385 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:24.385 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:24.386 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:24.386 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:24.386 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.386 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.386 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-12-07 13:56:24.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-12-07 13:56:24.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-12-07 13:56:24.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-12-07 13:56:24.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.388 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6e08bef3)
2019-12-07 13:56:24.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.390 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.390 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:24.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:24.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@704c0667)
2019-12-07 13:56:24.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.392 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.392 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:24.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:24.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createUserDatabaseRealm'
2019-12-07 13:56:24.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createUserDatabaseRealm)
2019-12-07 13:56:24.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new  UserDatabaseRealm'
2019-12-07 13:56:24.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new  UserDatabaseRealm)
2019-12-07 13:56:24.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:24.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:24.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:24.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:24.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.394 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.394 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-12-07 13:56:24.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-12-07 13:56:24.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-12-07 13:56:24.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-12-07 13:56:24.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.396 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.396 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.396 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.396 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.396 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.396 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.396 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.396 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.397 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.397 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2aa923ea)
2019-12-07 13:56:24.397 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.397 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.397 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.397 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.397 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.398 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.398 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.398 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.398 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.398 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.398 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceName'
2019-12-07 13:56:24.399 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceName)
2019-12-07 13:56:24.399 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Global JNDI resource name of the associated'
2019-12-07 13:56:24.399 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Global JNDI resource name of the associated)
2019-12-07 13:56:24.399 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.399 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.399 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.400 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.400 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.400 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.400 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.400 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.400 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.400 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@12d86695)
2019-12-07 13:56:24.401 DEBUG 15190 --- [    Test worker] o.s.c.e.PropertySourcesPropertyResolver  : Found key 'spring.jmx.enabled' in PropertySource 'configurationProperties' with value of type String
2019-12-07 13:56:24.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.401 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.401 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:24.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
    '
2019-12-07 13:56:24.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@398cad1b)
2019-12-07 13:56:24.403 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.403 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.403 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.403 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.403 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.403 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:24.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:24.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createStandardContext'
2019-12-07 13:56:24.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createStandardContext)
2019-12-07 13:56:24.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new StandardContext'
2019-12-07 13:56:24.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new StandardContext)
2019-12-07 13:56:24.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:24.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:24.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:24.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:24.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.406 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.406 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.406 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.406 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.406 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.406 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.406 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-12-07 13:56:24.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-12-07 13:56:24.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-12-07 13:56:24.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-12-07 13:56:24.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.407 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@29e3eb73)
2019-12-07 13:56:24.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.409 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.409 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'path'
2019-12-07 13:56:24.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=path)
2019-12-07 13:56:24.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The context path for this Context'
2019-12-07 13:56:24.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The context path for this Context)
2019-12-07 13:56:24.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.411 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.412 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.412 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4ab62bd6)
2019-12-07 13:56:24.412 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.412 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.412 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.412 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.412 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.413 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.413 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.413 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.413 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.413 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.414 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'docBase'
2019-12-07 13:56:24.414 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=docBase)
2019-12-07 13:56:24.414 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Document base directory (or WAR) for this Context'
2019-12-07 13:56:24.414 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Document base directory (or WAR) for this Context)
2019-12-07 13:56:24.414 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.414 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.415 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1b0b10db)
2019-12-07 13:56:24.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.416 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.417 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:24.417 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.417 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
      
    '
2019-12-07 13:56:24.417 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.417 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.417 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.418 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.418 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@47b392d4)
2019-12-07 13:56:24.418 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.418 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.418 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.418 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.419 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.419 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:24.419 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.419 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:24.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createStandardServiceEngine'
2019-12-07 13:56:24.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createStandardServiceEngine)
2019-12-07 13:56:24.421 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new StandardService and StandardEngine'
2019-12-07 13:56:24.421 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new StandardService and StandardEngine)
2019-12-07 13:56:24.421 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:24.421 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:24.421 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:24.422 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:24.422 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.422 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.422 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.425 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'domain'
2019-12-07 13:56:24.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=domain)
2019-12-07 13:56:24.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Domain used for MBeans associated with the new Service'
2019-12-07 13:56:24.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Domain used for MBeans associated with the new Service)
2019-12-07 13:56:24.427 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.427 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.427 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.427 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.427 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.427 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.427 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.427 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.427 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.428 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.429 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@713d4122)
2019-12-07 13:56:24.429 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.429 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.429 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.429 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.430 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.430 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.430 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.430 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.430 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.430 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'defaultHost'
2019-12-07 13:56:24.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=defaultHost)
2019-12-07 13:56:24.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Default host name for the new Engine'
2019-12-07 13:56:24.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Default host name for the new Engine)
2019-12-07 13:56:24.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.432 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.432 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.432 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.432 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.432 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.432 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.432 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.432 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@aae2c48)
2019-12-07 13:56:24.433 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.433 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.433 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.433 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.433 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.434 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.434 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.434 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.434 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.434 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.434 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'baseDir'
2019-12-07 13:56:24.435 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=baseDir)
2019-12-07 13:56:24.435 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Base directory value for the new Engine'
2019-12-07 13:56:24.435 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Base directory value for the new Engine)
2019-12-07 13:56:24.435 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.435 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.435 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.436 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.436 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.436 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.436 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.436 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.436 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.436 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.436 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@49e0780e)
2019-12-07 13:56:24.436 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.436 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.436 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.437 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.437 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.437 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:24.437 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.437 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
      
    '
2019-12-07 13:56:24.437 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.437 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.437 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.438 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.438 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@129e66d4)
2019-12-07 13:56:24.438 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.438 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.438 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.438 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.438 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.439 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:24.439 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.439 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.440 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.440 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:24.440 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createStandardHost'
2019-12-07 13:56:24.440 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createStandardHost)
2019-12-07 13:56:24.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new StandardHost'
2019-12-07 13:56:24.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new StandardHost)
2019-12-07 13:56:24.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:24.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:24.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:24.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:24.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.441 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.442 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-12-07 13:56:24.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-12-07 13:56:24.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-12-07 13:56:24.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-12-07 13:56:24.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.443 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.444 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.444 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@9b101f4)
2019-12-07 13:56:24.444 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.444 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.444 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.444 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.444 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.444 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.444 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.445 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.445 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.445 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.445 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:24.445 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:24.445 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Unique name of this Host'
2019-12-07 13:56:24.445 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Unique name of this Host)
2019-12-07 13:56:24.445 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.445 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.446 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.446 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.446 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.446 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.446 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.446 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.446 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.446 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.446 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7286a0e6)
2019-12-07 13:56:24.447 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.447 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.447 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.447 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.447 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.448 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.448 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.448 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.448 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'appBase'
2019-12-07 13:56:24.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=appBase)
2019-12-07 13:56:24.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'set host deployment directory'
2019-12-07 13:56:24.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=set host deployment directory)
2019-12-07 13:56:24.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.449 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.450 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.450 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.450 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.450 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.450 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@38ec96b0)
2019-12-07 13:56:24.450 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.450 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.450 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.450 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.450 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.451 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.452 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'autoDeploy'
2019-12-07 13:56:24.452 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=autoDeploy)
2019-12-07 13:56:24.453 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The auto deploy flag for this Host'
2019-12-07 13:56:24.454 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The auto deploy flag for this Host)
2019-12-07 13:56:24.454 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.455 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
2019-12-07 13:56:24.455 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.455 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.455 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.455 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.455 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.455 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.455 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.455 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.456 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@59a5efbf)
2019-12-07 13:56:24.456 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.456 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.456 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.456 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.456 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.457 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.457 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.457 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.457 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.457 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'deployOnStartup'
2019-12-07 13:56:24.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=deployOnStartup)
2019-12-07 13:56:24.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The deploy on startup flag for this Host'
2019-12-07 13:56:24.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The deploy on startup flag for this Host)
2019-12-07 13:56:24.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
2019-12-07 13:56:24.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.459 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@589afbde)
2019-12-07 13:56:24.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.460 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.461 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.461 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.461 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.461 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.461 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.462 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'deployXML'
2019-12-07 13:56:24.462 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=deployXML)
2019-12-07 13:56:24.463 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'deploy Context XML config files property'
2019-12-07 13:56:24.463 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=deploy Context XML config files property)
2019-12-07 13:56:24.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
2019-12-07 13:56:24.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.464 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1fdcf1bb)
2019-12-07 13:56:24.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.466 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.466 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.466 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.467 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.467 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.468 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.468 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'unpackWARs'
2019-12-07 13:56:24.468 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=unpackWARs)
2019-12-07 13:56:24.468 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Unpack WARs property'
2019-12-07 13:56:24.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Unpack WARs property)
2019-12-07 13:56:24.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
2019-12-07 13:56:24.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.469 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4359bde6)
2019-12-07 13:56:24.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.471 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.471 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.471 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.471 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.471 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:24.472 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.472 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
      
      
      
      
      
    '
2019-12-07 13:56:24.472 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.473 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.473 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.473 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.473 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@35f76a25)
2019-12-07 13:56:24.473 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.473 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.473 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.473 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.474 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(


    )
2019-12-07 13:56:24.474 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:24.474 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.474 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.474 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.474 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:24.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createStandardManager'
2019-12-07 13:56:24.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createStandardManager)
2019-12-07 13:56:24.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new StandardManager'
2019-12-07 13:56:24.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new StandardManager)
2019-12-07 13:56:24.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:24.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:24.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:24.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:24.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.476 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.476 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-12-07 13:56:24.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-12-07 13:56:24.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-12-07 13:56:24.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-12-07 13:56:24.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.478 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.478 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.478 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.478 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.478 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.478 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.478 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.478 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3abc334e)
2019-12-07 13:56:24.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.480 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.480 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:24.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:24.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@42155c8b)
2019-12-07 13:56:24.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.482 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.482 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:24.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:24.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createUserDatabaseRealm'
2019-12-07 13:56:24.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createUserDatabaseRealm)
2019-12-07 13:56:24.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new UserDatabase Realm'
2019-12-07 13:56:24.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new UserDatabase Realm)
2019-12-07 13:56:24.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:24.484 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:24.484 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:24.484 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:24.484 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.484 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.485 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-12-07 13:56:24.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-12-07 13:56:24.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-12-07 13:56:24.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-12-07 13:56:24.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.486 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4cad6fa2)
2019-12-07 13:56:24.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.487 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.488 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.488 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.488 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.488 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.488 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.488 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceName'
2019-12-07 13:56:24.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceName)
2019-12-07 13:56:24.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Global JNDI resource name of our UserDatabase instance'
2019-12-07 13:56:24.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Global JNDI resource name of our UserDatabase instance)
2019-12-07 13:56:24.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.489 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@42058250)
2019-12-07 13:56:24.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.491 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.491 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:24.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
    '
2019-12-07 13:56:24.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1978ef1d)
2019-12-07 13:56:24.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.493 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.493 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:24.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:24.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createValve'
2019-12-07 13:56:24.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createValve)
2019-12-07 13:56:24.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new Valve for the given Container'
2019-12-07 13:56:24.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new Valve for the given Container)
2019-12-07 13:56:24.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:24.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:24.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:24.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:24.495 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.495 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.495 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.495 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.495 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.496 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.496 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.496 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'className'
2019-12-07 13:56:24.496 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=className)
2019-12-07 13:56:24.496 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Fully qualified class name of the Valve to create'
2019-12-07 13:56:24.496 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Fully qualified class name of the Valve to create)
2019-12-07 13:56:24.496 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.497 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.497 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.497 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.497 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.497 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.497 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.497 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.497 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.497 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@716119bd)
2019-12-07 13:56:24.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.498 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.498 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-12-07 13:56:24.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-12-07 13:56:24.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-12-07 13:56:24.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-12-07 13:56:24.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.499 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.502 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.503 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.504 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5696a84c)
2019-12-07 13:56:24.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.506 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.506 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.506 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.506 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.506 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:24.506 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
    '
2019-12-07 13:56:24.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@38efa7cc)
2019-12-07 13:56:24.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.508 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.508 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.508 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.508 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.508 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:24.508 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.509 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:24.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createWebappLoader'
2019-12-07 13:56:24.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createWebappLoader)
2019-12-07 13:56:24.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new Web Application Loader'
2019-12-07 13:56:24.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new Web Application Loader)
2019-12-07 13:56:24.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:24.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:24.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:24.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:24.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.512 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.513 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.513 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.513 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.513 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.513 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.513 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-12-07 13:56:24.513 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-12-07 13:56:24.513 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-12-07 13:56:24.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-12-07 13:56:24.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.514 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.515 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.515 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.515 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.515 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.515 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.516 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6631b7cb)
2019-12-07 13:56:24.516 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.516 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.516 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.516 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.516 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.517 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:24.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:24.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1f64e641)
2019-12-07 13:56:24.518 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.519 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.519 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.519 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.520 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.520 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.520 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:24.520 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.520 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:24.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeConnector'
2019-12-07 13:56:24.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeConnector)
2019-12-07 13:56:24.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Connector'
2019-12-07 13:56:24.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Connector)
2019-12-07 13:56:24.525 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:24.525 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:24.526 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:24.526 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:24.526 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.527 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.527 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.527 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.527 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.527 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.527 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.527 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:24.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:24.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
2019-12-07 13:56:24.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
2019-12-07 13:56:24.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.528 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.529 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.529 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.529 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.529 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.529 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4120c8dd)
2019-12-07 13:56:24.530 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.530 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.530 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.531 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.531 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.531 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:24.531 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.531 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:24.531 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.531 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.531 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.531 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.532 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@42446a7b)
2019-12-07 13:56:24.532 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.532 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.533 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.533 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:24.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.538 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.538 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:24.538 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeContext'
2019-12-07 13:56:24.538 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeContext)
2019-12-07 13:56:24.538 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Context'
2019-12-07 13:56:24.538 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Context)
2019-12-07 13:56:24.539 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:24.539 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:24.539 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:24.539 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:24.539 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.539 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.539 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.539 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.539 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:24.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:24.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
2019-12-07 13:56:24.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
2019-12-07 13:56:24.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.541 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@241d6ffc)
2019-12-07 13:56:24.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.542 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.542 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:24.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:24.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@45ebceb6)
2019-12-07 13:56:24.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.543 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.543 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.543 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.543 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.543 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:24.543 DEBUG 15190 --- [    Test worker] o.s.c.e.PropertySourcesPropertyResolver  : Found key 'spring.h2.console.enabled' in PropertySource 'configurationProperties' with value of type String
2019-12-07 13:56:24.543 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.543 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.543 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.543 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:24.544 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeHost'
2019-12-07 13:56:24.544 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeHost)
2019-12-07 13:56:24.544 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Host'
2019-12-07 13:56:24.544 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Host)
2019-12-07 13:56:24.544 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:24.544 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:24.544 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:24.544 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:24.545 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.545 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.545 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.545 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.545 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.545 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.545 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.545 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:24.545 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:24.545 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
2019-12-07 13:56:24.546 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
2019-12-07 13:56:24.546 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.546 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.546 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.546 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.546 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.546 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3a2108c)
2019-12-07 13:56:24.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.548 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.548 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:24.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:24.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1b7920b)
2019-12-07 13:56:24.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.550 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.550 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:24.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.552 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:24.553 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeLoader'
2019-12-07 13:56:24.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeLoader)
2019-12-07 13:56:24.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Loader'
2019-12-07 13:56:24.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Loader)
2019-12-07 13:56:24.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:24.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:24.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:24.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:24.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.554 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.555 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.557 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.557 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.557 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:24.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:24.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
2019-12-07 13:56:24.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
2019-12-07 13:56:24.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.559 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4e1a6f4e)
2019-12-07 13:56:24.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.560 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.560 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:24.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:24.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@551f8645)
2019-12-07 13:56:24.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.561 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.562 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:24.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:24.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeManager'
2019-12-07 13:56:24.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeManager)
2019-12-07 13:56:24.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Manager'
2019-12-07 13:56:24.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Manager)
2019-12-07 13:56:24.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:24.563 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:24.563 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:24.563 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:24.563 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.563 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.563 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.564 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.564 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.564 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.564 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.564 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:24.564 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:24.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
2019-12-07 13:56:24.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
2019-12-07 13:56:24.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.565 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@46aaca1a)
2019-12-07 13:56:24.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.567 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.567 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.567 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:24.567 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.567 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:24.567 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.567 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7bb02f0e)
2019-12-07 13:56:24.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.568 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.568 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:24.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:24.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRealm'
2019-12-07 13:56:24.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRealm)
2019-12-07 13:56:24.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Realm'
2019-12-07 13:56:24.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Realm)
2019-12-07 13:56:24.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:24.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:24.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:24.570 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:24.570 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.570 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.571 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:24.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:24.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
2019-12-07 13:56:24.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
2019-12-07 13:56:24.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.572 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@664d5f29)
2019-12-07 13:56:24.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.573 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.573 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:24.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:24.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4f49c00b)
2019-12-07 13:56:24.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.574 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.574 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:24.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:24.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeService'
2019-12-07 13:56:24.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeService)
2019-12-07 13:56:24.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Service'
2019-12-07 13:56:24.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Service)
2019-12-07 13:56:24.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:24.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:24.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:24.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:24.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.576 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.576 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:24.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:24.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
2019-12-07 13:56:24.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
2019-12-07 13:56:24.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.577 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.578 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5fa339e2)
2019-12-07 13:56:24.578 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.578 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.578 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.578 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.578 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.579 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:24.579 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.579 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:24.580 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.580 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.580 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.580 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.580 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2591b547)
2019-12-07 13:56:24.580 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.581 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.581 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:24.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:24.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeValve'
2019-12-07 13:56:24.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeValve)
2019-12-07 13:56:24.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Valve'
2019-12-07 13:56:24.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Valve)
2019-12-07 13:56:24.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:24.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:24.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:24.583 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:24.583 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.583 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.583 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.586 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.587 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.587 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.587 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:24.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:24.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
2019-12-07 13:56:24.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
2019-12-07 13:56:24.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.589 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.589 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.589 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.589 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.589 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.589 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.589 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.589 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@29a912cb)
2019-12-07 13:56:24.590 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.590 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.590 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.590 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.590 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.591 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:24.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:24.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2861d66d)
2019-12-07 13:56:24.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.592 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:24.592 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:24.592 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:24.592 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    
    
    
    

    

    

    

    

    

    

    

    

    

    

    


    

    

    

    

    
    
    
    

    

    

    

    

    

    

    

    

  '
2019-12-07 13:56:24.592 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.592 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.592 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.592 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.593 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=MBeanFactory, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Factory for MBeans and corresponding components, type=org.apache.catalina.mbeans.MBeanFactory])
2019-12-07 13:56:24.593 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:24.594 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.594 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.594 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:24.594 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

)
2019-12-07 13:56:24.594 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbeans-descriptors)
2019-12-07 13:56:24.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors'
2019-12-07 13:56:24.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

  

'
2019-12-07 13:56:24.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:24.596 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endDocument()
2019-12-07 13:56:24.596 DEBUG 15190 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry  : Found jar:file:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.22/79f39903498b28adacb18fe2ea046edd306295a6/tomcat-embed-core-9.0.22.jar!/org/apache/catalina/authenticator/mbeans-descriptors.xml
2019-12-07 13:56:24.597 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@3958cd48)
2019-12-07 13:56:24.597 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startDocument()
2019-12-07 13:56:24.598 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbeans-descriptors)
2019-12-07 13:56:24.598 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors'
2019-12-07 13:56:24.598 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:24.599 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:24.599 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:24.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:24.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:24.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'BasicAuthenticator'
2019-12-07 13:56:24.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=BasicAuthenticator)
2019-12-07 13:56:24.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'An Authenticator and Valve implementation of HTTP BASIC Authentication'
2019-12-07 13:56:24.600 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=An Authenticator and Valve implementation of HTTP BASIC Authentication)
2019-12-07 13:56:24.600 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:24.600 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:24.600 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-12-07 13:56:24.600 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-12-07 13:56:24.600 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.BasicAuthenticator'
2019-12-07 13:56:24.600 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.BasicAuthenticator)
2019-12-07 13:56:24.600 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.600 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.601 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.601 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.601 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.601 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.601 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'alwaysUseSession'
2019-12-07 13:56:24.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=alwaysUseSession)
2019-12-07 13:56:24.603 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should a session always be used once a user is authenticated?'
2019-12-07 13:56:24.603 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should a session always be used once a user is authenticated?)
2019-12-07 13:56:24.603 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.603 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.603 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.603 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.603 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.603 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@20f2dfc5)
2019-12-07 13:56:24.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.604 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.605 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cache'
2019-12-07 13:56:24.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cache)
2019-12-07 13:56:24.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we cache authenticated Principals if the request is part of an HTTP session?'
2019-12-07 13:56:24.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we cache authenticated Principals if the request is part of an HTTP session?)
2019-12-07 13:56:24.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.606 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@33a6ac0f)
2019-12-07 13:56:24.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.607 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.607 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'changeSessionIdOnAuthentication'
2019-12-07 13:56:24.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=changeSessionIdOnAuthentication)
2019-12-07 13:56:24.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls if the session ID is changed if a session exists at the point where users are authenticated'
2019-12-07 13:56:24.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls if the session ID is changed if a session exists at the point where users are authenticated)
2019-12-07 13:56:24.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.608 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@742415d)
2019-12-07 13:56:24.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.609 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.609 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:24.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:24.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:24.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:24.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.611 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.611 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.611 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.611 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.611 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.611 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.611 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.611 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.611 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.612 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.612 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@20f041b2)
2019-12-07 13:56:24.612 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.612 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.612 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.612 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.612 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.612 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.612 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.613 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.613 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.613 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.613 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'disableProxyCaching'
2019-12-07 13:56:24.613 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=disableProxyCaching)
2019-12-07 13:56:24.613 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
2019-12-07 13:56:24.613 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
2019-12-07 13:56:24.613 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.613 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.613 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.613 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.613 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@164abe9e)
2019-12-07 13:56:24.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.614 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.615 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'securePagesWithPragma'
2019-12-07 13:56:24.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=securePagesWithPragma)
2019-12-07 13:56:24.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
2019-12-07 13:56:24.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
2019-12-07 13:56:24.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.616 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@108abe8c)
2019-12-07 13:56:24.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.617 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.617 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomAlgorithm'
2019-12-07 13:56:24.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomAlgorithm)
2019-12-07 13:56:24.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the algorithm to use for SSO session ID generation'
2019-12-07 13:56:24.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the algorithm to use for SSO session ID generation)
2019-12-07 13:56:24.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.618 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.619 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.619 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.619 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.619 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5d74d69)
2019-12-07 13:56:24.619 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.619 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.619 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.619 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.619 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.619 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.619 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.619 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.620 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.620 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.620 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass'
2019-12-07 13:56:24.620 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass)
2019-12-07 13:56:24.620 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the class to use for SSO session ID generation'
2019-12-07 13:56:24.620 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the class to use for SSO session ID generation)
2019-12-07 13:56:24.621 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.621 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.622 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.623 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.623 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.623 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.623 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.623 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.623 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.624 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.624 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@278871b0)
2019-12-07 13:56:24.624 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.624 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.626 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.626 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomProvider'
2019-12-07 13:56:24.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomProvider)
2019-12-07 13:56:24.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the provider to use for SSO session ID generation'
2019-12-07 13:56:24.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the provider to use for SSO session ID generation)
2019-12-07 13:56:24.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.627 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@64f58591)
2019-12-07 13:56:24.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.628 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.628 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:24.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:24.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:24.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:24.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.630 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@214e395d)
2019-12-07 13:56:24.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.631 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.631 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'trimCredentials'
2019-12-07 13:56:24.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=trimCredentials)
2019-12-07 13:56:24.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls whether leading and/or trailing whitespace is removed from the parsed credentials'
2019-12-07 13:56:24.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls whether leading and/or trailing whitespace is removed from the parsed credentials)
2019-12-07 13:56:24.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.634 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.635 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.635 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.635 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.635 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.635 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.635 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1ecd8418)
2019-12-07 13:56:24.635 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.636 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.636 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.636 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.636 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
  )
2019-12-07 13:56:24.636 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:24.636 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:24.636 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    

    

    
  '
2019-12-07 13:56:24.637 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.637 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.637 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.637 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.637 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=BasicAuthenticator, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=An Authenticator and Valve implementation of HTTP BASIC Authentication, group=Valve, type=org.apache.catalina.authenticator.BasicAuthenticator])
2019-12-07 13:56:24.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:24.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:24.638 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(


  )
2019-12-07 13:56:24.638 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:24.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:24.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:24.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'DigestAuthenticator'
2019-12-07 13:56:24.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=DigestAuthenticator)
2019-12-07 13:56:24.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'An Authenticator and Valve implementation of HTTP DIGEST Authentication'
2019-12-07 13:56:24.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=An Authenticator and Valve implementation of HTTP DIGEST Authentication)
2019-12-07 13:56:24.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:24.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:24.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-12-07 13:56:24.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-12-07 13:56:24.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.DigestAuthenticator'
2019-12-07 13:56:24.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.DigestAuthenticator)
2019-12-07 13:56:24.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.640 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.640 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'alwaysUseSession'
2019-12-07 13:56:24.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=alwaysUseSession)
2019-12-07 13:56:24.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should a session always be used once a user is authenticated?'
2019-12-07 13:56:24.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should a session always be used once a user is authenticated?)
2019-12-07 13:56:24.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.642 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7aac7380)
2019-12-07 13:56:24.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.643 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.643 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cache'
2019-12-07 13:56:24.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cache)
2019-12-07 13:56:24.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we cache authenticated Principals if the request is part of an HTTP session?'
2019-12-07 13:56:24.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we cache authenticated Principals if the request is part of an HTTP session?)
2019-12-07 13:56:24.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.644 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@323da849)
2019-12-07 13:56:24.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.645 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.645 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'changeSessionIdOnAuthentication'
2019-12-07 13:56:24.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=changeSessionIdOnAuthentication)
2019-12-07 13:56:24.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls if the session ID is changed if a session exists at the point where users are authenticated'
2019-12-07 13:56:24.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls if the session ID is changed if a session exists at the point where users are authenticated)
2019-12-07 13:56:24.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.647 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.647 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.647 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.647 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.647 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.647 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.647 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.647 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.647 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@62e9fb82)
2019-12-07 13:56:24.647 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.647 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.647 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.648 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.648 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.648 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.648 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.648 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.648 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.648 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.648 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:24.648 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:24.648 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:24.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:24.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.650 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.651 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.652 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.652 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.652 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.652 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.652 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.653 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@10765e83)
2019-12-07 13:56:24.653 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.653 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.653 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.653 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.653 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.653 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cnonceCacheSize'
2019-12-07 13:56:24.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cnonceCacheSize)
2019-12-07 13:56:24.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The size of the cnonce cache used to prevent replay attacks'
2019-12-07 13:56:24.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The size of the cnonce cache used to prevent replay attacks)
2019-12-07 13:56:24.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:24.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:24.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.655 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7be7454a)
2019-12-07 13:56:24.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.656 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.656 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'disableProxyCaching'
2019-12-07 13:56:24.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=disableProxyCaching)
2019-12-07 13:56:24.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
2019-12-07 13:56:24.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
2019-12-07 13:56:24.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.657 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2485ad5)
2019-12-07 13:56:24.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.658 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.658 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'key'
2019-12-07 13:56:24.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=key)
2019-12-07 13:56:24.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The secret key used by digest authentication'
2019-12-07 13:56:24.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The secret key used by digest authentication)
2019-12-07 13:56:24.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.659 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@434492c3)
2019-12-07 13:56:24.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.660 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.661 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'nonceValidity'
2019-12-07 13:56:24.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=nonceValidity)
2019-12-07 13:56:24.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The time, in milliseconds, for which a server issued nonce will be valid'
2019-12-07 13:56:24.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The time, in milliseconds, for which a server issued nonce will be valid)
2019-12-07 13:56:24.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:24.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:24.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.662 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2611ac5e)
2019-12-07 13:56:24.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.663 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.663 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.663 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.663 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.663 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.663 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.663 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'opaque'
2019-12-07 13:56:24.663 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=opaque)
2019-12-07 13:56:24.663 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The opaque server string used by digest authentication'
2019-12-07 13:56:24.663 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The opaque server string used by digest authentication)
2019-12-07 13:56:24.663 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.664 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.664 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.664 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.664 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.664 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.664 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.664 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.664 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.664 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.664 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@184fc6c8)
2019-12-07 13:56:24.664 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.665 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.665 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.665 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.665 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.665 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.665 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.665 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.665 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.665 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.665 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'securePagesWithPragma'
2019-12-07 13:56:24.665 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=securePagesWithPragma)
2019-12-07 13:56:24.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
2019-12-07 13:56:24.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
2019-12-07 13:56:24.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.666 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5811a9e6)
2019-12-07 13:56:24.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.667 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.667 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.668 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.668 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.668 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.668 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.668 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomAlgorithm'
2019-12-07 13:56:24.668 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomAlgorithm)
2019-12-07 13:56:24.668 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the algorithm to use for SSO session ID generation'
2019-12-07 13:56:24.668 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the algorithm to use for SSO session ID generation)
2019-12-07 13:56:24.668 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.668 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.668 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.669 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.669 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.669 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.669 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.669 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.669 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.669 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.669 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3fa4eaad)
2019-12-07 13:56:24.669 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.669 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.669 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.669 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.669 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.670 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.670 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.670 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.670 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.670 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.670 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass'
2019-12-07 13:56:24.670 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass)
2019-12-07 13:56:24.670 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the class to use for SSO session ID generation'
2019-12-07 13:56:24.670 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the class to use for SSO session ID generation)
2019-12-07 13:56:24.670 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.671 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.671 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.671 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.671 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.671 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.671 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.671 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.671 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.671 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.671 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@147cd25b)
2019-12-07 13:56:24.671 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.672 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.672 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.672 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.672 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.672 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.672 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.672 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.672 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.672 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.672 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomProvider'
2019-12-07 13:56:24.672 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomProvider)
2019-12-07 13:56:24.673 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the provider to use for SSO session ID generation'
2019-12-07 13:56:24.673 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the provider to use for SSO session ID generation)
2019-12-07 13:56:24.673 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.673 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.673 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.673 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.673 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.673 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.673 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.674 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.674 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.674 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.674 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@72632f9a)
2019-12-07 13:56:24.674 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.674 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.675 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.675 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.675 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.675 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.675 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.675 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.675 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.675 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.675 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:24.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:24.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:24.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:24.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.676 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2768e6a9)
2019-12-07 13:56:24.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.677 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.677 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validateUri'
2019-12-07 13:56:24.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validateUri)
2019-12-07 13:56:24.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the uri be validated as required by RFC2617?'
2019-12-07 13:56:24.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the uri be validated as required by RFC2617?)
2019-12-07 13:56:24.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.678 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3f01916b)
2019-12-07 13:56:24.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.679 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
  )
2019-12-07 13:56:24.680 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:24.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:24.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    
  '
2019-12-07 13:56:24.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=DigestAuthenticator, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=An Authenticator and Valve implementation of HTTP DIGEST Authentication, group=Valve, type=org.apache.catalina.authenticator.DigestAuthenticator])
2019-12-07 13:56:24.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:24.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:24.681 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:24.681 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:24.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:24.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:24.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'FormAuthenticator'
2019-12-07 13:56:24.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=FormAuthenticator)
2019-12-07 13:56:24.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'An Authenticator and Valve implementation of FORM BASED Authentication'
2019-12-07 13:56:24.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=An Authenticator and Valve implementation of FORM BASED Authentication)
2019-12-07 13:56:24.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:24.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:24.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-12-07 13:56:24.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-12-07 13:56:24.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.FormAuthenticator'
2019-12-07 13:56:24.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.FormAuthenticator)
2019-12-07 13:56:24.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.683 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.683 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'changeSessionIdOnAuthentication'
2019-12-07 13:56:24.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=changeSessionIdOnAuthentication)
2019-12-07 13:56:24.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls if the session ID is changed if a session exists at the point where users are authenticated'
2019-12-07 13:56:24.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls if the session ID is changed if a session exists at the point where users are authenticated)
2019-12-07 13:56:24.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.684 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4d1d62da)
2019-12-07 13:56:24.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.685 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.685 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'characterEncoding'
2019-12-07 13:56:24.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=characterEncoding)
2019-12-07 13:56:24.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Character encoding to use to read the username and password parameters from the request'
2019-12-07 13:56:24.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Character encoding to use to read the username and password parameters from the request)
2019-12-07 13:56:24.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.686 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@26698b1c)
2019-12-07 13:56:24.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.687 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.687 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:24.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:24.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:24.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:24.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.688 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@46547cd6)
2019-12-07 13:56:24.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.689 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.689 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'disableProxyCaching'
2019-12-07 13:56:24.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=disableProxyCaching)
2019-12-07 13:56:24.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
2019-12-07 13:56:24.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
2019-12-07 13:56:24.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.690 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.691 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.692 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.692 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.692 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.692 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.692 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.692 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@756d37be)
2019-12-07 13:56:24.692 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.692 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.692 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.692 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.692 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.693 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.693 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.693 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.693 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.694 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.695 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'landingPage'
2019-12-07 13:56:24.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=landingPage)
2019-12-07 13:56:24.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the behavior of the FORM authentication process if the process is misused, for example by directly requesting the login page or delaying logging in for so long that the session expires'
2019-12-07 13:56:24.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the behavior of the FORM authentication process if the process is misused, for example by directly requesting the login page or delaying logging in for so long that the session expires)
2019-12-07 13:56:24.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.705 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@53c0907b)
2019-12-07 13:56:24.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.706 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.706 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'securePagesWithPragma'
2019-12-07 13:56:24.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=securePagesWithPragma)
2019-12-07 13:56:24.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
2019-12-07 13:56:24.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
2019-12-07 13:56:24.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.708 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@399bc074)
2019-12-07 13:56:24.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.709 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.709 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomAlgorithm'
2019-12-07 13:56:24.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomAlgorithm)
2019-12-07 13:56:24.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the algorithm to use for SSO session ID generation'
2019-12-07 13:56:24.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the algorithm to use for SSO session ID generation)
2019-12-07 13:56:24.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.710 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.712 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5cccb95d)
2019-12-07 13:56:24.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.714 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.714 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass'
2019-12-07 13:56:24.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass)
2019-12-07 13:56:24.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the class to use for SSO session ID generation'
2019-12-07 13:56:24.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the class to use for SSO session ID generation)
2019-12-07 13:56:24.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.715 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4080b5bd)
2019-12-07 13:56:24.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.716 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.716 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomProvider'
2019-12-07 13:56:24.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomProvider)
2019-12-07 13:56:24.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the provider to use for SSO session ID generation'
2019-12-07 13:56:24.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the provider to use for SSO session ID generation)
2019-12-07 13:56:24.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.717 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1794b69e)
2019-12-07 13:56:24.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.719 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.719 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:24.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:24.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:24.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:24.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.720 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@70eb4c78)
2019-12-07 13:56:24.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.721 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
  )
2019-12-07 13:56:24.721 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:24.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:24.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    

    
  '
2019-12-07 13:56:24.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=FormAuthenticator, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=An Authenticator and Valve implementation of FORM BASED Authentication, group=Valve, type=org.apache.catalina.authenticator.FormAuthenticator])
2019-12-07 13:56:24.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:24.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:24.722 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:24.722 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:24.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:24.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:24.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'NonLoginAuthenticator'
2019-12-07 13:56:24.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=NonLoginAuthenticator)
2019-12-07 13:56:24.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'An Authenticator and Valve implementation that checks only security constraints not involving user authentication'
2019-12-07 13:56:24.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=An Authenticator and Valve implementation that checks only security constraints not involving user authentication)
2019-12-07 13:56:24.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:24.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:24.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-12-07 13:56:24.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-12-07 13:56:24.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.NonLoginAuthenticator'
2019-12-07 13:56:24.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.NonLoginAuthenticator)
2019-12-07 13:56:24.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.724 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.724 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cache'
2019-12-07 13:56:24.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cache)
2019-12-07 13:56:24.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we cache authenticated Principals if the request is part of an HTTP session?'
2019-12-07 13:56:24.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we cache authenticated Principals if the request is part of an HTTP session?)
2019-12-07 13:56:24.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.725 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@49540569)
2019-12-07 13:56:24.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.730 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.730 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.730 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.730 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.730 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.730 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.731 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.731 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'changeSessionIdOnAuthentication'
2019-12-07 13:56:24.731 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=changeSessionIdOnAuthentication)
2019-12-07 13:56:24.731 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls if the session ID is changed if a session exists at the point where users are authenticated'
2019-12-07 13:56:24.731 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls if the session ID is changed if a session exists at the point where users are authenticated)
2019-12-07 13:56:24.731 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.731 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.731 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.731 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.731 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.731 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.731 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.731 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.731 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.732 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.732 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@c3c7ca3)
2019-12-07 13:56:24.732 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.732 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.732 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.732 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.732 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.732 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.732 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.732 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.732 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.733 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.733 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:24.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:24.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:24.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:24.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.735 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.735 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.735 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.735 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.736 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.736 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.736 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.736 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.736 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3eae1bfc)
2019-12-07 13:56:24.737 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.737 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.737 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.737 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.738 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.738 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'disableProxyCaching'
2019-12-07 13:56:24.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=disableProxyCaching)
2019-12-07 13:56:24.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
2019-12-07 13:56:24.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
2019-12-07 13:56:24.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.739 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@148c08dd)
2019-12-07 13:56:24.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.740 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.740 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'securePagesWithPragma'
2019-12-07 13:56:24.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=securePagesWithPragma)
2019-12-07 13:56:24.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
2019-12-07 13:56:24.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
2019-12-07 13:56:24.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.741 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7d1a3868)
2019-12-07 13:56:24.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.742 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.742 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:24.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:24.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:24.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:24.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.743 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@122c9a0c)
2019-12-07 13:56:24.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.744 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
  )
2019-12-07 13:56:24.744 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:24.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:24.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    
  '
2019-12-07 13:56:24.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=NonLoginAuthenticator, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=An Authenticator and Valve implementation that checks only security constraints not involving user authentication, group=Valve, type=org.apache.catalina.authenticator.NonLoginAuthenticator])
2019-12-07 13:56:24.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:24.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:24.745 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(


  )
2019-12-07 13:56:24.745 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:24.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:24.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:24.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'SingleSignOn'
2019-12-07 13:56:24.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=SingleSignOn)
2019-12-07 13:56:24.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'A Valve that supports a 'single signon' user experience'
2019-12-07 13:56:24.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=A Valve that supports a 'single signon' user experience)
2019-12-07 13:56:24.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:24.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:24.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-12-07 13:56:24.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-12-07 13:56:24.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.SingleSignOn'
2019-12-07 13:56:24.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.SingleSignOn)
2019-12-07 13:56:24.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.747 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.747 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.748 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.748 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:24.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:24.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:24.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:24.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.750 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5c93124e)
2019-12-07 13:56:24.751 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.753 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.754 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.754 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'requireReauthentication'
2019-12-07 13:56:24.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=requireReauthentication)
2019-12-07 13:56:24.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we attempt to reauthenticate each request against the security Realm?'
2019-12-07 13:56:24.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we attempt to reauthenticate each request against the security Realm?)
2019-12-07 13:56:24.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.755 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.756 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.756 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@282d23e1)
2019-12-07 13:56:24.756 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.757 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.757 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.757 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.757 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.757 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.757 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.757 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.758 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.758 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.758 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cookieDomain'
2019-12-07 13:56:24.758 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cookieDomain)
2019-12-07 13:56:24.758 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to '(Optional) Domain to be used by sso cookies'
2019-12-07 13:56:24.758 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=(Optional) Domain to be used by sso cookies)
2019-12-07 13:56:24.758 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.758 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.758 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.758 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.758 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.758 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4d897f4)
2019-12-07 13:56:24.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.759 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.759 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:24.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:24.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:24.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:24.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.761 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.761 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.761 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.761 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.761 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.761 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.761 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2019-12-07 13:56:24.761 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.761 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.761 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@72528199)
2019-12-07 13:56:24.761 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.761 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.761 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.762 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.762 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
  )
2019-12-07 13:56:24.762 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:24.762 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:24.762 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    
  '
2019-12-07 13:56:24.762 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.762 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.762 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.763 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.763 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=SingleSignOn, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=A Valve that supports a 'single signon' user experience, group=Valve, type=org.apache.catalina.authenticator.SingleSignOn])
2019-12-07 13:56:24.763 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:24.763 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.763 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.763 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:24.763 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(


  )
2019-12-07 13:56:24.763 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:24.763 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:24.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:24.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'SSLAuthenticator'
2019-12-07 13:56:24.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=SSLAuthenticator)
2019-12-07 13:56:24.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'An Authenticator and Valve implementation of authentication that utilizes SSL certificates to identify client users'
2019-12-07 13:56:24.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=An Authenticator and Valve implementation of authentication that utilizes SSL certificates to identify client users)
2019-12-07 13:56:24.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:24.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:24.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-12-07 13:56:24.765 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-12-07 13:56:24.765 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.SSLAuthenticator'
2019-12-07 13:56:24.765 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.SSLAuthenticator)
2019-12-07 13:56:24.765 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.765 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.765 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.765 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.765 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.765 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.765 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.765 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cache'
2019-12-07 13:56:24.765 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cache)
2019-12-07 13:56:24.766 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we cache authenticated Principals if the request is part of an HTTP session?'
2019-12-07 13:56:24.766 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we cache authenticated Principals if the request is part of an HTTP session?)
2019-12-07 13:56:24.766 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.766 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.766 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.766 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.766 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.766 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.766 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.766 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.766 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.766 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.766 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3617fcff)
2019-12-07 13:56:24.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.767 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.767 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.768 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.768 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'changeSessionIdOnAuthentication'
2019-12-07 13:56:24.768 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=changeSessionIdOnAuthentication)
2019-12-07 13:56:24.768 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls if the session ID is changed if a session exists at the point where users are authenticated'
2019-12-07 13:56:24.768 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls if the session ID is changed if a session exists at the point where users are authenticated)
2019-12-07 13:56:24.768 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.768 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.768 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.768 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@77e4f3f7)
2019-12-07 13:56:24.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.770 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.770 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:24.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:24.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:24.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:24.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.771 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@37c3adc8)
2019-12-07 13:56:24.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.773 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.773 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.773 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.773 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.773 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'disableProxyCaching'
2019-12-07 13:56:24.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=disableProxyCaching)
2019-12-07 13:56:24.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
2019-12-07 13:56:24.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
2019-12-07 13:56:24.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.775 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@51fbbce0)
2019-12-07 13:56:24.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.775 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.775 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'securePagesWithPragma'
2019-12-07 13:56:24.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=securePagesWithPragma)
2019-12-07 13:56:24.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
2019-12-07 13:56:24.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
2019-12-07 13:56:24.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.776 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@58024224)
2019-12-07 13:56:24.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.777 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.777 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomAlgorithm'
2019-12-07 13:56:24.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomAlgorithm)
2019-12-07 13:56:24.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the algorithm to use for SSO session ID generation'
2019-12-07 13:56:24.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the algorithm to use for SSO session ID generation)
2019-12-07 13:56:24.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.779 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@8297998)
2019-12-07 13:56:24.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.780 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.780 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass'
2019-12-07 13:56:24.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass)
2019-12-07 13:56:24.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the class to use for SSO session ID generation'
2019-12-07 13:56:24.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the class to use for SSO session ID generation)
2019-12-07 13:56:24.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.781 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.782 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.782 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.782 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.782 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.782 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.782 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@22ae38b8)
2019-12-07 13:56:24.782 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.782 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.782 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.782 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.782 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.782 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomProvider'
2019-12-07 13:56:24.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomProvider)
2019-12-07 13:56:24.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the provider to use for SSO session ID generation'
2019-12-07 13:56:24.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the provider to use for SSO session ID generation)
2019-12-07 13:56:24.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.783 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2e3e9cb1)
2019-12-07 13:56:24.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.785 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.785 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:24.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:24.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:24.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:24.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.786 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6467f830)
2019-12-07 13:56:24.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.787 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
  )
2019-12-07 13:56:24.787 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:24.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:24.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    
  '
2019-12-07 13:56:24.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=SSLAuthenticator, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=An Authenticator and Valve implementation of authentication that utilizes SSL certificates to identify client users, group=Valve, type=org.apache.catalina.authenticator.SSLAuthenticator])
2019-12-07 13:56:24.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:24.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:24.788 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

)
2019-12-07 13:56:24.788 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbeans-descriptors)
2019-12-07 13:56:24.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors'
2019-12-07 13:56:24.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

  


  

  

  


  


  

'
2019-12-07 13:56:24.789 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:24.789 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endDocument()
2019-12-07 13:56:24.789 DEBUG 15190 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry  : Found jar:file:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.22/79f39903498b28adacb18fe2ea046edd306295a6/tomcat-embed-core-9.0.22.jar!/org/apache/catalina/core/mbeans-descriptors.xml
2019-12-07 13:56:24.790 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@74f93f25)
2019-12-07 13:56:24.790 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startDocument()
2019-12-07 13:56:24.791 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbeans-descriptors)
2019-12-07 13:56:24.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors'
2019-12-07 13:56:24.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:24.791 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:24.791 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:24.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:24.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:24.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ApplicationFilterConfig'
2019-12-07 13:56:24.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ApplicationFilterConfig)
2019-12-07 13:56:24.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Wrapper that represents an individual servlet-filter definition'
2019-12-07 13:56:24.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Wrapper that represents an individual servlet-filter definition)
2019-12-07 13:56:24.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:24.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:24.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Filter'
2019-12-07 13:56:24.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Filter)
2019-12-07 13:56:24.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.ApplicationFilterConfig'
2019-12-07 13:56:24.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.ApplicationFilterConfig)
2019-12-07 13:56:24.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.793 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

     )
2019-12-07 13:56:24.793 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'filterName'
2019-12-07 13:56:24.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=filterName)
2019-12-07 13:56:24.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name used to reference the filter in web.xml'
2019-12-07 13:56:24.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name used to reference the filter in web.xml)
2019-12-07 13:56:24.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.794 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2e78ee1f)
2019-12-07 13:56:24.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.795 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.795 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.795 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

     )
2019-12-07 13:56:24.795 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.795 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.795 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.795 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.795 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.795 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'filterClass'
2019-12-07 13:56:24.795 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=filterClass)
2019-12-07 13:56:24.796 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the filter object'
2019-12-07 13:56:24.796 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the filter object)
2019-12-07 13:56:24.796 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.796 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.796 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.796 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.796 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.796 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.796 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.796 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@75052598)
2019-12-07 13:56:24.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.797 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

     )
2019-12-07 13:56:24.797 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'filterInitParameterMap'
2019-12-07 13:56:24.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=filterInitParameterMap)
2019-12-07 13:56:24.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Return the initialization parameters associated with this filter'
2019-12-07 13:56:24.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Return the initialization parameters associated with this filter)
2019-12-07 13:56:24.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.util.Map'
2019-12-07 13:56:24.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.util.Map)
2019-12-07 13:56:24.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.798 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5faa7ef5)
2019-12-07 13:56:24.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.799 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:24.799 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:24.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:24.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

     

     

     

  '
2019-12-07 13:56:24.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ApplicationFilterConfig, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Wrapper that represents an individual servlet-filter definition, group=Filter, type=org.apache.catalina.core.ApplicationFilterConfig])
2019-12-07 13:56:24.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:24.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:24.800 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:24.800 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:24.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:24.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:24.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'NamingContextListener'
2019-12-07 13:56:24.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=NamingContextListener)
2019-12-07 13:56:24.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Helper class used to initialize and populate the JNDI context associated with each context and server'
2019-12-07 13:56:24.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Helper class used to initialize and populate the JNDI context associated with each context and server)
2019-12-07 13:56:24.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:24.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:24.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Listener'
2019-12-07 13:56:24.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Listener)
2019-12-07 13:56:24.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.NamingContextListener'
2019-12-07 13:56:24.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.NamingContextListener)
2019-12-07 13:56:24.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.801 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.802 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.802 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.802 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.802 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.802 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.802 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:24.802 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:24.802 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:24.802 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:24.802 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.802 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.803 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.803 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.803 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.803 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5783ad6a)
2019-12-07 13:56:24.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.804 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.804 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
2019-12-07 13:56:24.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
2019-12-07 13:56:24.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the associated naming context'
2019-12-07 13:56:24.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the associated naming context)
2019-12-07 13:56:24.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.806 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5b523cb9)
2019-12-07 13:56:24.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.806 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:24.806 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:24.807 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:24.807 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

  '
2019-12-07 13:56:24.807 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.807 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.807 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.807 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.807 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=NamingContextListener, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Helper class used to initialize and populate the JNDI context associated with each context and server, group=Listener, type=org.apache.catalina.core.NamingContextListener])
2019-12-07 13:56:24.807 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:24.807 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.807 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.807 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:24.807 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:24.808 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:24.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:24.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:24.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:24.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardContext'
2019-12-07 13:56:24.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardContext)
2019-12-07 13:56:24.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard Context Component'
2019-12-07 13:56:24.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard Context Component)
2019-12-07 13:56:24.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:24.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:24.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Context'
2019-12-07 13:56:24.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Context)
2019-12-07 13:56:24.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardContext'
2019-12-07 13:56:24.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardContext)
2019-12-07 13:56:24.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContextMBean'
2019-12-07 13:56:24.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContextMBean)
2019-12-07 13:56:24.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:24.809 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.809 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'altDDName'
2019-12-07 13:56:24.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=altDDName)
2019-12-07 13:56:24.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The alternate deployment descriptor name.'
2019-12-07 13:56:24.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The alternate deployment descriptor name.)
2019-12-07 13:56:24.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.810 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@20dd303)
2019-12-07 13:56:24.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.811 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.811 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'antiResourceLocking'
2019-12-07 13:56:24.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=antiResourceLocking)
2019-12-07 13:56:24.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Take care to not lock resources'
2019-12-07 13:56:24.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Take care to not lock resources)
2019-12-07 13:56:24.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.812 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3a409e13)
2019-12-07 13:56:24.813 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.813 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.813 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.813 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.813 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.813 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'baseName'
2019-12-07 13:56:24.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=baseName)
2019-12-07 13:56:24.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The base name used for directories, WAR files (with .war appended) and context.xml files (with .xml appended).'
2019-12-07 13:56:24.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The base name used for directories, WAR files (with .war appended) and context.xml files (with .xml appended).)
2019-12-07 13:56:24.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.815 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@70628ccc)
2019-12-07 13:56:24.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.816 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.816 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'children'
2019-12-07 13:56:24.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=children)
2019-12-07 13:56:24.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Object names of all children'
2019-12-07 13:56:24.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Object names of all children)
2019-12-07 13:56:24.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;'
2019-12-07 13:56:24.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;)
2019-12-07 13:56:24.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.817 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3a1fd18d)
2019-12-07 13:56:24.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.817 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.817 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'clearReferencesRmiTargets'
2019-12-07 13:56:24.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=clearReferencesRmiTargets)
2019-12-07 13:56:24.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should Tomcat look for memory leaks in RMI Targets and clear them if found as a work around for application coding errors?'
2019-12-07 13:56:24.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should Tomcat look for memory leaks in RMI Targets and clear them if found as a work around for application coding errors?)
2019-12-07 13:56:24.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.818 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@56e68806)
2019-12-07 13:56:24.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.819 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.819 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'clearReferencesStopThreads'
2019-12-07 13:56:24.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=clearReferencesStopThreads)
2019-12-07 13:56:24.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should Tomcat attempt to terminate threads that have been started by the web application? Advisable to be used only in a development environment.'
2019-12-07 13:56:24.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should Tomcat attempt to terminate threads that have been started by the web application? Advisable to be used only in a development environment.)
2019-12-07 13:56:24.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.820 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@686834cf)
2019-12-07 13:56:24.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.821 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.821 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'clearReferencesStopTimerThreads'
2019-12-07 13:56:24.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=clearReferencesStopTimerThreads)
2019-12-07 13:56:24.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should Tomcat attempt to terminate TimerThreads that have been started by the web application? Advisable to be used only in a development environment.'
2019-12-07 13:56:24.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should Tomcat attempt to terminate TimerThreads that have been started by the web application? Advisable to be used only in a development environment.)
2019-12-07 13:56:24.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.822 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@c88d1e2)
2019-12-07 13:56:24.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.823 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.823 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'clearReferencesThreadLocals'
2019-12-07 13:56:24.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=clearReferencesThreadLocals)
2019-12-07 13:56:24.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should Tomcat attempt to clear ThreadLocal variables that have been populated with classes loaded by the web application?'
2019-12-07 13:56:24.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should Tomcat attempt to clear ThreadLocal variables that have been populated with classes loaded by the web application?)
2019-12-07 13:56:24.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.824 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@48dfea47)
2019-12-07 13:56:24.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.825 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.825 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'configFile'
2019-12-07 13:56:24.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=configFile)
2019-12-07 13:56:24.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Location of the context.xml resource or file'
2019-12-07 13:56:24.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Location of the context.xml resource or file)
2019-12-07 13:56:24.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.net.URL'
2019-12-07 13:56:24.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.net.URL)
2019-12-07 13:56:24.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.826 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2a1bfde2)
2019-12-07 13:56:24.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.827 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.827 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'configured'
2019-12-07 13:56:24.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=configured)
2019-12-07 13:56:24.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The correctly configured flag for this Context.'
2019-12-07 13:56:24.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The correctly configured flag for this Context.)
2019-12-07 13:56:24.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.829 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3fc7a22)
2019-12-07 13:56:24.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.829 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.830 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cookies'
2019-12-07 13:56:24.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cookies)
2019-12-07 13:56:24.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we attempt to use cookies for session id communication?'
2019-12-07 13:56:24.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we attempt to use cookies for session id communication?)
2019-12-07 13:56:24.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.831 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4931bc7e)
2019-12-07 13:56:24.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.831 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.832 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'crossContext'
2019-12-07 13:56:24.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=crossContext)
2019-12-07 13:56:24.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we allow the ServletContext.getContext() method to access the context of other web applications in this server?'
2019-12-07 13:56:24.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we allow the ServletContext.getContext() method to access the context of other web applications in this server?)
2019-12-07 13:56:24.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.832 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7e0bfacd)
2019-12-07 13:56:24.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.834 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.834 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.834 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.834 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.834 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultContextXml'
2019-12-07 13:56:24.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultContextXml)
2019-12-07 13:56:24.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Location of the default context.xml resource or file'
2019-12-07 13:56:24.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Location of the default context.xml resource or file)
2019-12-07 13:56:24.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.835 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.838 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@b0aec03)
2019-12-07 13:56:24.839 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.840 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.840 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.840 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.840 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.840 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.840 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.840 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.841 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.842 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.842 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultWebXml'
2019-12-07 13:56:24.842 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultWebXml)
2019-12-07 13:56:24.842 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Location of the default web.xml resource or file'
2019-12-07 13:56:24.842 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Location of the default web.xml resource or file)
2019-12-07 13:56:24.842 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.842 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.842 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.843 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.843 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.843 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.843 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.843 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.843 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.843 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.843 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6bc7ba2a)
2019-12-07 13:56:24.843 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.843 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.844 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.844 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.844 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.844 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.844 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.844 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.844 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.844 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.844 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'delegate'
2019-12-07 13:56:24.844 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=delegate)
2019-12-07 13:56:24.844 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to ''
2019-12-07 13:56:24.844 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=)
2019-12-07 13:56:24.845 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.845 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.845 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.845 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.845 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.845 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.845 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.845 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.845 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.845 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.846 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2f512960)
2019-12-07 13:56:24.846 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.846 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.846 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.846 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.846 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.846 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.847 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.847 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.847 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.847 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.847 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'displayName'
2019-12-07 13:56:24.847 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=displayName)
2019-12-07 13:56:24.847 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The display name of this web application'
2019-12-07 13:56:24.847 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The display name of this web application)
2019-12-07 13:56:24.847 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.847 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.848 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.848 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.848 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.848 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.848 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.848 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.848 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.848 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.848 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@ead63d5)
2019-12-07 13:56:24.848 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.848 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.848 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.848 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.848 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.848 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.849 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.849 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.849 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.849 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.849 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'distributable'
2019-12-07 13:56:24.849 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=distributable)
2019-12-07 13:56:24.849 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The distributable flag for this web application.'
2019-12-07 13:56:24.849 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The distributable flag for this web application.)
2019-12-07 13:56:24.849 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.849 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.849 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.849 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.849 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.849 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.849 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.850 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.850 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.850 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.850 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@521bfcf7)
2019-12-07 13:56:24.850 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.850 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.850 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.850 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.850 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.850 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.850 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.850 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.851 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.851 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.851 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'docBase'
2019-12-07 13:56:24.851 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=docBase)
2019-12-07 13:56:24.851 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The document root for this web application'
2019-12-07 13:56:24.851 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The document root for this web application)
2019-12-07 13:56:24.851 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.851 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.851 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.851 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.851 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.851 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.852 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.852 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.852 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.852 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.852 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@45b1a74)
2019-12-07 13:56:24.852 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.852 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.852 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.852 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.853 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.853 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.853 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.853 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.853 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.853 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.853 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'encodedPath'
2019-12-07 13:56:24.853 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=encodedPath)
2019-12-07 13:56:24.853 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The encoded path'
2019-12-07 13:56:24.853 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The encoded path)
2019-12-07 13:56:24.854 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.854 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.854 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.854 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.854 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.854 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.854 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.854 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.854 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.854 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.854 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.854 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.854 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@22e739b6)
2019-12-07 13:56:24.854 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.855 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.855 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.855 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.855 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.855 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.855 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.855 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.855 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.855 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.855 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'ignoreAnnotations'
2019-12-07 13:56:24.855 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=ignoreAnnotations)
2019-12-07 13:56:24.855 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Ignore annotations flag.'
2019-12-07 13:56:24.856 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Ignore annotations flag.)
2019-12-07 13:56:24.856 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.856 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.856 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.856 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.856 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.856 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.856 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.856 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.856 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.856 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.856 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@473145f4)
2019-12-07 13:56:24.857 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.857 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.857 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.857 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.857 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.857 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.857 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.857 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.857 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.857 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.857 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'instanceManager'
2019-12-07 13:56:24.858 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=instanceManager)
2019-12-07 13:56:24.858 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Object that creates and destroys servlets, filters, and listeners. Include dependency injection and postConstruct/preDestroy handling'
2019-12-07 13:56:24.858 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Object that creates and destroys servlets, filters, and listeners. Include dependency injection and postConstruct/preDestroy handling)
2019-12-07 13:56:24.858 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.tomcat.InstanceManager'
2019-12-07 13:56:24.858 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.tomcat.InstanceManager)
2019-12-07 13:56:24.858 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.858 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.858 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.858 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.858 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.858 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.858 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.858 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.859 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4ac0f5a1)
2019-12-07 13:56:24.859 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.859 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.859 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.859 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.859 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.859 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.859 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.859 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.859 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.859 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.859 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'javaVMs'
2019-12-07 13:56:24.859 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=javaVMs)
2019-12-07 13:56:24.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Java virtual machines on which this module is running'
2019-12-07 13:56:24.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Java virtual machines on which this module is running)
2019-12-07 13:56:24.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-12-07 13:56:24.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-12-07 13:56:24.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.860 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1614ce37)
2019-12-07 13:56:24.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.861 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.861 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.861 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.861 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.861 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.861 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.861 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'loader'
2019-12-07 13:56:24.861 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=loader)
2019-12-07 13:56:24.861 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated loader.'
2019-12-07 13:56:24.861 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated loader.)
2019-12-07 13:56:24.861 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.Loader'
2019-12-07 13:56:24.861 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.Loader)
2019-12-07 13:56:24.861 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.861 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.862 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.862 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.862 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.862 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.865 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.865 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.865 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@d256fca)
2019-12-07 13:56:24.865 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.866 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.866 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.866 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.866 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.866 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.866 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.867 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.867 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.867 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.867 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'logEffectiveWebXml'
2019-12-07 13:56:24.867 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=logEffectiveWebXml)
2019-12-07 13:56:24.867 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the effective web.xml be logged when the context starts?'
2019-12-07 13:56:24.867 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the effective web.xml be logged when the context starts?)
2019-12-07 13:56:24.867 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.868 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.868 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.868 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.868 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.869 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.869 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.869 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.869 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.869 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.869 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@40f6957f)
2019-12-07 13:56:24.870 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.870 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.870 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.870 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.870 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.870 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.871 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.871 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.871 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.871 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.871 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'logger'
2019-12-07 13:56:24.871 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=logger)
2019-12-07 13:56:24.871 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated logger.'
2019-12-07 13:56:24.871 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated logger.)
2019-12-07 13:56:24.871 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.juli.logging.Log'
2019-12-07 13:56:24.871 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.juli.logging.Log)
2019-12-07 13:56:24.871 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.871 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.871 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.871 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.871 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.872 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.872 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.872 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.872 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@dd61d3d)
2019-12-07 13:56:24.872 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.872 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.872 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.872 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.872 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.872 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.872 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.872 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.873 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.873 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.873 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'managedResource'
2019-12-07 13:56:24.873 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=managedResource)
2019-12-07 13:56:24.873 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The managed resource this MBean is associated with'
2019-12-07 13:56:24.873 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The managed resource this MBean is associated with)
2019-12-07 13:56:24.873 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object'
2019-12-07 13:56:24.873 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object)
2019-12-07 13:56:24.873 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.873 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.873 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.873 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.873 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.873 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.874 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.874 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.874 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3d031fc6)
2019-12-07 13:56:24.874 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.874 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.874 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.874 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.874 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.874 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.874 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.874 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.875 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.875 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.875 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'manager'
2019-12-07 13:56:24.875 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=manager)
2019-12-07 13:56:24.875 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated manager.'
2019-12-07 13:56:24.875 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated manager.)
2019-12-07 13:56:24.875 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.Manager'
2019-12-07 13:56:24.875 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.Manager)
2019-12-07 13:56:24.875 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.875 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.875 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.875 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.876 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.876 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.876 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.876 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.876 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1b7e7c93)
2019-12-07 13:56:24.876 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.876 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.876 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.876 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.876 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.876 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.876 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.876 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.876 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.877 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.877 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'mapperContextRootRedirectEnabled'
2019-12-07 13:56:24.877 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=mapperContextRootRedirectEnabled)
2019-12-07 13:56:24.877 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the Mapper be used for context root redirects'
2019-12-07 13:56:24.877 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the Mapper be used for context root redirects)
2019-12-07 13:56:24.877 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.877 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.877 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.878 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.878 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.879 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.879 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.879 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.879 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.879 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.879 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6f574fee)
2019-12-07 13:56:24.879 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.880 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.880 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.880 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.880 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.880 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.880 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.880 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'mapperDirectoryRedirectEnabled'
2019-12-07 13:56:24.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=mapperDirectoryRedirectEnabled)
2019-12-07 13:56:24.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the Mapper be used for directory redirects'
2019-12-07 13:56:24.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the Mapper be used for directory redirects)
2019-12-07 13:56:24.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.882 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@525588cc)
2019-12-07 13:56:24.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.883 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.883 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.883 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.883 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.883 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.883 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.883 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'namingContextListener'
2019-12-07 13:56:24.883 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=namingContextListener)
2019-12-07 13:56:24.883 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated naming context listener.'
2019-12-07 13:56:24.883 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated naming context listener.)
2019-12-07 13:56:24.883 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.core.NamingContextListener'
2019-12-07 13:56:24.883 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.core.NamingContextListener)
2019-12-07 13:56:24.883 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.883 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.883 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.883 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.883 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.883 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.884 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.884 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.884 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@778d506f)
2019-12-07 13:56:24.884 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.884 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.884 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.884 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.884 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.884 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.884 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.884 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.885 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.885 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.885 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'objectName'
2019-12-07 13:56:24.885 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=objectName)
2019-12-07 13:56:24.885 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the object'
2019-12-07 13:56:24.885 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the object)
2019-12-07 13:56:24.885 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.885 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.885 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.886 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.886 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.886 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.886 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.886 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.886 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.886 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.886 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.886 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.886 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1fff20e9)
2019-12-07 13:56:24.886 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.887 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.887 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.887 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.887 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.888 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.888 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.888 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.888 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.888 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.888 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'originalDocBase'
2019-12-07 13:56:24.889 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=originalDocBase)
2019-12-07 13:56:24.889 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The original document root for this web application'
2019-12-07 13:56:24.889 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The original document root for this web application)
2019-12-07 13:56:24.889 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.889 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.889 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.889 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.889 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.889 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.889 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.889 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.889 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.889 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.889 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4a0224c7)
2019-12-07 13:56:24.889 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.890 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.890 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.890 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.890 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.890 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.890 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.890 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.890 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.890 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.890 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'override'
2019-12-07 13:56:24.890 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=override)
2019-12-07 13:56:24.890 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The default context.xml override flag for this web application'
2019-12-07 13:56:24.890 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The default context.xml override flag for this web application)
2019-12-07 13:56:24.891 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.891 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.891 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.891 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.891 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.891 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.891 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.891 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.891 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.891 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.891 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@34efd6a3)
2019-12-07 13:56:24.891 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.891 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.892 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.892 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.892 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.892 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.892 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.892 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.892 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.892 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.892 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
2019-12-07 13:56:24.892 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
2019-12-07 13:56:24.892 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of this Context'
2019-12-07 13:56:24.893 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of this Context)
2019-12-07 13:56:24.893 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.893 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.893 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.893 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.893 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.893 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.893 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.893 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.893 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.893 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.893 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@29fce679)
2019-12-07 13:56:24.893 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.894 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.894 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.894 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.894 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.894 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.894 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.894 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.894 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.894 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.894 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'parentClassLoader'
2019-12-07 13:56:24.894 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=parentClassLoader)
2019-12-07 13:56:24.894 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Parent class loader.'
2019-12-07 13:56:24.894 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Parent class loader.)
2019-12-07 13:56:24.895 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.ClassLoader'
2019-12-07 13:56:24.895 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.ClassLoader)
2019-12-07 13:56:24.895 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.895 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.895 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.895 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.895 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.895 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.895 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.895 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.895 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4f6263c7)
2019-12-07 13:56:24.895 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.895 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.895 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.896 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.896 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.896 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.897 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.897 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.897 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.897 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.897 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'path'
2019-12-07 13:56:24.897 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=path)
2019-12-07 13:56:24.897 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The context path for this Context'
2019-12-07 13:56:24.897 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The context path for this Context)
2019-12-07 13:56:24.897 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.898 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.898 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.898 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.898 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.898 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.898 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.898 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.898 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.899 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.899 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@141d42f0)
2019-12-07 13:56:24.899 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.899 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.899 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.899 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.899 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.899 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.899 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.899 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.900 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.900 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.900 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'paused'
2019-12-07 13:56:24.900 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=paused)
2019-12-07 13:56:24.900 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The request processing pause flag (while reloading occurs)'
2019-12-07 13:56:24.900 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The request processing pause flag (while reloading occurs))
2019-12-07 13:56:24.900 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.900 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.900 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.900 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.900 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.900 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.900 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.900 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.900 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.901 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.901 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.901 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.901 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5e8dc41e)
2019-12-07 13:56:24.901 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.901 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.901 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.901 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.901 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.901 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.901 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.901 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'privileged'
2019-12-07 13:56:24.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=privileged)
2019-12-07 13:56:24.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Access to tomcat internals'
2019-12-07 13:56:24.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Access to tomcat internals)
2019-12-07 13:56:24.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.902 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.903 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.903 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@100c2e98)
2019-12-07 13:56:24.903 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.903 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.903 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.903 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.903 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.903 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.903 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.903 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.903 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.903 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processingTime'
2019-12-07 13:56:24.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processingTime)
2019-12-07 13:56:24.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Cumulative execution times of all servlets in this context'
2019-12-07 13:56:24.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Cumulative execution times of all servlets in this context)
2019-12-07 13:56:24.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:24.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:24.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.904 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.905 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4cac0b05)
2019-12-07 13:56:24.905 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.905 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.905 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.905 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.905 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.905 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.905 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.905 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.905 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.905 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.905 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxTime'
2019-12-07 13:56:24.905 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxTime)
2019-12-07 13:56:24.905 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum execution time of all servlets in this context'
2019-12-07 13:56:24.905 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum execution time of all servlets in this context)
2019-12-07 13:56:24.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:24.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:24.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.906 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@32d8daa2)
2019-12-07 13:56:24.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.906 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.907 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.907 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.907 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.907 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.907 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.907 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minTime'
2019-12-07 13:56:24.907 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minTime)
2019-12-07 13:56:24.907 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Minimum execution time of all servlets in this context'
2019-12-07 13:56:24.907 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Minimum execution time of all servlets in this context)
2019-12-07 13:56:24.907 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:24.907 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:24.908 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.908 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.908 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.908 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.908 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.908 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.909 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.909 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.909 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.909 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.910 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@24555d3)
2019-12-07 13:56:24.910 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.910 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.910 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.910 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.911 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.911 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.911 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.911 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.911 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.911 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.911 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'requestCount'
2019-12-07 13:56:24.911 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=requestCount)
2019-12-07 13:56:24.911 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Cumulative request count of all servlets in this context'
2019-12-07 13:56:24.912 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Cumulative request count of all servlets in this context)
2019-12-07 13:56:24.912 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:24.912 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:24.912 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.912 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.912 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.912 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.912 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.912 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.912 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.912 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.912 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.913 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.913 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@734cd3ed)
2019-12-07 13:56:24.913 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.913 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.913 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.913 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.914 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.914 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.914 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.914 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.914 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.914 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.914 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'errorCount'
2019-12-07 13:56:24.914 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=errorCount)
2019-12-07 13:56:24.914 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Cumulative error count of all servlets in this context'
2019-12-07 13:56:24.914 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Cumulative error count of all servlets in this context)
2019-12-07 13:56:24.915 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:24.915 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:24.915 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.915 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.915 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.915 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.915 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.915 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.915 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.915 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.915 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.915 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.915 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5f141aa2)
2019-12-07 13:56:24.916 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.916 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.916 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.916 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.916 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.916 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.916 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.916 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.916 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.916 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.916 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'publicId'
2019-12-07 13:56:24.916 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=publicId)
2019-12-07 13:56:24.916 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The public identifier of the DTD for the web application deployment descriptor version that is being parsed'
2019-12-07 13:56:24.916 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The public identifier of the DTD for the web application deployment descriptor version that is being parsed)
2019-12-07 13:56:24.917 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.917 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.917 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.917 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.917 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.917 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.917 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.917 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.917 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.917 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.917 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.917 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.917 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2b6dd628)
2019-12-07 13:56:24.918 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.918 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.918 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.918 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.918 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.918 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.918 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.918 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.918 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.918 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.918 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realm'
2019-12-07 13:56:24.918 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realm)
2019-12-07 13:56:24.919 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated realm.'
2019-12-07 13:56:24.919 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated realm.)
2019-12-07 13:56:24.919 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.Realm'
2019-12-07 13:56:24.919 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.Realm)
2019-12-07 13:56:24.919 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.919 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.919 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.919 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.919 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.919 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.922 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.922 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.922 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@32ef55b)
2019-12-07 13:56:24.922 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.922 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.922 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.922 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.922 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.922 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.922 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.923 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.923 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.923 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.923 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'reloadable'
2019-12-07 13:56:24.923 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=reloadable)
2019-12-07 13:56:24.923 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The reloadable flag for this web application'
2019-12-07 13:56:24.923 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The reloadable flag for this web application)
2019-12-07 13:56:24.923 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.923 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.924 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.924 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.924 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.924 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.924 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.924 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.924 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.924 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.924 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@16688d68)
2019-12-07 13:56:24.924 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.924 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.924 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.924 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.925 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.925 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.925 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.925 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.925 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.925 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.925 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'renewThreadsWhenStoppingContext'
2019-12-07 13:56:24.925 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=renewThreadsWhenStoppingContext)
2019-12-07 13:56:24.925 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should Tomcat renew the threads of the thread pool when the application is stopped to avoid memory leaks because of uncleaned ThreadLocal variables.'
2019-12-07 13:56:24.925 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should Tomcat renew the threads of the thread pool when the application is stopped to avoid memory leaks because of uncleaned ThreadLocal variables.)
2019-12-07 13:56:24.925 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.925 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.926 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.926 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.926 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.926 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.926 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.926 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.926 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.926 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.926 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6956440d)
2019-12-07 13:56:24.926 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.926 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.926 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.926 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.927 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.927 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.927 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.927 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.927 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.927 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.927 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'server'
2019-12-07 13:56:24.927 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=server)
2019-12-07 13:56:24.927 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The J2EE Server this module is deployed on'
2019-12-07 13:56:24.927 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The J2EE Server this module is deployed on)
2019-12-07 13:56:24.927 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.928 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.928 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.928 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.928 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.928 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.928 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.928 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.928 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.928 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.928 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2ccf1399)
2019-12-07 13:56:24.928 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.928 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.928 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.929 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.929 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.929 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.929 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.929 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.929 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.929 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.929 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCookieName'
2019-12-07 13:56:24.929 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCookieName)
2019-12-07 13:56:24.929 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name to use for session cookies.'null' indicates that the name is controlled by the application.'
2019-12-07 13:56:24.929 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name to use for session cookies.'null' indicates that the name is controlled by the application.)
2019-12-07 13:56:24.930 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.930 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.930 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.930 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.930 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.930 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.930 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.930 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.930 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.930 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.930 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@58bfaf76)
2019-12-07 13:56:24.930 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.931 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.931 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.931 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.931 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.931 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.931 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.931 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.931 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.931 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.931 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCookieDomain'
2019-12-07 13:56:24.931 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCookieDomain)
2019-12-07 13:56:24.933 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The domain to use for session cookies.'null' indicates that the domain is controlled by the application.'
2019-12-07 13:56:24.933 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The domain to use for session cookies.'null' indicates that the domain is controlled by the application.)
2019-12-07 13:56:24.933 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.933 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.933 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.933 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.934 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.934 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.934 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.934 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.934 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.934 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.934 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@aee6ac4)
2019-12-07 13:56:24.934 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.937 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.938 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.938 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.938 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.938 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.938 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.938 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.938 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.938 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.939 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCookiePath'
2019-12-07 13:56:24.939 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCookiePath)
2019-12-07 13:56:24.939 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The path to use for session cookies.'null' indicates that the path is controlled by the application.'
2019-12-07 13:56:24.939 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The path to use for session cookies.'null' indicates that the path is controlled by the application.)
2019-12-07 13:56:24.939 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.939 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.939 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.940 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.940 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.940 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.940 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.940 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.940 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.941 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.941 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@51c331b8)
2019-12-07 13:56:24.941 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.942 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.942 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionTimeout'
2019-12-07 13:56:24.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionTimeout)
2019-12-07 13:56:24.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The session timeout (in minutes) for this web application'
2019-12-07 13:56:24.943 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The session timeout (in minutes) for this web application)
2019-12-07 13:56:24.943 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:24.943 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:24.943 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.943 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.943 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.943 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.943 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.943 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.943 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.943 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.943 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@544b3c2)
2019-12-07 13:56:24.944 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.944 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.944 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.944 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.944 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.944 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.944 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.944 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.944 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.944 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.944 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startTime'
2019-12-07 13:56:24.944 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startTime)
2019-12-07 13:56:24.944 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time (in milliseconds since January 1, 1970, 00:00:00) when this context was started'
2019-12-07 13:56:24.945 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time (in milliseconds since January 1, 1970, 00:00:00) when this context was started)
2019-12-07 13:56:24.945 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:24.945 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:24.945 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.945 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.945 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.945 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.945 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.945 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.945 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.945 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.945 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.945 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.945 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@20257803)
2019-12-07 13:56:24.946 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.946 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.946 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.946 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.946 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.946 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.946 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.946 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.947 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.947 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.947 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startupTime'
2019-12-07 13:56:24.947 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startupTime)
2019-12-07 13:56:24.947 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time (in milliseconds) it took to start this context'
2019-12-07 13:56:24.947 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time (in milliseconds) it took to start this context)
2019-12-07 13:56:24.947 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:24.947 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:24.947 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.947 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.947 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.947 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.947 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.948 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.948 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.948 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.948 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@59e48e89)
2019-12-07 13:56:24.948 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.948 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.948 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.948 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.948 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.948 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.948 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.948 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.949 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.949 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.949 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:24.949 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:24.949 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:24.949 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:24.950 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.950 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.950 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.950 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.950 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.950 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.950 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.950 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.950 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.950 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.950 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.950 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.950 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@11e23afc)
2019-12-07 13:56:24.950 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.951 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.951 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.951 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.951 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.951 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.951 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.951 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.951 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.951 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.951 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'swallowOutput'
2019-12-07 13:56:24.951 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=swallowOutput)
2019-12-07 13:56:24.952 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to set to cause the system.out and system.err to be redirected to the logger when executing a servlet'
2019-12-07 13:56:24.952 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to set to cause the system.out and system.err to be redirected to the logger when executing a servlet)
2019-12-07 13:56:24.952 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.952 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.952 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.952 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.952 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.952 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.952 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.952 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.952 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.952 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.952 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@319841a1)
2019-12-07 13:56:24.952 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.953 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.953 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.953 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.953 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.953 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.954 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.954 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.954 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.954 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.954 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'tldScanTime'
2019-12-07 13:56:24.954 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=tldScanTime)
2019-12-07 13:56:24.954 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time spend scanning jars for TLDs for this context'
2019-12-07 13:56:24.954 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time spend scanning jars for TLDs for this context)
2019-12-07 13:56:24.954 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:24.954 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:24.955 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.955 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.955 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.955 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.955 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.955 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.955 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.955 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.955 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3a76d2f1)
2019-12-07 13:56:24.955 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.955 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.955 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.955 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.956 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.956 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.956 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.956 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.956 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.956 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.956 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'tldValidation'
2019-12-07 13:56:24.956 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=tldValidation)
2019-12-07 13:56:24.956 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the parsing of *.tld files be performed by a validating parser?'
2019-12-07 13:56:24.956 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the parsing of *.tld files be performed by a validating parser?)
2019-12-07 13:56:24.956 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.956 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.957 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.957 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.957 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.957 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.959 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.959 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.959 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.959 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.960 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@479b93f0)
2019-12-07 13:56:24.960 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.960 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.960 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.960 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.960 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.960 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.960 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.960 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.960 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.960 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.960 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'unloadDelay'
2019-12-07 13:56:24.960 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=unloadDelay)
2019-12-07 13:56:24.961 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Amount of ms that the container will wait for servlets to unload'
2019-12-07 13:56:24.961 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Amount of ms that the container will wait for servlets to unload)
2019-12-07 13:56:24.961 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:24.961 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:24.961 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.961 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.961 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.961 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.961 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.961 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.961 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.962 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.962 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@47ae6425)
2019-12-07 13:56:24.962 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.962 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.962 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.962 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.962 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.962 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.962 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.963 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.963 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.963 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.963 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'unpackWAR'
2019-12-07 13:56:24.963 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=unpackWAR)
2019-12-07 13:56:24.963 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unpack WAR property'
2019-12-07 13:56:24.963 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unpack WAR property)
2019-12-07 13:56:24.963 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.963 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.963 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.963 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.963 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.964 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.964 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.964 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.964 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.964 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.964 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3448a038)
2019-12-07 13:56:24.964 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.964 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.964 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.964 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.964 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.964 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.964 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.964 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useHttpOnly'
2019-12-07 13:56:24.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useHttpOnly)
2019-12-07 13:56:24.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Indicates that session cookies should use HttpOnly'
2019-12-07 13:56:24.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Indicates that session cookies should use HttpOnly)
2019-12-07 13:56:24.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.965 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.966 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.966 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.966 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.966 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@38a50d1a)
2019-12-07 13:56:24.966 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.966 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.966 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.966 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.966 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.966 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.966 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.966 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.967 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.967 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.967 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useNaming'
2019-12-07 13:56:24.967 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useNaming)
2019-12-07 13:56:24.967 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Create a JNDI naming context for this application?'
2019-12-07 13:56:24.967 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Create a JNDI naming context for this application?)
2019-12-07 13:56:24.967 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:24.967 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:24.967 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.967 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.967 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.967 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.968 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.968 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.968 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.968 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.968 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.968 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.968 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@23ba0ded)
2019-12-07 13:56:24.968 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.968 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.968 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.968 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.968 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.969 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.969 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.969 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.969 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.969 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.969 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useRelativeRedirects'
2019-12-07 13:56:24.969 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useRelativeRedirects)
2019-12-07 13:56:24.969 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'When generating location headers for 302 responses, should a relative URI be used?'
2019-12-07 13:56:24.969 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=When generating location headers for 302 responses, should a relative URI be used?)
2019-12-07 13:56:24.970 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.970 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.970 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.970 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.970 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.970 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.970 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.970 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.970 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.970 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.970 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1781daf3)
2019-12-07 13:56:24.971 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.971 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.971 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.971 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.971 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.971 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.971 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.971 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.971 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.971 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.971 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'webappVersion'
2019-12-07 13:56:24.971 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=webappVersion)
2019-12-07 13:56:24.972 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The version of this web application - used in parallel deployment to differentiate different versions of the same web application'
2019-12-07 13:56:24.972 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The version of this web application - used in parallel deployment to differentiate different versions of the same web application)
2019-12-07 13:56:24.972 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.972 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.972 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.972 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.972 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.972 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.972 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.972 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.972 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.972 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.972 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.973 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.973 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6639f15b)
2019-12-07 13:56:24.973 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.973 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.973 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.973 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.973 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.973 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.973 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.973 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.974 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.974 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.974 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'welcomeFiles'
2019-12-07 13:56:24.974 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=welcomeFiles)
2019-12-07 13:56:24.974 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The welcome files for this context'
2019-12-07 13:56:24.974 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The welcome files for this context)
2019-12-07 13:56:24.974 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-12-07 13:56:24.974 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-12-07 13:56:24.974 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:24.974 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:24.975 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.975 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.975 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.975 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.975 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.975 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.975 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.975 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.975 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7664fd5b)
2019-12-07 13:56:24.975 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.975 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.975 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.976 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.976 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.976 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.976 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.976 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.976 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.976 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.976 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'workDir'
2019-12-07 13:56:24.977 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=workDir)
2019-12-07 13:56:24.978 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The pathname to the work directory for this context'
2019-12-07 13:56:24.978 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The pathname to the work directory for this context)
2019-12-07 13:56:24.978 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.979 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:24.979 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.979 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.979 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.979 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.979 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.979 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.979 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.979 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.979 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5c2431f)
2019-12-07 13:56:24.979 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.979 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.979 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.980 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.980 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.980 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.980 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.980 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.980 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.980 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.980 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'xmlValidation'
2019-12-07 13:56:24.980 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=xmlValidation)
2019-12-07 13:56:24.980 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the parsing of web.xml and web-fragment.xml files be performed by a validating parser?'
2019-12-07 13:56:24.980 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the parsing of web.xml and web-fragment.xml files be performed by a validating parser?)
2019-12-07 13:56:24.981 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.981 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.981 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.981 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.981 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.981 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.981 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.981 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.981 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.981 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.982 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1c8d5716)
2019-12-07 13:56:24.982 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.982 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.982 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.982 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.982 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.982 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:24.982 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.982 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.982 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.982 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:24.983 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'xmlNamespaceAware'
2019-12-07 13:56:24.983 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=xmlNamespaceAware)
2019-12-07 13:56:24.983 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the parsing of web.xml and web-fragment.xml files be performed by a namespace aware parser?'
2019-12-07 13:56:24.983 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the parsing of web.xml and web-fragment.xml files be performed by a namespace aware parser?)
2019-12-07 13:56:24.983 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:24.983 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:24.983 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.983 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:24.983 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:24.983 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.984 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.984 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.984 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.984 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:24.984 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3517cef5)
2019-12-07 13:56:24.984 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.984 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.984 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:24.984 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:24.984 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.984 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:24.984 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.984 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.985 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.985 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:24.985 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addApplicationListener'
2019-12-07 13:56:24.985 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addApplicationListener)
2019-12-07 13:56:24.985 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new Listener class name to the set of Listeners configured for this application.'
2019-12-07 13:56:24.985 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new Listener class name to the set of Listeners configured for this application.)
2019-12-07 13:56:24.985 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:24.985 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:24.985 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:24.985 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:24.985 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.985 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.986 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.986 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.986 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.986 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.986 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.986 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
2019-12-07 13:56:24.986 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
2019-12-07 13:56:24.986 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Java class name of a listener class'
2019-12-07 13:56:24.986 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Java class name of a listener class)
2019-12-07 13:56:24.986 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.986 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.987 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.987 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.987 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.987 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.987 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.987 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.987 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.987 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.987 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@64c86329)
2019-12-07 13:56:24.987 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.987 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.987 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.987 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.988 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.988 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:24.988 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.988 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:24.988 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.988 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.988 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.988 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.988 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@73050e14)
2019-12-07 13:56:24.988 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.989 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.989 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.989 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.989 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.989 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:24.989 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.989 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.989 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.989 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:24.989 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addApplicationParameter'
2019-12-07 13:56:24.989 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addApplicationParameter)
2019-12-07 13:56:24.990 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new application parameter for this application.'
2019-12-07 13:56:24.990 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new application parameter for this application.)
2019-12-07 13:56:24.990 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:24.990 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:24.990 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:24.990 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:24.990 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.990 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.990 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.990 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.990 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.990 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.991 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.991 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
2019-12-07 13:56:24.991 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
2019-12-07 13:56:24.991 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Java class name of a listener class'
2019-12-07 13:56:24.991 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Java class name of a listener class)
2019-12-07 13:56:24.991 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.991 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.991 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.991 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.991 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.991 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.991 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.992 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.992 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.992 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.992 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@546d285)
2019-12-07 13:56:24.992 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.992 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.992 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.992 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.992 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.992 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:24.992 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.992 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:24.992 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.993 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.993 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.993 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.993 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@eadd4be)
2019-12-07 13:56:24.993 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.993 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.993 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.993 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:24.993 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:24.993 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:24.994 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.994 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:24.994 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.994 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:24.994 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addChild'
2019-12-07 13:56:24.994 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addChild)
2019-12-07 13:56:24.994 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a child to this Context'
2019-12-07 13:56:24.994 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a child to this Context)
2019-12-07 13:56:24.994 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:24.994 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:24.994 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:24.994 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:24.994 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:24.994 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.995 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.995 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.995 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.995 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.995 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.995 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
2019-12-07 13:56:24.995 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
2019-12-07 13:56:24.995 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new child to be added'
2019-12-07 13:56:24.995 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new child to be added)
2019-12-07 13:56:24.995 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.996 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.996 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.996 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.996 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.996 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.996 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.996 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.996 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.996 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.996 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@295b3f69)
2019-12-07 13:56:24.996 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.996 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.997 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.997 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.997 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:24.997 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:24.997 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.997 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.997 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:24.997 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:24.997 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:24.997 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:24.997 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the child to be added'
2019-12-07 13:56:24.997 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the child to be added)
2019-12-07 13:56:24.998 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:24.998 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:24.998 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.998 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:24.998 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:24.998 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:24.998 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.998 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:24.998 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.998 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:24.998 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7275f1f8)
2019-12-07 13:56:24.998 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.999 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:24.999 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:24.999 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:24.999 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:24.999 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:24.999 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:24.999 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
    '
2019-12-07 13:56:24.999 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.000 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.000 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.000 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.000 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4194c7c9)
2019-12-07 13:56:25.000 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.000 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.000 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.000 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.000 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.001 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.001 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.001 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.001 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.001 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.001 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addLifecycleListener'
2019-12-07 13:56:25.001 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addLifecycleListener)
2019-12-07 13:56:25.001 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a lifecycle listener to this Context'
2019-12-07 13:56:25.002 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a lifecycle listener to this Context)
2019-12-07 13:56:25.002 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.002 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.002 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.002 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.002 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.002 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.002 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.002 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.002 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.002 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.003 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.003 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
2019-12-07 13:56:25.003 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
2019-12-07 13:56:25.003 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new lifecycle listener to be added'
2019-12-07 13:56:25.003 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new lifecycle listener to be added)
2019-12-07 13:56:25.003 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.003 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.003 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.003 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.003 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.003 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.003 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.003 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.003 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.004 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.004 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@217cf361)
2019-12-07 13:56:25.004 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.004 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.004 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.004 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.004 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.004 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.004 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.004 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.004 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.004 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.005 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.005 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.005 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@51ac2050)
2019-12-07 13:56:25.005 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.005 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.005 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.005 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.005 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.006 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.006 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.006 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.006 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.006 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.006 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addLocaleEncodingMappingParameter'
2019-12-07 13:56:25.006 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addLocaleEncodingMappingParameter)
2019-12-07 13:56:25.006 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a Locale Encoding Mapping'
2019-12-07 13:56:25.006 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a Locale Encoding Mapping)
2019-12-07 13:56:25.006 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.007 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.007 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.007 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.007 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.007 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.007 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.007 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.007 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.007 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.007 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.008 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'locale'
2019-12-07 13:56:25.008 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=locale)
2019-12-07 13:56:25.008 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Locale to map an encoding for'
2019-12-07 13:56:25.008 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Locale to map an encoding for)
2019-12-07 13:56:25.008 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.008 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.008 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.008 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.008 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.008 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.008 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.008 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.009 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.009 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.009 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@c0be1ac)
2019-12-07 13:56:25.009 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.009 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.009 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.009 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.009 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.009 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.009 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.009 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.009 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.010 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.010 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'encoding'
2019-12-07 13:56:25.010 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=encoding)
2019-12-07 13:56:25.010 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Encoding to be used for a give locale'
2019-12-07 13:56:25.010 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Encoding to be used for a give locale)
2019-12-07 13:56:25.010 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.010 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.010 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.010 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.010 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.010 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.010 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.010 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.011 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.011 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.011 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6bc6c56b)
2019-12-07 13:56:25.011 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.011 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.011 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.011 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.011 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.011 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.011 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.011 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
    '
2019-12-07 13:56:25.011 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.011 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.012 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.012 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.012 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2de7d489)
2019-12-07 13:56:25.012 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.012 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.012 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.012 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.012 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.012 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.012 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.012 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.013 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.013 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.013 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addMimeMapping'
2019-12-07 13:56:25.013 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addMimeMapping)
2019-12-07 13:56:25.013 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new MIME mapping, replacing any existing mapping for the specified extension.'
2019-12-07 13:56:25.013 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new MIME mapping, replacing any existing mapping for the specified extension.)
2019-12-07 13:56:25.013 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.013 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.013 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.013 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.013 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.013 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.014 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.014 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.014 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.014 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.014 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.014 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'extension'
2019-12-07 13:56:25.014 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=extension)
2019-12-07 13:56:25.014 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Filename extension being mapped'
2019-12-07 13:56:25.014 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Filename extension being mapped)
2019-12-07 13:56:25.014 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.014 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.014 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.014 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.014 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.015 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.015 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.015 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.015 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.015 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.015 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1d79cfc5)
2019-12-07 13:56:25.015 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.015 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.015 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.015 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.015 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.016 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.016 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.016 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.016 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.016 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.016 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'mimeType'
2019-12-07 13:56:25.016 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=mimeType)
2019-12-07 13:56:25.016 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Corresponding MIME type'
2019-12-07 13:56:25.016 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Corresponding MIME type)
2019-12-07 13:56:25.016 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.016 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.016 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.017 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.017 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.017 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.017 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.017 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.017 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.017 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.017 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4e2c5b47)
2019-12-07 13:56:25.017 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.017 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.017 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.017 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.017 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.018 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.018 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.018 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
    '
2019-12-07 13:56:25.018 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.018 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.018 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.018 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.018 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@139c3274)
2019-12-07 13:56:25.018 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.018 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.018 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.018 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.019 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.019 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.019 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.019 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.019 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.019 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.019 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addParameter'
2019-12-07 13:56:25.019 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addParameter)
2019-12-07 13:56:25.019 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new context initialization parameter, replacing any existing value for the specified name.'
2019-12-07 13:56:25.019 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new context initialization parameter, replacing any existing value for the specified name.)
2019-12-07 13:56:25.019 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.019 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.020 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.020 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.020 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.020 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.020 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.020 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.020 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.020 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.020 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.020 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:25.020 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:25.021 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the new parameter'
2019-12-07 13:56:25.022 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the new parameter)
2019-12-07 13:56:25.022 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.022 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.022 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.022 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.022 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.022 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.022 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.022 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.022 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.022 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.022 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4cff12)
2019-12-07 13:56:25.023 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.023 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.023 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.023 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.023 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.023 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.023 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.023 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.023 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.023 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.023 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'value'
2019-12-07 13:56:25.023 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=value)
2019-12-07 13:56:25.024 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Value of the new  parameter'
2019-12-07 13:56:25.024 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Value of the new  parameter)
2019-12-07 13:56:25.024 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.024 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.024 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.024 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.024 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.024 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.024 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.024 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.024 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.024 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.024 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@53181f39)
2019-12-07 13:56:25.024 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.025 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.025 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
    '
2019-12-07 13:56:25.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7f42807e)
2019-12-07 13:56:25.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.026 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.026 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.026 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.026 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.026 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.026 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.026 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.026 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addRoleMapping'
2019-12-07 13:56:25.026 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addRoleMapping)
2019-12-07 13:56:25.026 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a security role reference for this web application.'
2019-12-07 13:56:25.026 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a security role reference for this web application.)
2019-12-07 13:56:25.026 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.026 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.027 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.027 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.028 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.028 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.028 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.028 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.028 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.028 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.028 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.028 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
2019-12-07 13:56:25.028 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
2019-12-07 13:56:25.028 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role used in the application'
2019-12-07 13:56:25.028 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role used in the application)
2019-12-07 13:56:25.029 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.029 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.029 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.029 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.029 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.029 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.030 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.030 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.030 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.030 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.031 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@d3f0270)
2019-12-07 13:56:25.031 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.031 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.031 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.031 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.031 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.031 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.032 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.032 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.032 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.032 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.033 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'link'
2019-12-07 13:56:25.033 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=link)
2019-12-07 13:56:25.033 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Actual security role to check for'
2019-12-07 13:56:25.033 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Actual security role to check for)
2019-12-07 13:56:25.033 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.033 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.033 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.033 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.033 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.033 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.034 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.034 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.034 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.036 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.036 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6aecc8aa)
2019-12-07 13:56:25.036 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.036 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.036 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.036 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.036 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.036 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.036 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.036 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
    '
2019-12-07 13:56:25.036 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.037 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.037 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.037 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.037 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@799ee319)
2019-12-07 13:56:25.037 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.037 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.037 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.037 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.037 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.037 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.038 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.038 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.038 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.038 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.038 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addSecurityRole'
2019-12-07 13:56:25.038 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addSecurityRole)
2019-12-07 13:56:25.038 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new security role for this web application.'
2019-12-07 13:56:25.038 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new security role for this web application.)
2019-12-07 13:56:25.038 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.038 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.039 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.039 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.039 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.039 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.039 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.039 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.039 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.039 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.039 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.039 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
2019-12-07 13:56:25.039 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
2019-12-07 13:56:25.039 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New security role'
2019-12-07 13:56:25.039 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New security role)
2019-12-07 13:56:25.039 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.040 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.040 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.040 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.040 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.040 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.040 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.040 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.040 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.040 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.040 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1234dd24)
2019-12-07 13:56:25.041 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.041 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.041 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.041 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.041 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.041 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.041 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.041 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.041 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.042 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.042 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.042 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.042 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@676d6190)
2019-12-07 13:56:25.042 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.042 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.042 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.043 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.043 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.043 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.044 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.044 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.044 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.044 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.045 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addServletMapping'
2019-12-07 13:56:25.045 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addServletMapping)
2019-12-07 13:56:25.045 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new servlet mapping, replacing any existing mapping for the specified pattern.'
2019-12-07 13:56:25.045 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new servlet mapping, replacing any existing mapping for the specified pattern.)
2019-12-07 13:56:25.046  INFO 15190 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-12-07 13:56:25.047 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.047 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.048 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.048 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.048 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.048 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.049 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.049 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.050 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.050 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.050 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.050 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'pattern'
2019-12-07 13:56:25.050 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=pattern)
2019-12-07 13:56:25.050 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'URL pattern to be mapped'
2019-12-07 13:56:25.051 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=URL pattern to be mapped)
2019-12-07 13:56:25.053 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.054 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.054 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.054 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.054 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.054 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.054 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.054 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.054 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.054 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.054 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6b484c4f)
2019-12-07 13:56:25.054 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.054 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.054 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.055 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.055 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.055 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.055 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.055 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.055 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.055 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.055 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:25.055 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:25.055 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the corresponding servlet to execute'
2019-12-07 13:56:25.056 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the corresponding servlet to execute)
2019-12-07 13:56:25.056 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.056 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.056 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.056 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.057 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.057 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.057 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.057 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.057 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.057 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.057 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6540ec14)
2019-12-07 13:56:25.057 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.057 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.057 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.057 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.058 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.058 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.058 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.058 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
    '
2019-12-07 13:56:25.058 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.058 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.058 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.058 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.058 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@51a9d065)
2019-12-07 13:56:25.058 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.058 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.058 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.059 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.059 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.059 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.059 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.059 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.059 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.059 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.060 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.AutoConfigurationPackages'
2019-12-07 13:56:25.060 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addServletMapping'
2019-12-07 13:56:25.061 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addServletMapping)
2019-12-07 13:56:25.061 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new servlet mapping, replacing any existing mapping for the specified pattern.'
2019-12-07 13:56:25.061 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new servlet mapping, replacing any existing mapping for the specified pattern.)
2019-12-07 13:56:25.062 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.062 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.062 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.062 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.062 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.062 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.062 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.062 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.063 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.063 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.063 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.063 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'pattern'
2019-12-07 13:56:25.063 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=pattern)
2019-12-07 13:56:25.063 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'URL pattern to be mapped'
2019-12-07 13:56:25.063 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=URL pattern to be mapped)
2019-12-07 13:56:25.063 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.063 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.064 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.064 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.064 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.064 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.064 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.064 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.064 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.064 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.064 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5d444a21)
2019-12-07 13:56:25.064 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.064 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.064 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.065 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.065 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.065 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.065 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.065 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.065 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.065 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.065 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:25.065 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:25.065 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the corresponding servlet to execute'
2019-12-07 13:56:25.066 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the corresponding servlet to execute)
2019-12-07 13:56:25.066 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.066 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.066 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.066 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.066 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.066 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.066 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.066 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.066 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.066 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.066 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@74475ff2)
2019-12-07 13:56:25.066 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.067 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.067 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.067 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.067 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.067 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.067 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.067 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.067 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.069 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.069 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'jspWildcard'
2019-12-07 13:56:25.070 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=jspWildcard)
2019-12-07 13:56:25.070 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to ''true' if name identifies the JspServlet and pattern contains a wildcard; 'false' otherwise'
2019-12-07 13:56:25.070 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description='true' if name identifies the JspServlet and pattern contains a wildcard; 'false' otherwise)
2019-12-07 13:56:25.070 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
2019-12-07 13:56:25.070 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
2019-12-07 13:56:25.070 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.070 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.070 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.070 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.070 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.071 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.071 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.071 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.071 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@16853d22)
2019-12-07 13:56:25.071 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.071 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.071 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.071 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.071 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.071 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.071 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.072 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
      
    '
2019-12-07 13:56:25.072 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.072 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.072 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.072 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.072 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@930fd6f)
2019-12-07 13:56:25.072 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.072 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.072 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.072 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.072 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.072 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.073 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.073 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.073 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.073 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.073 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addValve'
2019-12-07 13:56:25.073 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addValve)
2019-12-07 13:56:25.073 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a valve to this Context'
2019-12-07 13:56:25.073 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a valve to this Context)
2019-12-07 13:56:25.073 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.074 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.074 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:25.074 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:25.074 DEBUG 15190 --- [    Test worker] o.s.b.a.AutoConfigurationPackages        : @EnableAutoConfiguration was declared on a class in the package 'kr.gracelove.jojoldu.springboot'. Automatic @Repository and @Entity scanning is enabled.
2019-12-07 13:56:25.074 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.074 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.074 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.074 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.074 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.074 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.074 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.074 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveType'
2019-12-07 13:56:25.074 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveType)
2019-12-07 13:56:25.074 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new valve to be added'
2019-12-07 13:56:25.075 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new valve to be added)
2019-12-07 13:56:25.075 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.075 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.075 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.075 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.075 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.075 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.075 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.076 DEBUG 15190 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Scanning for repositories in packages kr.gracelove.jojoldu.springboot.
2019-12-07 13:56:25.076 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.076 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.076 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.076 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@765aab2a)
2019-12-07 13:56:25.076 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.076 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.076 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.076 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.076 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.076 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.077 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.077 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.077 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.077 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.077 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.077 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.077 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@38acd2dc)
2019-12-07 13:56:25.077 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.078 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.078 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.078 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.078 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.078 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.078 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.078 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.078 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.078 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.078 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addWatchedResource'
2019-12-07 13:56:25.078 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addWatchedResource)
2019-12-07 13:56:25.078 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to ' Add a resource which will be watched for reloading by the host auto deployer.'
2019-12-07 13:56:25.079 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description= Add a resource which will be watched for reloading by the host auto deployer.)
2019-12-07 13:56:25.079 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.079 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.079 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.079 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.079 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.079 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.079 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.079 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.079 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.079 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.079 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.080 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:25.080 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:25.080 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Path to the resource, either absolute or relative to docBase'
2019-12-07 13:56:25.080 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Path to the resource, either absolute or relative to docBase)
2019-12-07 13:56:25.080 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.080 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.080 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.080 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.080 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.080 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.081 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.081 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.081 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.082 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.082 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@77f94c6)
2019-12-07 13:56:25.082 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.083 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.083 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.083 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.084 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.084 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.084 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.084 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.084 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.084 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.084 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.084 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.084 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@92adac3)
2019-12-07 13:56:25.085 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.085 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.085 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.085 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.085 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.086 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.086 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.086 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.086 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.086 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.086 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addWelcomeFile'
2019-12-07 13:56:25.086 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addWelcomeFile)
2019-12-07 13:56:25.086 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new welcome file to the set recognized by this Context.'
2019-12-07 13:56:25.086 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new welcome file to the set recognized by this Context.)
2019-12-07 13:56:25.086 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.086 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.086 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.086 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.087 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.087 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.087 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.087 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.087 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.087 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.087 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.087 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:25.087 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:25.087 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New welcome file name'
2019-12-07 13:56:25.087 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New welcome file name)
2019-12-07 13:56:25.088 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.088 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.088 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.088 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.088 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.088 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.088 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.088 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.088 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.088 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.088 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2a8a2337)
2019-12-07 13:56:25.088 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.089 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.089 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.089 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.089 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.089 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.089 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.089 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.089 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.089 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.089 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.089 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.089 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@74ee3e88)
2019-12-07 13:56:25.089 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.089 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.090 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.090 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.090 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.090 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.090 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.090 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.090 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.090 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.090 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addWrapperLifecycle'
2019-12-07 13:56:25.090 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addWrapperLifecycle)
2019-12-07 13:56:25.090 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add the classname of a LifecycleListener to be added to each Wrapper appended to this Context.'
2019-12-07 13:56:25.090 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add the classname of a LifecycleListener to be added to each Wrapper appended to this Context.)
2019-12-07 13:56:25.091 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.091 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.091 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.091 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.091 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.091 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.091 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.091 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.091 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.092 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.092 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.092 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
2019-12-07 13:56:25.092 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
2019-12-07 13:56:25.092 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Java class name of a LifecycleListener class'
2019-12-07 13:56:25.092 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Java class name of a LifecycleListener class)
2019-12-07 13:56:25.092 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.093 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.093 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.093 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.093 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.093 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.093 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.093 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.093 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.093 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.093 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@f4c5d77)
2019-12-07 13:56:25.094 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.094 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.094 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.094 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.094 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.094 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.094 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.094 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.094 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.095 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.095 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.095 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.095 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@50ef729f)
2019-12-07 13:56:25.095 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.095 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.095 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.095 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.096 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.096 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.096 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.096 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.096 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.096 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.096 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addWrapperListener'
2019-12-07 13:56:25.096 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addWrapperListener)
2019-12-07 13:56:25.097 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add the classname of a ContainerListener to be added to each Wrapper appended to this Context.'
2019-12-07 13:56:25.097 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add the classname of a ContainerListener to be added to each Wrapper appended to this Context.)
2019-12-07 13:56:25.097 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.097 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.097 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.097 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.097 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.097 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.097 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.097 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.098 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.098 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.098 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.098 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
2019-12-07 13:56:25.098 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
2019-12-07 13:56:25.098 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Java class name of a ContainerListener class'
2019-12-07 13:56:25.098 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Java class name of a ContainerListener class)
2019-12-07 13:56:25.098 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.098 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.098 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.098 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.098 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.098 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.099 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.099 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.099 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.099 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.099 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2b87602e)
2019-12-07 13:56:25.099 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.099 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.099 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.099 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.099 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.099 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.099 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.099 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.100 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.100 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.100 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.100 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.100 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2e1801a8)
2019-12-07 13:56:25.100 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.100 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.100 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.100 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.100 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.100 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.101 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.101 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.101 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.101 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.101 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-12-07 13:56:25.101 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-12-07 13:56:25.101 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy the context'
2019-12-07 13:56:25.101 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy the context)
2019-12-07 13:56:25.101 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.101 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.101 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.101 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.102 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.102 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.102 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.102 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.102 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.102 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.102 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.102 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.102 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.102 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@435256f9)
2019-12-07 13:56:25.102 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.102 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.102 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.102 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.103 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.103 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.103 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.103 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.103 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.103 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.103 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findApplicationListeners'
2019-12-07 13:56:25.103 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findApplicationListeners)
2019-12-07 13:56:25.103 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of application listener class names configured for this application.'
2019-12-07 13:56:25.103 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of application listener class names configured for this application.)
2019-12-07 13:56:25.103 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-12-07 13:56:25.104 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-12-07 13:56:25.104 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-12-07 13:56:25.104 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-12-07 13:56:25.104 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.105 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.105 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.105 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.105 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.105 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.105 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.105 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.105 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.105 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6882af86)
2019-12-07 13:56:25.105 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.105 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.106 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.106 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.106 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.106 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.106 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.106 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.106 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.107 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.107 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findApplicationParameters'
2019-12-07 13:56:25.107 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findApplicationParameters)
2019-12-07 13:56:25.107 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of application parameters for this application.'
2019-12-07 13:56:25.107 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of application parameters for this application.)
2019-12-07 13:56:25.107 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-12-07 13:56:25.107 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-12-07 13:56:25.107 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:25.107 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:25.107 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.107 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.107 DEBUG 15190 --- [    Test worker] o.s.d.r.c.RepositoryComponentProvider    : Identified candidate component class: file [/Users/govlmo91/IdeaProjects/jojoldubook/build/classes/java/main/kr/gracelove/jojoldu/springboot/domain/posts/PostsRepository.class]
2019-12-07 13:56:25.107 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.108 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.108 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.108 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.108 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.108 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.108 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.108 DEBUG 15190 --- [    Test worker] o.s.d.r.c.RepositoryComponentProvider    : Identified candidate component class: file [/Users/govlmo91/IdeaProjects/jojoldubook/build/classes/java/main/kr/gracelove/jojoldu/springboot/domain/user/UserRepository.class]
2019-12-07 13:56:25.108 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@781424a8)
2019-12-07 13:56:25.108 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.108 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.108 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.108 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.108 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.109 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.109 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.109 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.109 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.109 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.109 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findConstraints'
2019-12-07 13:56:25.109 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findConstraints)
2019-12-07 13:56:25.109 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of security constraints for this web application. If there are none, a zero-length array is returned.'
2019-12-07 13:56:25.110 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of security constraints for this web application. If there are none, a zero-length array is returned.)
2019-12-07 13:56:25.110 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-12-07 13:56:25.110 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-12-07 13:56:25.110 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:25.110 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:25.110 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.110 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.110 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.110 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.110 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.110 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.110 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.111 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.111 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.111 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@166f6f43)
2019-12-07 13:56:25.111 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.111 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.111 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.111 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.111 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.111 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.111 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.112 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.112 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.112 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.112 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findContainerListenerNames'
2019-12-07 13:56:25.112 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findContainerListenerNames)
2019-12-07 13:56:25.112 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of container listener class names configured for this application.'
2019-12-07 13:56:25.112 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of container listener class names configured for this application.)
2019-12-07 13:56:25.112 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-12-07 13:56:25.112 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-12-07 13:56:25.112 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-12-07 13:56:25.112 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-12-07 13:56:25.113 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.113 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.113 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.113 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.113 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.113 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.113 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.113 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.113 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.114 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@475b06e9)
2019-12-07 13:56:25.115 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.115 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.115 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.115 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.115 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.115 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.115 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.116 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.116 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.116 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.116 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findErrorPage'
2019-12-07 13:56:25.116 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findErrorPage)
2019-12-07 13:56:25.116 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the error page entry for the specified HTTP error code, if any; otherwise return null'
2019-12-07 13:56:25.116 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the error page entry for the specified HTTP error code, if any; otherwise return null)
2019-12-07 13:56:25.116 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.116 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.116 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:25.117 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:25.117 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.117 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.117 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.117 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.118 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.118 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.118 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.118 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'errorCode'
2019-12-07 13:56:25.119 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=errorCode)
2019-12-07 13:56:25.119 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Error code to look up'
2019-12-07 13:56:25.119 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Error code to look up)
2019-12-07 13:56:25.119 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int'
2019-12-07 13:56:25.119 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int)
2019-12-07 13:56:25.119 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.119 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.119 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.119 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.119 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.119 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.119 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.119 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.120 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3a586f1b)
2019-12-07 13:56:25.120 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.120 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.120 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.120 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.120 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.120 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.120 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.120 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.120 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.121 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.121 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.121 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.121 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@63302d9c)
2019-12-07 13:56:25.121 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.121 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.121 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.121 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.122 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.122 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.122 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.122 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.122 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.122 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.122 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findErrorPage'
2019-12-07 13:56:25.122 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findErrorPage)
2019-12-07 13:56:25.122 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the error page entry for the specified Java exception type, if any; otherwise return null.'
2019-12-07 13:56:25.122 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the error page entry for the specified Java exception type, if any; otherwise return null.)
2019-12-07 13:56:25.123 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.123 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.123 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:25.123 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:25.123 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.123 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.123 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.123 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.123 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.123 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.124 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.124 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'exceptionType'
2019-12-07 13:56:25.124 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=exceptionType)
2019-12-07 13:56:25.124 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Exception type to look up'
2019-12-07 13:56:25.124 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Exception type to look up)
2019-12-07 13:56:25.124 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.124 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.124 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.124 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.124 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.125 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.125 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.125 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.125 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.125 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.125 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@ec853ce)
2019-12-07 13:56:25.125 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.125 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.125 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.125 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.125 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.125 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.126 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.126 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.126 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.126 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.126 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.126 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.127 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@113b70b0)
2019-12-07 13:56:25.127 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.127 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.127 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.127 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.127 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.127 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.127 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.127 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.127 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.127 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.128 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findErrorPages'
2019-12-07 13:56:25.128 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findErrorPages)
2019-12-07 13:56:25.128 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of defined error pages for all specified error codes and exception types.'
2019-12-07 13:56:25.128 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of defined error pages for all specified error codes and exception types.)
2019-12-07 13:56:25.128 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-12-07 13:56:25.128 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-12-07 13:56:25.128 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-12-07 13:56:25.128 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-12-07 13:56:25.128 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.128 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.128 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.128 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.129 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.129 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.129 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.129 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.129 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.129 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6862f53b)
2019-12-07 13:56:25.129 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.129 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.129 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.129 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.129 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.129 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.130 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.130 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.130 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.130 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.130 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findFilterDef'
2019-12-07 13:56:25.130 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findFilterDef)
2019-12-07 13:56:25.130 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the filter definition for the specified filter name, if any; otherwise return null.'
2019-12-07 13:56:25.130 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the filter definition for the specified filter name, if any; otherwise return null.)
2019-12-07 13:56:25.130 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.130 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.131 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:25.131 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:25.131 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.131 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.131 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.131 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.131 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.131 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.131 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.132 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'exceptionType'
2019-12-07 13:56:25.132 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=exceptionType)
2019-12-07 13:56:25.132 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Exception type to look up'
2019-12-07 13:56:25.133 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Exception type to look up)
2019-12-07 13:56:25.133 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.133 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.133 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.133 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.133 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.133 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.133 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.133 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.133 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.134 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.134 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@a5c7966)
2019-12-07 13:56:25.134 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.134 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.150 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.150 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.151 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.151 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.151 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.151 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.151 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.151 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.151 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.151 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.151 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@46461dc0)
2019-12-07 13:56:25.151 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.151 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.151 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.152 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.152 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.152 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.152 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.152 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.152 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.152 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.153 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findFilterDefs'
2019-12-07 13:56:25.153 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findFilterDefs)
2019-12-07 13:56:25.153 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of defined filters for this Context.'
2019-12-07 13:56:25.153 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of defined filters for this Context.)
2019-12-07 13:56:25.153 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-12-07 13:56:25.153 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-12-07 13:56:25.153 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-12-07 13:56:25.153 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-12-07 13:56:25.153 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.153 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.153 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.153 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.153 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.154 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.154 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.154 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.154 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.154 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@cb24b48)
2019-12-07 13:56:25.154 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.154 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.154 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.154 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.154 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.154 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.155 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.155 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.155 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.155 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.156 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findFilterMaps'
2019-12-07 13:56:25.156 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findFilterMaps)
2019-12-07 13:56:25.156 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of filter mappings for this Context.'
2019-12-07 13:56:25.156 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of filter mappings for this Context.)
2019-12-07 13:56:25.156 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-12-07 13:56:25.156 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-12-07 13:56:25.156 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-12-07 13:56:25.156 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-12-07 13:56:25.157 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.157 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.157 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.157 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.157 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.157 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.157 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.157 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.157 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.157 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7386bcc8)
2019-12-07 13:56:25.157 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.157 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.157 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.158 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.158 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.161 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.161 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.161 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.161 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.161 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.161 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findLifecycleListenerNames'
2019-12-07 13:56:25.161 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findLifecycleListenerNames)
2019-12-07 13:56:25.161 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of lifecycle listener class names configured for this application.'
2019-12-07 13:56:25.162 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of lifecycle listener class names configured for this application.)
2019-12-07 13:56:25.162 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-12-07 13:56:25.162 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-12-07 13:56:25.162 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-12-07 13:56:25.162 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-12-07 13:56:25.162 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.162 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.163 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.163 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.163 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.163 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.163 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.164 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.164 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.164 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1a786c97)
2019-12-07 13:56:25.164 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.164 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.164 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.164 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.164 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.164 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.164 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.164 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.164 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.165 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.165 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findMimeMapping'
2019-12-07 13:56:25.165 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findMimeMapping)
2019-12-07 13:56:25.165 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the MIME type to which the specified extension is mapped, if any; otherwise return null.'
2019-12-07 13:56:25.165 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the MIME type to which the specified extension is mapped, if any; otherwise return null.)
2019-12-07 13:56:25.165 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.165 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.165 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:25.165 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:25.165 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.165 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.165 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.165 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.165 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.165 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.166 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.166 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'extension'
2019-12-07 13:56:25.166 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=extension)
2019-12-07 13:56:25.166 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Extension to map to a MIME type'
2019-12-07 13:56:25.166 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Extension to map to a MIME type)
2019-12-07 13:56:25.166 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.166 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.166 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.166 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.166 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.166 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.166 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.166 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.166 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.167 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.167 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6c26da05)
2019-12-07 13:56:25.167 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.167 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.167 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.167 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.167 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.167 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.167 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.167 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.167 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.167 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.168 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.168 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.168 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@72d024c2)
2019-12-07 13:56:25.168 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.168 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.168 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.168 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.168 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.168 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.168 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.169 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.169 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.169 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.169 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findMimeMappings'
2019-12-07 13:56:25.169 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findMimeMappings)
2019-12-07 13:56:25.169 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the extensions for which MIME mappings are defined.'
2019-12-07 13:56:25.169 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the extensions for which MIME mappings are defined.)
2019-12-07 13:56:25.169 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.169 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.169 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-12-07 13:56:25.169 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-12-07 13:56:25.169 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.169 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.170 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.170 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.170 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.170 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.170 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.170 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.170 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.171 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@34f6a6ac)
2019-12-07 13:56:25.171 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.171 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.171 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.171 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.171 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.171 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.172 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.172 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.172 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.172 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.172 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findParameter'
2019-12-07 13:56:25.172 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findParameter)
2019-12-07 13:56:25.172 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the value for the specified context initialization parameter name, if any; otherwise return null.'
2019-12-07 13:56:25.172 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the value for the specified context initialization parameter name, if any; otherwise return null.)
2019-12-07 13:56:25.172 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.172 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.173 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:25.173 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:25.173 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.173 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.173 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.173 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.173 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.173 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.173 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.173 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:25.173 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:25.174 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the parameter to return'
2019-12-07 13:56:25.174 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the parameter to return)
2019-12-07 13:56:25.174 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.174 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.174 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.174 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.174 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.174 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.174 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.174 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.174 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.174 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.174 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6d337871)
2019-12-07 13:56:25.175 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.175 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.175 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.175 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.175 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.175 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.175 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.175 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.175 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.175 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.175 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.175 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@371f7120)
2019-12-07 13:56:25.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.176 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.176 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findParameters'
2019-12-07 13:56:25.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findParameters)
2019-12-07 13:56:25.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the names of all defined context initialization parameters for this Context.'
2019-12-07 13:56:25.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the names of all defined context initialization parameters for this Context.)
2019-12-07 13:56:25.177 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.177 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.177 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-12-07 13:56:25.177 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-12-07 13:56:25.177 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.177 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.177 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.177 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.177 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.177 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.177 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.177 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.178 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.178 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@449aa535)
2019-12-07 13:56:25.178 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.178 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.178 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.178 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.179 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.179 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.179 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.179 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.179 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.179 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.179 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findRoleMapping'
2019-12-07 13:56:25.179 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findRoleMapping)
2019-12-07 13:56:25.180 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'For the given security role (as used by an application), return the corresponding role name (as defined by the underlying Realm) if there is one.  Otherwise, return the specified role unchanged.'
2019-12-07 13:56:25.180 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=For the given security role (as used by an application), return the corresponding role name (as defined by the underlying Realm) if there is one.  Otherwise, return the specified role unchanged.)
2019-12-07 13:56:25.180 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.180 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.180 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:25.180 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:25.180 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.180 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.180 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.180 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.181 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.181 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.181 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.181 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
2019-12-07 13:56:25.181 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
2019-12-07 13:56:25.181 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role to map'
2019-12-07 13:56:25.181 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role to map)
2019-12-07 13:56:25.181 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.181 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.181 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.181 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.181 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.182 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.182 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.182 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.182 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.182 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.182 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4558b8cc)
2019-12-07 13:56:25.183 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.183 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.183 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.183 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.183 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.183 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.183 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.183 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.183 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.183 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.184 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.184 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.184 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@335ea0e6)
2019-12-07 13:56:25.184 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.184 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.184 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.185 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.185 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.185 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.185 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.185 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.185 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.185 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.185 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findSecurityRole'
2019-12-07 13:56:25.185 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findSecurityRole)
2019-12-07 13:56:25.185 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return 'true' if the specified security role is defined for this application; otherwise return 'false'.'
2019-12-07 13:56:25.185 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return 'true' if the specified security role is defined for this application; otherwise return 'false'.)
2019-12-07 13:56:25.186 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.186 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.186 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
2019-12-07 13:56:25.186 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
2019-12-07 13:56:25.186 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.186 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.186 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.186 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.186 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.186 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.186 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.186 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
2019-12-07 13:56:25.187 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
2019-12-07 13:56:25.187 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role to verify'
2019-12-07 13:56:25.187 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role to verify)
2019-12-07 13:56:25.187 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.187 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.187 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.187 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.187 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.187 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.187 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.187 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.187 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.188 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.188 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7f8441dc)
2019-12-07 13:56:25.188 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.188 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.188 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.188 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.188 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.188 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.188 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.188 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.188 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.189 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.189 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.189 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.189 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6e26f014)
2019-12-07 13:56:25.189 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.189 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.189 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.189 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.190 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.190 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.190 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.190 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.190 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.190 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.190 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findSecurityRoles'
2019-12-07 13:56:25.190 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findSecurityRoles)
2019-12-07 13:56:25.191 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the security roles defined for this application.'
2019-12-07 13:56:25.191 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the security roles defined for this application.)
2019-12-07 13:56:25.191 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.191 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.191 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-12-07 13:56:25.191 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-12-07 13:56:25.191 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.191 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.191 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.191 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.191 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.191 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.191 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.192 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.192 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.192 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6eb8bbc4)
2019-12-07 13:56:25.192 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.192 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.192 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.192 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.192 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.192 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.192 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.192 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.193 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.193 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.193 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findServletMapping'
2019-12-07 13:56:25.193 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findServletMapping)
2019-12-07 13:56:25.193 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the servlet name mapped by the specified pattern..'
2019-12-07 13:56:25.193 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the servlet name mapped by the specified pattern..)
2019-12-07 13:56:25.193 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.193 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.193 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:25.193 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:25.193 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.193 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.193 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.193 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'pattern'
2019-12-07 13:56:25.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=pattern)
2019-12-07 13:56:25.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Pattern for which a mapping is requested'
2019-12-07 13:56:25.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Pattern for which a mapping is requested)
2019-12-07 13:56:25.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.194 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.195 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.195 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.195 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.195 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@28277f65)
2019-12-07 13:56:25.195 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.195 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.195 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.195 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.195 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.196 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.196 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.196 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.196 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.196 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.196 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.196 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.196 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@75f0411c)
2019-12-07 13:56:25.196 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.196 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.196 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.196 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.196 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.197 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.197 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.197 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.197 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.197 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.197 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findServletMappings'
2019-12-07 13:56:25.197 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findServletMappings)
2019-12-07 13:56:25.197 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the patterns of all defined servlet mappings for this Context.'
2019-12-07 13:56:25.197 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the patterns of all defined servlet mappings for this Context.)
2019-12-07 13:56:25.197 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.197 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.197 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-12-07 13:56:25.198 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-12-07 13:56:25.198 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.198 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.198 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.198 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.198 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.198 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.198 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.198 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.198 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.198 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2c0fa9e6)
2019-12-07 13:56:25.198 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.199 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.199 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.199 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.199 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.199 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.199 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.199 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.199 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.199 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.199 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findStatusPage'
2019-12-07 13:56:25.199 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findStatusPage)
2019-12-07 13:56:25.199 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the context-relative URI of the error page for the specified HTTP status code.'
2019-12-07 13:56:25.200 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the context-relative URI of the error page for the specified HTTP status code.)
2019-12-07 13:56:25.200 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.200 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.200 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:25.200 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:25.200 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.200 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.200 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.200 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.200 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.201 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.201 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.201 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'status'
2019-12-07 13:56:25.201 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=status)
2019-12-07 13:56:25.201 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'HTTP status code to look up'
2019-12-07 13:56:25.201 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=HTTP status code to look up)
2019-12-07 13:56:25.201 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int'
2019-12-07 13:56:25.201 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int)
2019-12-07 13:56:25.202 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.202 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.202 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.202 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.202 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.202 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.202 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.202 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.202 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7c24138)
2019-12-07 13:56:25.203 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.203 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.203 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.203 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.203 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.203 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.203 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.203 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.203 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.203 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.203 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.203 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.203 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@148dcaf2)
2019-12-07 13:56:25.203 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.204 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.204 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.204 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.204 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.204 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.204 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.204 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.204 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.204 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.204 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findStatusPages'
2019-12-07 13:56:25.204 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findStatusPages)
2019-12-07 13:56:25.205 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of HTTP status codes for which error pages have been specified.'
2019-12-07 13:56:25.205 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of HTTP status codes for which error pages have been specified.)
2019-12-07 13:56:25.205 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.205 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.205 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Lint'
2019-12-07 13:56:25.205 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Lint)
2019-12-07 13:56:25.205 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.205 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.206 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.206 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.206 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.206 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.206 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.206 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.206 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.206 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@630281de)
2019-12-07 13:56:25.206 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.206 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.206 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.206 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.207 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.207 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.207 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.207 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.207 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.207 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.207 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findWatchedResources'
2019-12-07 13:56:25.207 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findWatchedResources)
2019-12-07 13:56:25.208 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of watched resources for this Context.'
2019-12-07 13:56:25.208 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of watched resources for this Context.)
2019-12-07 13:56:25.208 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.208 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.208 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-12-07 13:56:25.208 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-12-07 13:56:25.208 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.208 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.208 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.208 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@329344c1)
2019-12-07 13:56:25.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.209 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.209 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.210 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.210 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.210 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.210 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findWelcomeFile'
2019-12-07 13:56:25.210 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findWelcomeFile)
2019-12-07 13:56:25.210 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return 'true' if the specified welcome file is defined for this Context; otherwise return 'false'.'
2019-12-07 13:56:25.210 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return 'true' if the specified welcome file is defined for this Context; otherwise return 'false'.)
2019-12-07 13:56:25.210 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.210 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.210 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
2019-12-07 13:56:25.210 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
2019-12-07 13:56:25.211 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.211 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.211 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.211 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.211 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.211 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.211 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.211 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:25.211 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:25.211 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Welcome file to verify'
2019-12-07 13:56:25.211 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Welcome file to verify)
2019-12-07 13:56:25.211 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.212 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.212 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.212 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.212 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.212 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.212 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.212 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.212 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.213 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.213 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@274d082a)
2019-12-07 13:56:25.213 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.213 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.213 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.213 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.213 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.213 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.213 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.213 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.213 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.213 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.213 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.213 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.214 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5d6d8c6b)
2019-12-07 13:56:25.214 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.214 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.214 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.214 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.214 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.214 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.214 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.214 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.214 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.214 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.214 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findWelcomeFiles'
2019-12-07 13:56:25.214 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findWelcomeFiles)
2019-12-07 13:56:25.215 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of welcome files defined for this Context.'
2019-12-07 13:56:25.215 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of welcome files defined for this Context.)
2019-12-07 13:56:25.215 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.215 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.215 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-12-07 13:56:25.215 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-12-07 13:56:25.215 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.215 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.215 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.215 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.215 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.215 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.215 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.215 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.215 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.215 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2a96ea69)
2019-12-07 13:56:25.216 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.216 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.216 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.216 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.216 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.216 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.216  INFO 15190 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 139ms. Found 2 repository interfaces.
2019-12-07 13:56:25.216 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.216 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.216 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.216 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.216 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findWrapperLifecycles'
2019-12-07 13:56:25.217 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findWrapperLifecycles)
2019-12-07 13:56:25.217 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of LifecycleListener classes that will be added to newly created Wrappers automatically.'
2019-12-07 13:56:25.217 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of LifecycleListener classes that will be added to newly created Wrappers automatically.)
2019-12-07 13:56:25.217 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.217 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.217 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-12-07 13:56:25.217 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-12-07 13:56:25.217 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.217 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.217 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.217 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.218 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.218 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.218 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.218 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.218 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.218 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@28b16b6)
2019-12-07 13:56:25.218 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.218 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.218 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.219 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.219 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.219 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.219 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.219 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.219 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.219 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.219 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findWrapperListeners'
2019-12-07 13:56:25.219 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findWrapperListeners)
2019-12-07 13:56:25.220 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of ContainerListener classes that will be added to newly created Wrappers automatically.'
2019-12-07 13:56:25.220 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of ContainerListener classes that will be added to newly created Wrappers automatically.)
2019-12-07 13:56:25.220 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.220 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.220 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-12-07 13:56:25.220 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-12-07 13:56:25.220 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.220 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.220 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.220 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.220 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.220 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.220 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.221 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.221 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.221 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4dc85295)
2019-12-07 13:56:25.221 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.221 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.221 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.221 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.221 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.221 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.221 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.221 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.222 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.222 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.222 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-12-07 13:56:25.222 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-12-07 13:56:25.222 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Register the context into the running server'
2019-12-07 13:56:25.222 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Register the context into the running server)
2019-12-07 13:56:25.222 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.222 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.222 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.222 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.222 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.222 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.222 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.223 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.223 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.223 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.223 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.223 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.223 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.223 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7c779193)
2019-12-07 13:56:25.223 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.223 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.223 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.223 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.223 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.224 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-12-07 13:56:25.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-12-07 13:56:25.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start the context'
2019-12-07 13:56:25.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start the context)
2019-12-07 13:56:25.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.225 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.225 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.225 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.225 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.225 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.225 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.225 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.225 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.225 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.225 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@612ff9d6)
2019-12-07 13:56:25.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.226 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.226 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.227 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.227 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.227 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.227 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-12-07 13:56:25.227 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-12-07 13:56:25.227 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop the context'
2019-12-07 13:56:25.227 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop the context)
2019-12-07 13:56:25.227 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.227 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.227 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.227 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.227 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.228 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.228 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.228 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.228 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.228 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.228 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.228 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.228 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.228 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3bcb7de3)
2019-12-07 13:56:25.228 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.228 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.228 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.229 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.229 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.229 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.229 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.229 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.229 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.229 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.229 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'reload'
2019-12-07 13:56:25.229 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=reload)
2019-12-07 13:56:25.230 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Reload the web application'
2019-12-07 13:56:25.230 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Reload the web application)
2019-12-07 13:56:25.230 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.230 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.230 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.230 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.230 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.230 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.230 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.230 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.230 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.230 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.231 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.231 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.231 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.231 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3418dcf5)
2019-12-07 13:56:25.231 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.231 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.231 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.232 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.232 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.232 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.232 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.232 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.232 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.232 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.232 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeApplicationListener'
2019-12-07 13:56:25.233 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeApplicationListener)
2019-12-07 13:56:25.233 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the specified application listener class from the set of listeners for this application.'
2019-12-07 13:56:25.233 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the specified application listener class from the set of listeners for this application.)
2019-12-07 13:56:25.233 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.233 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.233 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.233 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.233 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.233 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.233 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.233 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.233 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.234 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.234 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.234 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
2019-12-07 13:56:25.234 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
2019-12-07 13:56:25.234 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Java class name of the listener to be removed'
2019-12-07 13:56:25.234 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Java class name of the listener to be removed)
2019-12-07 13:56:25.234 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.235 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.235 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.235 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.235 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.235 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.235 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.235 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.236 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.236 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.236 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@742338ec)
2019-12-07 13:56:25.236 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.236 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.236 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.237 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.237 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.237 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.237 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.237 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.237 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.237 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.237 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.237 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.237 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6a5c9ef7)
2019-12-07 13:56:25.237 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.238 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.238 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.238 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.238 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.238 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.238 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.238 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.239 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.239 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.239 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeApplicationParameter'
2019-12-07 13:56:25.239 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeApplicationParameter)
2019-12-07 13:56:25.239 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the application parameter with the specified name from the set for this application.'
2019-12-07 13:56:25.239 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the application parameter with the specified name from the set for this application.)
2019-12-07 13:56:25.239 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.240 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.240 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:25.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:25.241 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the application parameter to remove'
2019-12-07 13:56:25.241 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the application parameter to remove)
2019-12-07 13:56:25.241 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.241 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.241 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.241 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.241 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.241 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.241 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.241 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.241 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.241 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.241 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@a18c23a)
2019-12-07 13:56:25.242 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.242 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.242 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.242 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.242 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.242 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.242 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.242 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.242 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.242 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.243 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.243 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.243 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@789558f8)
2019-12-07 13:56:25.243 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.243 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.243 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.243 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.243 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.243 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.243 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.243 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.243 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.244 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.244 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeChild'
2019-12-07 13:56:25.244 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeChild)
2019-12-07 13:56:25.244 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a child from this Context'
2019-12-07 13:56:25.244 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a child from this Context)
2019-12-07 13:56:25.244 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.244 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.244 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.245 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.245 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.245 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.245 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:25.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:25.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the existing child Container to be removed'
2019-12-07 13:56:25.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the existing child Container to be removed)
2019-12-07 13:56:25.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.246 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@151cfb5e)
2019-12-07 13:56:25.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.247 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.247 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.248 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.248 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.248 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.248 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.248 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.248 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1bb9642c)
2019-12-07 13:56:25.248 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.248 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.248 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.249 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.249 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeLifecycleListeners'
2019-12-07 13:56:25.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeLifecycleListeners)
2019-12-07 13:56:25.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Removes lifecycle listeners of given class type from this Context'
2019-12-07 13:56:25.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Removes lifecycle listeners of given class type from this Context)
2019-12-07 13:56:25.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.250 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.250 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.250 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.250 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.250 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.250 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.250 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.250 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.250 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.250 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
2019-12-07 13:56:25.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
2019-12-07 13:56:25.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the lifecycle listeners to be removed'
2019-12-07 13:56:25.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the lifecycle listeners to be removed)
2019-12-07 13:56:25.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.251 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.252 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.252 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@57fc6c73)
2019-12-07 13:56:25.252 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.252 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.252 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.252 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.252 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.252 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.252 DEBUG 15190 --- [    Test worker] o.s.c.e.PropertySourcesPropertyResolver  : Found key 'spring.h2.console.enabled' in PropertySource 'configurationProperties' with value of type String
2019-12-07 13:56:25.252 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.252 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.252 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.252 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.252 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.253 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.253 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5fcbcec)
2019-12-07 13:56:25.253 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.253 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.253 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.253 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.253 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.253 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.253 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.253 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.253 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.254 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.254 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeMimeMapping'
2019-12-07 13:56:25.254 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeMimeMapping)
2019-12-07 13:56:25.254 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the MIME mapping for the specified extension, if it exists; otherwise, no action is taken..'
2019-12-07 13:56:25.254 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the MIME mapping for the specified extension, if it exists; otherwise, no action is taken..)
2019-12-07 13:56:25.255 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.255 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.255 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.255 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.255 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.255 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.255 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'extension'
2019-12-07 13:56:25.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=extension)
2019-12-07 13:56:25.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Extension to remove the mapping for'
2019-12-07 13:56:25.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Extension to remove the mapping for)
2019-12-07 13:56:25.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.256 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@77486106)
2019-12-07 13:56:25.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.258 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.258 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2780e3c7)
2019-12-07 13:56:25.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.258 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.259 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeParameter'
2019-12-07 13:56:25.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeParameter)
2019-12-07 13:56:25.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.'
2019-12-07 13:56:25.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.)
2019-12-07 13:56:25.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.260 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.260 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.260 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.260 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.260 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.260 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.260 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.260 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:25.260 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:25.261 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the parameter to remove'
2019-12-07 13:56:25.261 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the parameter to remove)
2019-12-07 13:56:25.261 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.261 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.261 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.261 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.261 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.261 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.261 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.261 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.261 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.261 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@132b9cb0)
2019-12-07 13:56:25.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.262 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.262 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@735049e5)
2019-12-07 13:56:25.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.263 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.263 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRoleMapping'
2019-12-07 13:56:25.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRoleMapping)
2019-12-07 13:56:25.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any security role reference for the specified name'
2019-12-07 13:56:25.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any security role reference for the specified name)
2019-12-07 13:56:25.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.264 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.264 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
2019-12-07 13:56:25.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
2019-12-07 13:56:25.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role (as used in the application) to remove'
2019-12-07 13:56:25.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role (as used in the application) to remove)
2019-12-07 13:56:25.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.265 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@47a446d8)
2019-12-07 13:56:25.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.266 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.266 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.267 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.267 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.267 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@679a0b30)
2019-12-07 13:56:25.267 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.267 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.267 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.267 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.267 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.268 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.268 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.268 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.268 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.268 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.268 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeSecurityRole'
2019-12-07 13:56:25.269 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeSecurityRole)
2019-12-07 13:56:25.269 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any security role with the specified name.'
2019-12-07 13:56:25.269 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any security role with the specified name.)
2019-12-07 13:56:25.269 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.269 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.269 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.269 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.270 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.270 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.270 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.270 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.270 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.270 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.270 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.270 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
2019-12-07 13:56:25.270 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
2019-12-07 13:56:25.271 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role to remove'
2019-12-07 13:56:25.271 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role to remove)
2019-12-07 13:56:25.271 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.271 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.271 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.271 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.271 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.271 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.271 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.272 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.272 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.272 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.272 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@289bc56f)
2019-12-07 13:56:25.272 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.272 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.272 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.272 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.272 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.272 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.272 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.273 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.273 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.273 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.273 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.273 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.273 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@59f5bef8)
2019-12-07 13:56:25.274 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.274 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.274 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.274 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.274 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.274 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.275 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.275 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.275 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.275 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeServletMapping'
2019-12-07 13:56:25.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeServletMapping)
2019-12-07 13:56:25.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any servlet mapping for the specified pattern, if it exists; otherwise, no action is taken.'
2019-12-07 13:56:25.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any servlet mapping for the specified pattern, if it exists; otherwise, no action is taken.)
2019-12-07 13:56:25.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.276 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.276 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'pattern'
2019-12-07 13:56:25.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=pattern)
2019-12-07 13:56:25.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'URL pattern of the mapping to remove'
2019-12-07 13:56:25.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=URL pattern of the mapping to remove)
2019-12-07 13:56:25.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.277 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.278 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.278 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.278 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.278 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.278 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3c02a198)
2019-12-07 13:56:25.278 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.278 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.278 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.278 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.278 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.279 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.279 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.279 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.279 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.279 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.279 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.279 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.279 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@bf6eea3)
2019-12-07 13:56:25.279 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.280 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.280 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.280 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.280 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.280 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.280 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.280 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.280 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.280 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.280 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeValve'
2019-12-07 13:56:25.280 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeValve)
2019-12-07 13:56:25.281 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a valve from this Context'
2019-12-07 13:56:25.281 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a valve from this Context)
2019-12-07 13:56:25.281 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.281 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.281 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.281 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.281 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.281 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.281 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.281 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveName'
2019-12-07 13:56:25.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveName)
2019-12-07 13:56:25.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Objectname of the valve to be removed'
2019-12-07 13:56:25.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Objectname of the valve to be removed)
2019-12-07 13:56:25.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.282 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.283 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.283 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.283 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.283 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.283 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.283 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7db0e20f)
2019-12-07 13:56:25.283 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.283 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.283 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.283 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.283 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.283 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.285 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@946813f)
2019-12-07 13:56:25.285 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.285 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.285 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.285 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.285 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.286 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.286 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.286 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.286 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.286 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.286 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeWatchedResource'
2019-12-07 13:56:25.286 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeWatchedResource)
2019-12-07 13:56:25.286 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the specified watched resource name from the list associated with this Context.'
2019-12-07 13:56:25.286 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the specified watched resource name from the list associated with this Context.)
2019-12-07 13:56:25.286 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.286 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.287 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.287 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.287 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.287 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.287 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.287 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.287 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.287 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.287 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.287 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:25.287 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:25.288 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the watched resource to be removed'
2019-12-07 13:56:25.288 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the watched resource to be removed)
2019-12-07 13:56:25.288 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.288 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.288 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.288 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.288 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.288 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.288 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.288 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.288 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.288 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.289 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2061efee)
2019-12-07 13:56:25.289 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.289 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.289 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.289 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.289 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.289 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.290 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.291 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.291 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.291 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.291 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.291 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.291 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1c5e9eb7)
2019-12-07 13:56:25.291 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.292 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.292 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.292 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.292 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.292 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.292 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.292 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.293 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.293 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.293 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeWelcomeFile'
2019-12-07 13:56:25.293 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeWelcomeFile)
2019-12-07 13:56:25.293 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the specified welcome file name from the list recognized by this Context.'
2019-12-07 13:56:25.293 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the specified welcome file name from the list recognized by this Context.)
2019-12-07 13:56:25.293 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.294 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.294 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.294 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.294 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.294 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.294 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.294 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.294 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.294 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.294 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.294 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:25.294 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:25.294 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the welcome file to be removed'
2019-12-07 13:56:25.295 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the welcome file to be removed)
2019-12-07 13:56:25.295 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.295 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.295 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.295 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.295 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.295 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.295 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.295 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.295 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.295 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.295 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6684b7a9)
2019-12-07 13:56:25.295 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.295 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.296 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.296 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.296 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.296 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.296 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.296 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.296 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.296 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.296 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.296 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.296 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5bf69d3f)
2019-12-07 13:56:25.296 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.296 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.297 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.297 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.297 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.297 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.297 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.297 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.297 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.297 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.297 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeWrapperLifecycle'
2019-12-07 13:56:25.297 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeWrapperLifecycle)
2019-12-07 13:56:25.297 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.'
2019-12-07 13:56:25.297 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.)
2019-12-07 13:56:25.298 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.298 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.298 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.298 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.298 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.298 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.298 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.298 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.298 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.298 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.298 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.298 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
2019-12-07 13:56:25.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
2019-12-07 13:56:25.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Class name of a LifecycleListener class to be removed'
2019-12-07 13:56:25.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Class name of a LifecycleListener class to be removed)
2019-12-07 13:56:25.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.299 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@74c70730)
2019-12-07 13:56:25.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.300 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.300 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1c049439)
2019-12-07 13:56:25.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.301 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.301 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.301 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.301 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.301 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.301 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.301 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.301 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.301 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.301 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeWrapperListener'
2019-12-07 13:56:25.301 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeWrapperListener)
2019-12-07 13:56:25.301 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.'
2019-12-07 13:56:25.301 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.)
2019-12-07 13:56:25.302 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.302 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.302 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.302 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.302 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.302 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.302 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.302 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.302 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.302 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.302 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.302 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
2019-12-07 13:56:25.303 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
2019-12-07 13:56:25.303 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Class name of a ContainerListener class to be removed'
2019-12-07 13:56:25.303 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Class name of a ContainerListener class to be removed)
2019-12-07 13:56:25.303 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.304 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.304 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.304 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.304 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.304 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.304 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.304 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.304 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5ffe41ef)
2019-12-07 13:56:25.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.305 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.305 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.306 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.306 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@308e304a)
2019-12-07 13:56:25.306 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.306 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.306 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.306 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.306 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.306 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.306 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.306 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.306 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-12-07 13:56:25.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-12-07 13:56:25.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-12-07 13:56:25.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-12-07 13:56:25.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.307 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7cbc4fec)
2019-12-07 13:56:25.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.308 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.308 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.309 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-12-07 13:56:25.309 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-12-07 13:56:25.309 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-12-07 13:56:25.309 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-12-07 13:56:25.309 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.309 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.309 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.309 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.309 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.309 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.309 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.309 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@44a1a91e)
2019-12-07 13:56:25.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.310 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.310 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:25.311 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.311 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

  '
2019-12-07 13:56:25.313 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.313 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.313 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.313 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.314 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardContext, className=org.apache.catalina.mbeans.ContextMBean, description=Standard Context Component, group=Context, type=org.apache.catalina.core.StandardContext])
2019-12-07 13:56:25.314 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:25.314 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.314 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.314 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:25.314 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.314 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:25.314 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.314 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.314 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.314 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:25.315 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardContextValve'
2019-12-07 13:56:25.315 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardContextValve)
2019-12-07 13:56:25.315 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that implements the default basic behavior for the          StandardContext container implementation'
2019-12-07 13:56:25.315 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that implements the default basic behavior for the          StandardContext container implementation)
2019-12-07 13:56:25.315 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:25.315 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:25.315 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-12-07 13:56:25.315 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-12-07 13:56:25.315 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardContextValve'
2019-12-07 13:56:25.315 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardContextValve)
2019-12-07 13:56:25.315 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.316 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.316 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-12-07 13:56:25.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-12-07 13:56:25.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting?'
2019-12-07 13:56:25.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting?)
2019-12-07 13:56:25.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:25.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:25.317 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:25.317 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:25.317 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.317 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.317 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.317 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.317 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.317 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.317 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.317 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.317 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@69fd695c)
2019-12-07 13:56:25.317 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.317 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.318 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.318 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.318 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.318 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.318 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.318 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.318 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.318 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.318 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:25.318 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:25.318 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:25.318 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:25.318 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.319 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@28b01849)
2019-12-07 13:56:25.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.320 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.320 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.320 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.320 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.320 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.320 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.320 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.320 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.320 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.320 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:25.320 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:25.320 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:25.321 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:25.321 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.321 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.321 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.321 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.321 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.321 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.321 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.321 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.321 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.321 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.322 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.322 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.323 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@366de19c)
2019-12-07 13:56:25.323 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.323 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.323 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.323 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.323 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
  )
2019-12-07 13:56:25.323 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:25.323 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.323 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    
  '
2019-12-07 13:56:25.324 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.324 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.324 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.324 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.324 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardContextValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that implements the default basic behavior for the          StandardContext container implementation, group=Valve, type=org.apache.catalina.core.StandardContextValve])
2019-12-07 13:56:25.324 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:25.324 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.324 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.324 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:25.324 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.324 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:25.324 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.324 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.325 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.325 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:25.325 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardEngine'
2019-12-07 13:56:25.325 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardEngine)
2019-12-07 13:56:25.325 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardEngine'
2019-12-07 13:56:25.325 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardEngine)
2019-12-07 13:56:25.325 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard Engine Component'
2019-12-07 13:56:25.325 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard Engine Component)
2019-12-07 13:56:25.325 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:25.325 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:25.325 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Engine'
2019-12-07 13:56:25.325 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Engine)
2019-12-07 13:56:25.325 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContainerMBean'
2019-12-07 13:56:25.325 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContainerMBean)
2019-12-07 13:56:25.326 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.326 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.326 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.326 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.326 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.326 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.326 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.326 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'backgroundProcessorDelay'
2019-12-07 13:56:25.326 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=backgroundProcessorDelay)
2019-12-07 13:56:25.326 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The processor delay for this component.'
2019-12-07 13:56:25.326 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The processor delay for this component.)
2019-12-07 13:56:25.326 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:25.326 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:25.327 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.327 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.327 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.327 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.327 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.327 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.327 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.327 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.327 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7fcd4716)
2019-12-07 13:56:25.327 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.327 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.327 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.327 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.328 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.328 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.328 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.328 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.328 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.328 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.329 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'catalinaBase'
2019-12-07 13:56:25.329 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=catalinaBase)
2019-12-07 13:56:25.329 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Base (instance) directory for this Engine, typically same as catalina.base system property'
2019-12-07 13:56:25.329 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Base (instance) directory for this Engine, typically same as catalina.base system property)
2019-12-07 13:56:25.329 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.329 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.330 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.330 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.330 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.330 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.330 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.330 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.330 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.330 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.330 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7d78663a)
2019-12-07 13:56:25.331 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.331 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.331 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.331 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.331 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.331 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.331 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.331 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.331 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.331 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.331 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultHost'
2019-12-07 13:56:25.331 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultHost)
2019-12-07 13:56:25.332 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the default Host for this Engine'
2019-12-07 13:56:25.332 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the default Host for this Engine)
2019-12-07 13:56:25.332 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.332 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.332 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.332 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.332 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.332 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.332 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.332 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.333 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.333 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.333 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@55225b8c)
2019-12-07 13:56:25.333 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.333 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.333 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.333 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.333 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.333 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.334 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.334 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.334 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.334 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.334 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'jvmRoute'
2019-12-07 13:56:25.334 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=jvmRoute)
2019-12-07 13:56:25.334 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Route used for load balancing'
2019-12-07 13:56:25.334 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Route used for load balancing)
2019-12-07 13:56:25.334 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.334 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.335 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.335 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.335 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.335 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.335 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.335 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.335 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.335 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.335 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@c9a21b5)
2019-12-07 13:56:25.335 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.335 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.335 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.335 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.335 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.336 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.336 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.336 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.336 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.336 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.336 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'managedResource'
2019-12-07 13:56:25.336 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=managedResource)
2019-12-07 13:56:25.336 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The managed resource this MBean is associated with'
2019-12-07 13:56:25.336 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The managed resource this MBean is associated with)
2019-12-07 13:56:25.336 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object'
2019-12-07 13:56:25.336 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object)
2019-12-07 13:56:25.337 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.337 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.337 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.337 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.337 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.337 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.337 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.337 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.337 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@19fa22c7)
2019-12-07 13:56:25.337 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.337 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.338 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.338 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.338 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.338 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.338 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.338 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.338 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.338 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.338 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
2019-12-07 13:56:25.338 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
2019-12-07 13:56:25.338 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unique name of this Engine'
2019-12-07 13:56:25.338 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unique name of this Engine)
2019-12-07 13:56:25.339 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.339 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.339 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.339 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.339 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.339 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.339 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.339 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.339 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.339 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.339 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@278dce74)
2019-12-07 13:56:25.339 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.339 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.339 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.340 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.340 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.340 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.340 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.340 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.340 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.340 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.340 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realm'
2019-12-07 13:56:25.340 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realm)
2019-12-07 13:56:25.340 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated realm.'
2019-12-07 13:56:25.340 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated realm.)
2019-12-07 13:56:25.340 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.Realm'
2019-12-07 13:56:25.341 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.Realm)
2019-12-07 13:56:25.341 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.341 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.341 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.341 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.341 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.341 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.341 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.341 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.341 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@60b41f32)
2019-12-07 13:56:25.341 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.341 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.341 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.341 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.342 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.342 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.342 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.342 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.342 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.342 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.342 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startChildren'
2019-12-07 13:56:25.342 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startChildren)
2019-12-07 13:56:25.342 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Will children be started automatically when they are added.'
2019-12-07 13:56:25.342 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Will children be started automatically when they are added.)
2019-12-07 13:56:25.342 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:25.342 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:25.343 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.343 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.343 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.343 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.343 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.343 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.343 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.343 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.343 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3dfe0d18)
2019-12-07 13:56:25.343 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.343 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.343 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.343 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.344 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.344 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.344 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.344 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.344 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.344 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.344 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startStopThreads'
2019-12-07 13:56:25.344 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startStopThreads)
2019-12-07 13:56:25.344 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of threads to use when starting and stopping child Hosts'
2019-12-07 13:56:25.344 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of threads to use when starting and stopping child Hosts)
2019-12-07 13:56:25.344 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:25.344 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:25.344 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.345 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.345 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.345 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.345 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.345 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.345 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.345 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.346 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@755aec7a)
2019-12-07 13:56:25.346 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.346 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.346 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.346 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.346 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.346 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.346 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.346 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.346 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.347 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.347 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:25.347 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:25.347 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:25.347 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:25.347 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.348 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.348 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.348 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.349 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.349 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.349 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.349 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.349 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.349 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.349 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.349 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.349 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3c6d62cb)
2019-12-07 13:56:25.349 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.350 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.350 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.350 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.350 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.350 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.350 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.350 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.350 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.350 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.351 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addChild'
2019-12-07 13:56:25.351 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addChild)
2019-12-07 13:56:25.351 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a virtual host'
2019-12-07 13:56:25.351 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a virtual host)
2019-12-07 13:56:25.351 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.351 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.351 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.351 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.351 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.352 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.352 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
2019-12-07 13:56:25.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
2019-12-07 13:56:25.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new child to be added'
2019-12-07 13:56:25.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new child to be added)
2019-12-07 13:56:25.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.353 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.353 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.353 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.353 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.353 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.353 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.353 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.353 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7ce0a7fb)
2019-12-07 13:56:25.353 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.353 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.353 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.353 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.353 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.354 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.354 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.354 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.354 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.354 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.354 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:25.354 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:25.354 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the child to be added'
2019-12-07 13:56:25.354 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the child to be added)
2019-12-07 13:56:25.354 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.354 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.354 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.354 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@313be3b2)
2019-12-07 13:56:25.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.355 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.355 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
    '
2019-12-07 13:56:25.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1320f0d3)
2019-12-07 13:56:25.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.357 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.357 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.357 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.357 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.357 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.357 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.357 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addLifecycleListener'
2019-12-07 13:56:25.357 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addLifecycleListener)
2019-12-07 13:56:25.357 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a lifecycle listener to this Engine'
2019-12-07 13:56:25.357 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a lifecycle listener to this Engine)
2019-12-07 13:56:25.357 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.358 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.358 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.358 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.358 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.358 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.358 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
2019-12-07 13:56:25.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
2019-12-07 13:56:25.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new lifecycle listener to be added'
2019-12-07 13:56:25.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new lifecycle listener to be added)
2019-12-07 13:56:25.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.360 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@440ca346)
2019-12-07 13:56:25.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.361 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.361 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3d2a1b43)
2019-12-07 13:56:25.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.362 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.362 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addValve'
2019-12-07 13:56:25.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addValve)
2019-12-07 13:56:25.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a valve to this Engine'
2019-12-07 13:56:25.363 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a valve to this Engine)
2019-12-07 13:56:25.363 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.363 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.363 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:25.363 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:25.363 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.363 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.363 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.363 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.363 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.364 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.364 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.364 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveType'
2019-12-07 13:56:25.364 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveType)
2019-12-07 13:56:25.364 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new valve to be added'
2019-12-07 13:56:25.364 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new valve to be added)
2019-12-07 13:56:25.364 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.365 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@53624927)
2019-12-07 13:56:25.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.366 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.366 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@47508df0)
2019-12-07 13:56:25.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.367 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.367 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-12-07 13:56:25.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-12-07 13:56:25.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
2019-12-07 13:56:25.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
2019-12-07 13:56:25.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.368 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@66e710cf)
2019-12-07 13:56:25.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.369 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.369 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.369 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.369 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.369 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.369 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.369 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.369 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.370 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.370 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-12-07 13:56:25.370 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-12-07 13:56:25.370 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
2019-12-07 13:56:25.370 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
2019-12-07 13:56:25.370 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.370 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.370 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.370 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.371 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@b7aef53)
2019-12-07 13:56:25.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.372 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.372 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.372 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.372 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.372 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.372 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeChild'
2019-12-07 13:56:25.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeChild)
2019-12-07 13:56:25.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a child(Host) from this Engine'
2019-12-07 13:56:25.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a child(Host) from this Engine)
2019-12-07 13:56:25.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.374 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.374 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:25.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:25.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the existing child Container to be removed'
2019-12-07 13:56:25.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the existing child Container to be removed)
2019-12-07 13:56:25.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.375 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4a10b46a)
2019-12-07 13:56:25.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.375 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.376 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@96c8fd5)
2019-12-07 13:56:25.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.377 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.377 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeLifecycleListeners'
2019-12-07 13:56:25.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeLifecycleListeners)
2019-12-07 13:56:25.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Removes lifecycle listeners of given class type from this Engine'
2019-12-07 13:56:25.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Removes lifecycle listeners of given class type from this Engine)
2019-12-07 13:56:25.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.378 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.378 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.378 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.378 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.378 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.378 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.378 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.378 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.378 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.378 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
2019-12-07 13:56:25.378 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
2019-12-07 13:56:25.378 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the lifecycle listeners to be removed'
2019-12-07 13:56:25.378 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the lifecycle listeners to be removed)
2019-12-07 13:56:25.379 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.379 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.379 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.379 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.379 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.379 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.379 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.379 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.379 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.380 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.380 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5753875f)
2019-12-07 13:56:25.380 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.380 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.380 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.380 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.380 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.380 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.380 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.380 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@b8ffa91)
2019-12-07 13:56:25.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.381 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.381 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeValve'
2019-12-07 13:56:25.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeValve)
2019-12-07 13:56:25.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a valve from this Engine'
2019-12-07 13:56:25.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a valve from this Engine)
2019-12-07 13:56:25.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.383 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.383 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveName'
2019-12-07 13:56:25.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveName)
2019-12-07 13:56:25.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Objectname of the valve to be removed'
2019-12-07 13:56:25.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Objectname of the valve to be removed)
2019-12-07 13:56:25.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.384 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.385 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.385 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@44f3bc6e)
2019-12-07 13:56:25.385 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.385 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.385 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.385 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.385 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.385 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.385 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.385 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.386 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.386 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.386 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.386 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.386 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@298c8102)
2019-12-07 13:56:25.386 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.386 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.386 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.386 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.386 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.387 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-12-07 13:56:25.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-12-07 13:56:25.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-12-07 13:56:25.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-12-07 13:56:25.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.388 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@622e9213)
2019-12-07 13:56:25.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.389 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.389 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-12-07 13:56:25.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-12-07 13:56:25.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-12-07 13:56:25.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-12-07 13:56:25.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.390 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1681a7b5)
2019-12-07 13:56:25.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.391 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.391 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:25.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

  '
2019-12-07 13:56:25.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardEngine, className=org.apache.catalina.mbeans.ContainerMBean, description=Standard Engine Component, group=Engine, type=org.apache.catalina.core.StandardEngine])
2019-12-07 13:56:25.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:25.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:25.392 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(


  )
2019-12-07 13:56:25.392 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:25.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:25.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardEngineValve'
2019-12-07 13:56:25.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardEngineValve)
2019-12-07 13:56:25.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that implements the default basic behavior for the          StandardEngine container implementation'
2019-12-07 13:56:25.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that implements the default basic behavior for the          StandardEngine container implementation)
2019-12-07 13:56:25.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:25.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:25.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-12-07 13:56:25.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-12-07 13:56:25.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardEngineValve'
2019-12-07 13:56:25.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardEngineValve)
2019-12-07 13:56:25.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.393 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.393 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-12-07 13:56:25.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-12-07 13:56:25.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting?'
2019-12-07 13:56:25.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting?)
2019-12-07 13:56:25.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:25.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:25.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:25.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:25.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.394 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4f4879c7)
2019-12-07 13:56:25.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.396 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.396 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.396 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.396 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.396 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.396 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.396 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:25.397 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:25.398 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:25.398 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:25.398 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.399 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.399 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.399 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.399 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.399 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.399 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.400 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.400 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.400 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.400 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.400 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@28175bd)
2019-12-07 13:56:25.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.401 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.401 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:25.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:25.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:25.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:25.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.403 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.403 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.403 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.403 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.403 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.403 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.403 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.403 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@14a9d1f4)
2019-12-07 13:56:25.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.404 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
  )
2019-12-07 13:56:25.404 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:25.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    
  '
2019-12-07 13:56:25.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardEngineValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that implements the default basic behavior for the          StandardEngine container implementation, group=Valve, type=org.apache.catalina.core.StandardEngineValve])
2019-12-07 13:56:25.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:25.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:25.405 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.405 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:25.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:25.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardHost'
2019-12-07 13:56:25.406 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardHost)
2019-12-07 13:56:25.406 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard Host Component'
2019-12-07 13:56:25.406 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard Host Component)
2019-12-07 13:56:25.406 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:25.406 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:25.406 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Host'
2019-12-07 13:56:25.406 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Host)
2019-12-07 13:56:25.406 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardHost'
2019-12-07 13:56:25.406 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardHost)
2019-12-07 13:56:25.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContainerMBean'
2019-12-07 13:56:25.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContainerMBean)
2019-12-07 13:56:25.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.407 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.407 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'aliases'
2019-12-07 13:56:25.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=aliases)
2019-12-07 13:56:25.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Host aliases'
2019-12-07 13:56:25.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Host aliases)
2019-12-07 13:56:25.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-12-07 13:56:25.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-12-07 13:56:25.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.408 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@f0e60db)
2019-12-07 13:56:25.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.409 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.410 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'appBase'
2019-12-07 13:56:25.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=appBase)
2019-12-07 13:56:25.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The application root for this Host'
2019-12-07 13:56:25.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The application root for this Host)
2019-12-07 13:56:25.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.411 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@304a6bc)
2019-12-07 13:56:25.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.412 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.412 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.412 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.412 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.412 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.412 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.412 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.412 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'autoDeploy'
2019-12-07 13:56:25.412 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=autoDeploy)
2019-12-07 13:56:25.412 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The auto deploy flag for this Host'
2019-12-07 13:56:25.412 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The auto deploy flag for this Host)
2019-12-07 13:56:25.412 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:25.413 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:25.413 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.413 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.413 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.413 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.413 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.413 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.414 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.414 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.414 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@aa107fc)
2019-12-07 13:56:25.414 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.414 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.414 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.414 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.414 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.415 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'backgroundProcessorDelay'
2019-12-07 13:56:25.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=backgroundProcessorDelay)
2019-12-07 13:56:25.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The processor delay for this component.'
2019-12-07 13:56:25.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The processor delay for this component.)
2019-12-07 13:56:25.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:25.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:25.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.416 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@50dd512d)
2019-12-07 13:56:25.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.416 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.416 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.417 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.417 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.417 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.417 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.417 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'children'
2019-12-07 13:56:25.417 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=children)
2019-12-07 13:56:25.418 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Object names of all children'
2019-12-07 13:56:25.418 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Object names of all children)
2019-12-07 13:56:25.418 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;'
2019-12-07 13:56:25.418 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;)
2019-12-07 13:56:25.418 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.418 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.418 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.418 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.418 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.418 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.418 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.418 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.418 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2ca9eb55)
2019-12-07 13:56:25.419 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.419 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.419 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.419 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.419 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.419 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.419 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.419 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.419 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.419 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.419 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'configClass'
2019-12-07 13:56:25.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=configClass)
2019-12-07 13:56:25.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The configuration class for contexts'
2019-12-07 13:56:25.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The configuration class for contexts)
2019-12-07 13:56:25.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.420 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@a3e993a)
2019-12-07 13:56:25.421 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.421 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.421 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.421 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.421 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.421 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.421 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.421 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.421 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.421 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.421 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'contextClass'
2019-12-07 13:56:25.421 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=contextClass)
2019-12-07 13:56:25.422 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Java class name of the default Context implementation class for deployed web applications.'
2019-12-07 13:56:25.422 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Java class name of the default Context implementation class for deployed web applications.)
2019-12-07 13:56:25.422 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.422 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.422 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.422 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.422 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.422 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.422 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.422 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.422 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.422 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.422 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.422 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.423 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@8a2f166)
2019-12-07 13:56:25.423 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.423 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.423 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.423 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.423 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.423 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.423 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.424 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.424 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.424 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.425 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'copyXML'
2019-12-07 13:56:25.425 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=copyXML)
2019-12-07 13:56:25.425 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should XML files be copied to $CATALINA_BASE/conf/{engine}/{host} by default when a web application is deployed?'
2019-12-07 13:56:25.425 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should XML files be copied to $CATALINA_BASE/conf/{engine}/{host} by default when a web application is deployed?)
2019-12-07 13:56:25.425 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:25.425 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:25.425 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:25.425 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:25.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.426 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@324c8d66)
2019-12-07 13:56:25.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.427 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.427 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.427 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.427 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.427 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.427 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.427 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.427 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'createDirs'
2019-12-07 13:56:25.427 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=createDirs)
2019-12-07 13:56:25.428 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we create directories upon startup for appBase and xmlBase? '
2019-12-07 13:56:25.428 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we create directories upon startup for appBase and xmlBase? )
2019-12-07 13:56:25.428 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:25.428 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:25.428 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.429 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.429 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.429 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.429 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.429 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.429 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.429 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.430 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@51dc3b39)
2019-12-07 13:56:25.430 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.430 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.430 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.430 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.430 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.430 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.430 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.430 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.430 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.430 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.430 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deployIgnore'
2019-12-07 13:56:25.430 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deployIgnore)
2019-12-07 13:56:25.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Paths within appBase ignored for automatic deployment'
2019-12-07 13:56:25.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Paths within appBase ignored for automatic deployment)
2019-12-07 13:56:25.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.431 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.432 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.432 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2f558f71)
2019-12-07 13:56:25.432 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.432 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.432 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.432 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.432 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.432 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.432 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.433 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.433 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.433 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.433 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deployOnStartup'
2019-12-07 13:56:25.433 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deployOnStartup)
2019-12-07 13:56:25.433 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The deploy on startup flag for this Host'
2019-12-07 13:56:25.433 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The deploy on startup flag for this Host)
2019-12-07 13:56:25.433 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:25.433 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:25.433 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.433 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.433 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.433 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.434 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.434 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.434 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.434 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.434 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@30e3623c)
2019-12-07 13:56:25.434 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.434 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.434 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.434 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.434 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.435 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.435 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.435 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.435 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.435 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.435 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deployXML'
2019-12-07 13:56:25.435 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deployXML)
2019-12-07 13:56:25.435 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'deploy Context XML config files property'
2019-12-07 13:56:25.435 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=deploy Context XML config files property)
2019-12-07 13:56:25.436 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:25.436 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:25.436 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:25.436 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:25.436 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.436 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.436 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.436 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.436 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.437 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.437 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.437 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.437 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6692eefb)
2019-12-07 13:56:25.437 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.437 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.437 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.437 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.437 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.437 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.437 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.438 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.438 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.438 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.438 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'errorReportValveClass'
2019-12-07 13:56:25.438 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=errorReportValveClass)
2019-12-07 13:56:25.438 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Java class name of the default error reporter implementation class for deployed web applications.'
2019-12-07 13:56:25.438 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Java class name of the default error reporter implementation class for deployed web applications.)
2019-12-07 13:56:25.438 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.438 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.438 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.438 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.439 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.439 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.439 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.439 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.439 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.439 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.439 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.439 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.439 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@562704e3)
2019-12-07 13:56:25.439 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.440 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.440 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.440 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.440 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.440 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.440 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.440 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.440 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.440 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.440 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'managedResource'
2019-12-07 13:56:25.440 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=managedResource)
2019-12-07 13:56:25.440 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The managed resource this MBean is associated with'
2019-12-07 13:56:25.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The managed resource this MBean is associated with)
2019-12-07 13:56:25.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object'
2019-12-07 13:56:25.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object)
2019-12-07 13:56:25.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.441 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@558a2751)
2019-12-07 13:56:25.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.442 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.442 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
2019-12-07 13:56:25.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
2019-12-07 13:56:25.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unique name of this Host'
2019-12-07 13:56:25.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unique name of this Host)
2019-12-07 13:56:25.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.443 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.444 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.448 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7ed34d5e)
2019-12-07 13:56:25.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.450 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.450 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.450 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realm'
2019-12-07 13:56:25.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realm)
2019-12-07 13:56:25.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated realm.'
2019-12-07 13:56:25.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated realm.)
2019-12-07 13:56:25.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.Realm'
2019-12-07 13:56:25.452 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.Realm)
2019-12-07 13:56:25.452 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.452 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.452 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.452 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.452 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.452 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.452 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.452 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.452 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@f479149)
2019-12-07 13:56:25.452 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.452 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.452 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.452 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.453 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.453 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.453 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.453 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.453 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.453 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.453 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startChildren'
2019-12-07 13:56:25.453 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startChildren)
2019-12-07 13:56:25.455 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Will children be started automatically when they are added?'
2019-12-07 13:56:25.455 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Will children be started automatically when they are added?)
2019-12-07 13:56:25.455 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:25.455 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:25.455 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.456 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.456 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.456 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.456 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.456 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.456 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.456 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.456 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@61298c5e)
2019-12-07 13:56:25.457 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.457 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.457 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.457 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.457 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.457 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.457 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.457 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.457 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.457 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startStopThreads'
2019-12-07 13:56:25.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startStopThreads)
2019-12-07 13:56:25.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of threads to use when starting, stopping and deploying child Contexts'
2019-12-07 13:56:25.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of threads to use when starting, stopping and deploying child Contexts)
2019-12-07 13:56:25.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:25.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:25.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.458 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@651d9f85)
2019-12-07 13:56:25.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.459 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.459 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:25.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:25.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:25.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:25.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.460 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.461 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.461 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.461 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@14087c5)
2019-12-07 13:56:25.461 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.461 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.462 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.462 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.463 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.464 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'undeployOldVersions'
2019-12-07 13:56:25.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=undeployOldVersions)
2019-12-07 13:56:25.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Determines if old versions of applications deployed using parallel deployment are automatically undeployed when no longer used. Requires autoDeploy to be enabled.'
2019-12-07 13:56:25.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Determines if old versions of applications deployed using parallel deployment are automatically undeployed when no longer used. Requires autoDeploy to be enabled.)
2019-12-07 13:56:25.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:25.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:25.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.465 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@32be937d)
2019-12-07 13:56:25.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.466 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.466 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.466 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer$TestRestTemplateRegistrar'
2019-12-07 13:56:25.466 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.466 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.466 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.466 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.466 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.466 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'unpackWARs'
2019-12-07 13:56:25.466 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=unpackWARs)
2019-12-07 13:56:25.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unpack WARs property'
2019-12-07 13:56:25.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unpack WARs property)
2019-12-07 13:56:25.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:25.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:25.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:25.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:25.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.468 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.468 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.468 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.468 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.468 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1fd8a208)
2019-12-07 13:56:25.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.469 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.469 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'valveNames'
2019-12-07 13:56:25.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=valveNames)
2019-12-07 13:56:25.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Return the MBean Names of the Valves associated with this Host'
2019-12-07 13:56:25.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Return the MBean Names of the Valves associated with this Host)
2019-12-07 13:56:25.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-12-07 13:56:25.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-12-07 13:56:25.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.470 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.471 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.471 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.471 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.471 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.471 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1630f7c1)
2019-12-07 13:56:25.471 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.471 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.471 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.471 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.471 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.471 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.471 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.472 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.472 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.472 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.472 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'workDir'
2019-12-07 13:56:25.472 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=workDir)
2019-12-07 13:56:25.472 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Work Directory base for applications'
2019-12-07 13:56:25.472 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Work Directory base for applications)
2019-12-07 13:56:25.472 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.472 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.472 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.472 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.473 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.473 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.474 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.474 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.474 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.474 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.474 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@134b246d)
2019-12-07 13:56:25.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.475 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.475 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'xmlBase'
2019-12-07 13:56:25.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=xmlBase)
2019-12-07 13:56:25.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The XML root for this Host.'
2019-12-07 13:56:25.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The XML root for this Host.)
2019-12-07 13:56:25.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.476 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@55a87802)
2019-12-07 13:56:25.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.477 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.477 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.478 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addAlias'
2019-12-07 13:56:25.478 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addAlias)
2019-12-07 13:56:25.478 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add an alias name that should be mapped to this Host'
2019-12-07 13:56:25.478 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add an alias name that should be mapped to this Host)
2019-12-07 13:56:25.478 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.478 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.478 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.478 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.478 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.478 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.478 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.478 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'alias'
2019-12-07 13:56:25.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=alias)
2019-12-07 13:56:25.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The alias to be added'
2019-12-07 13:56:25.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The alias to be added)
2019-12-07 13:56:25.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.479 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@fba485d)
2019-12-07 13:56:25.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.480 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.480 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1ea53894)
2019-12-07 13:56:25.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.481 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.481 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addChild'
2019-12-07 13:56:25.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addChild)
2019-12-07 13:56:25.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a child(Context) to this Host'
2019-12-07 13:56:25.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a child(Context) to this Host)
2019-12-07 13:56:25.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.482 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.482 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
2019-12-07 13:56:25.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
2019-12-07 13:56:25.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new child to be added'
2019-12-07 13:56:25.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new child to be added)
2019-12-07 13:56:25.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.483 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.484 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.484 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.484 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@54870f61)
2019-12-07 13:56:25.484 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.484 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.484 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.484 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.484 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.484 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:25.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:25.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the child to be added'
2019-12-07 13:56:25.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the child to be added)
2019-12-07 13:56:25.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.485 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4279159b)
2019-12-07 13:56:25.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.486 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.486 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
    '
2019-12-07 13:56:25.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1f5c4529)
2019-12-07 13:56:25.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.487 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.487 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.488 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addLifecycleListener'
2019-12-07 13:56:25.488 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addLifecycleListener)
2019-12-07 13:56:25.488 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a lifecycle listener to this Host'
2019-12-07 13:56:25.488 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a lifecycle listener to this Host)
2019-12-07 13:56:25.488 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.488 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.488 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.488 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.488 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.488 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.488 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.488 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.488 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
2019-12-07 13:56:25.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
2019-12-07 13:56:25.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new lifecycle listener to be added'
2019-12-07 13:56:25.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new lifecycle listener to be added)
2019-12-07 13:56:25.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.489 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@288aafce)
2019-12-07 13:56:25.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.490 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.490 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@449a51b9)
2019-12-07 13:56:25.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.491 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.491 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addValve'
2019-12-07 13:56:25.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addValve)
2019-12-07 13:56:25.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a valve to this Host'
2019-12-07 13:56:25.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a valve to this Host)
2019-12-07 13:56:25.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:25.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:25.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.492 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.492 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveType'
2019-12-07 13:56:25.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveType)
2019-12-07 13:56:25.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new valve to be added'
2019-12-07 13:56:25.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new valve to be added)
2019-12-07 13:56:25.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.493 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4ec5517c)
2019-12-07 13:56:25.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.494 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.494 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@33cd2080)
2019-12-07 13:56:25.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.495 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.495 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.495 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.495 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.495 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.495 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.495 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.495 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.495 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.495 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-12-07 13:56:25.495 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-12-07 13:56:25.496 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
2019-12-07 13:56:25.496 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
2019-12-07 13:56:25.496 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.496 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.496 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.496 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.496 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.496 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.496 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.497 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.497 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.497 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.497 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.497 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.497 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4e440de8)
2019-12-07 13:56:25.497 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.497 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.497 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.497 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.497 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.498 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findAliases'
2019-12-07 13:56:25.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findAliases)
2019-12-07 13:56:25.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of alias names for this Host'
2019-12-07 13:56:25.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of alias names for this Host)
2019-12-07 13:56:25.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-12-07 13:56:25.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-12-07 13:56:25.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-12-07 13:56:25.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-12-07 13:56:25.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.499 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@58458a00)
2019-12-07 13:56:25.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.500 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.500 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findReloadedContextMemoryLeaks'
2019-12-07 13:56:25.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findReloadedContextMemoryLeaks)
2019-12-07 13:56:25.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Provide a list of contexts that have leaked memory on reload. This will attempt to force a full garbage collection. Use with extreme caution on production systems.'
2019-12-07 13:56:25.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Provide a list of contexts that have leaked memory on reload. This will attempt to force a full garbage collection. Use with extreme caution on production systems.)
2019-12-07 13:56:25.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.501 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.501 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-12-07 13:56:25.501 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-12-07 13:56:25.501 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.501 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.501 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.501 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.501 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.501 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.501 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.501 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.501 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3c6f7ec5)
2019-12-07 13:56:25.501 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.502 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.502 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.502 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.502 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.503 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.503 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.503 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.503 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.503 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.504 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-12-07 13:56:25.504 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-12-07 13:56:25.504 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
2019-12-07 13:56:25.504 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
2019-12-07 13:56:25.504 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.504 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.504 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.504 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.504 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.504 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.504 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.504 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.504 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.504 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.504 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@66fc90e8)
2019-12-07 13:56:25.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.505 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.505 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeAlias'
2019-12-07 13:56:25.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeAlias)
2019-12-07 13:56:25.506 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the specified alias name from the aliases for this  Host'
2019-12-07 13:56:25.506 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the specified alias name from the aliases for this  Host)
2019-12-07 13:56:25.506 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.506 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.506 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.506 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.506 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.506 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.506 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.506 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.506 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.506 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.506 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.506 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'alias'
2019-12-07 13:56:25.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=alias)
2019-12-07 13:56:25.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Alias name to be removed'
2019-12-07 13:56:25.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Alias name to be removed)
2019-12-07 13:56:25.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.507 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.508 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.508 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.508 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.508 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.508 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@8b9fa92)
2019-12-07 13:56:25.508 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.509 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.509 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.509 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.509 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.509 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.509 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.509 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.509 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.509 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7cd8640f)
2019-12-07 13:56:25.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.510 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.511 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeChild'
2019-12-07 13:56:25.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeChild)
2019-12-07 13:56:25.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a child(Context) from this Host'
2019-12-07 13:56:25.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a child(Context) from this Host)
2019-12-07 13:56:25.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.511 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.512 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.512 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.512 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.512 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.512 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.512 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:25.512 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:25.512 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the existing child Container to be removed'
2019-12-07 13:56:25.512 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the existing child Container to be removed)
2019-12-07 13:56:25.512 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.512 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.512 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.512 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.513 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.513 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.513 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.513 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.513 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.513 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.513 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3b06a407)
2019-12-07 13:56:25.513 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.513 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.513 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.513 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.513 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.514 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@39ff085f)
2019-12-07 13:56:25.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.514 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.514 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.515 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.515 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.515 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.515 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.515 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeLifecycleListeners'
2019-12-07 13:56:25.515 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeLifecycleListeners)
2019-12-07 13:56:25.515 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Removes lifecycle listeners of given class type from this Host'
2019-12-07 13:56:25.515 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Removes lifecycle listeners of given class type from this Host)
2019-12-07 13:56:25.515 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.515 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.515 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.515 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.515 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.515 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.516 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.516 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.516 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.516 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.516 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.516 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
2019-12-07 13:56:25.516 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
2019-12-07 13:56:25.516 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the lifecycle listeners to be removed'
2019-12-07 13:56:25.516 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the lifecycle listeners to be removed)
2019-12-07 13:56:25.516 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.516 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.517 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7e551898)
2019-12-07 13:56:25.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.517 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.518 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.518 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.518 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.518 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.518 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.518 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.518 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.518 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4112f341)
2019-12-07 13:56:25.518 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.518 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.518 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.518 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.518 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.519 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeValve'
2019-12-07 13:56:25.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeValve)
2019-12-07 13:56:25.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a valve from this Host'
2019-12-07 13:56:25.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a valve from this Host)
2019-12-07 13:56:25.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.520 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.520 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.520 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.520 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.520 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.520 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.520 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveName'
2019-12-07 13:56:25.520 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveName)
2019-12-07 13:56:25.520 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Objectname of the valve to be removed'
2019-12-07 13:56:25.520 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Objectname of the valve to be removed)
2019-12-07 13:56:25.520 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.520 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.520 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.521 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4f3a51f8)
2019-12-07 13:56:25.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.521 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.522 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@ec605b0)
2019-12-07 13:56:25.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.522 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.523 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.523 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.523 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.523 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.523 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.523 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-12-07 13:56:25.523 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-12-07 13:56:25.523 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-12-07 13:56:25.523 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-12-07 13:56:25.523 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.523 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.523 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.524 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.524 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.524 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.524 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.524 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.524 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.524 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.524 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.524 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.524 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@58815d28)
2019-12-07 13:56:25.524 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.524 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.524 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.525 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.525 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.525 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.525 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.525 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.525 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.525 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.525 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-12-07 13:56:25.525 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-12-07 13:56:25.525 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-12-07 13:56:25.525 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-12-07 13:56:25.526 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.526 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.526 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.526 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.526 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.526 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.527 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.527 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.527 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.527 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.527 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.527 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.527 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@e5f2582)
2019-12-07 13:56:25.527 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.528 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.528 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:25.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

  '
2019-12-07 13:56:25.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardHost, className=org.apache.catalina.mbeans.ContainerMBean, description=Standard Host Component, group=Host, type=org.apache.catalina.core.StandardHost])
2019-12-07 13:56:25.529 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:25.529 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.529 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.529 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:25.529 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.529 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:25.529 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.529 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.529 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.529 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:25.529 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardHostValve'
2019-12-07 13:56:25.530 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardHostValve)
2019-12-07 13:56:25.530 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that implements the default basic behavior for the          StandardHost container implementation'
2019-12-07 13:56:25.530 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that implements the default basic behavior for the          StandardHost container implementation)
2019-12-07 13:56:25.530 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:25.530 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:25.530 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-12-07 13:56:25.530 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-12-07 13:56:25.530 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardHostValve'
2019-12-07 13:56:25.530 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardHostValve)
2019-12-07 13:56:25.530 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.530 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.531 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.531 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.531 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.531 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.531 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.532 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-12-07 13:56:25.532 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-12-07 13:56:25.532 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting?'
2019-12-07 13:56:25.532 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting?)
2019-12-07 13:56:25.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:25.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:25.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:25.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:25.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.533 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.534 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@13f70020)
2019-12-07 13:56:25.534 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.534 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.534 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.534 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.534 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.534 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.534 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.535 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.535 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.535 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.535 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:25.535 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:25.535 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:25.535 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:25.535 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.535 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.535 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.535 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.535 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.536 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.536 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.537 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.537 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.537 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.537 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.537 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.537 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2da26c6b)
2019-12-07 13:56:25.538 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.538 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.538 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.538 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.539 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.539 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.539 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.539 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.539 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.539 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.539 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:25.539 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:25.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:25.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:25.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.540 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7f980cea)
2019-12-07 13:56:25.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.541 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
  )
2019-12-07 13:56:25.541 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:25.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    
  '
2019-12-07 13:56:25.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardHostValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that implements the default basic behavior for the          StandardHost container implementation, group=Valve, type=org.apache.catalina.core.StandardHostValve])
2019-12-07 13:56:25.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:25.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:25.542 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.542 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:25.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.543 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.543 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:25.543 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardServer'
2019-12-07 13:56:25.543 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardServer)
2019-12-07 13:56:25.544 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard Server Component'
2019-12-07 13:56:25.544 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard Server Component)
2019-12-07 13:56:25.544 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:25.544 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:25.545 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Server'
2019-12-07 13:56:25.545 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Server)
2019-12-07 13:56:25.545 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardServer'
2019-12-07 13:56:25.545 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardServer)
2019-12-07 13:56:25.546 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.546 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.546 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.546 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.546 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.546 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.546 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.546 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'address'
2019-12-07 13:56:25.546 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=address)
2019-12-07 13:56:25.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The address on which we wait for shutdown commands.'
2019-12-07 13:56:25.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The address on which we wait for shutdown commands.)
2019-12-07 13:56:25.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.547 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@35d82bee)
2019-12-07 13:56:25.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.548 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.548 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'managedResource'
2019-12-07 13:56:25.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=managedResource)
2019-12-07 13:56:25.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The managed resource this MBean is associated with'
2019-12-07 13:56:25.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The managed resource this MBean is associated with)
2019-12-07 13:56:25.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object'
2019-12-07 13:56:25.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object)
2019-12-07 13:56:25.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.549 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4907eed9)
2019-12-07 13:56:25.550 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.550 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.550 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.550 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.550 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.550 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.550 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.550 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.550 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.550 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.550 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'port'
2019-12-07 13:56:25.550 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=port)
2019-12-07 13:56:25.550 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'TCP port (excluding any offset) for shutdown messages'
2019-12-07 13:56:25.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=TCP port (excluding any offset) for shutdown messages)
2019-12-07 13:56:25.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:25.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:25.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.551 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3bf8b4ab)
2019-12-07 13:56:25.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.552 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.552 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.552 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.552 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.552 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.552 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.552 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.552 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.552 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'portOffset'
2019-12-07 13:56:25.552 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=portOffset)
2019-12-07 13:56:25.552 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The offset applied to port and to the port attributes of any nested connectors'
2019-12-07 13:56:25.552 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The offset applied to port and to the port attributes of any nested connectors)
2019-12-07 13:56:25.553 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:25.553 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:25.553 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.554 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6b69e915)
2019-12-07 13:56:25.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.555 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.555 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.555 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.555 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.555 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.555 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.555 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.555 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'portWithOffset'
2019-12-07 13:56:25.555 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=portWithOffset)
2019-12-07 13:56:25.555 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Actual TCP port (including any offset) for shutdown messages'
2019-12-07 13:56:25.555 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Actual TCP port (including any offset) for shutdown messages)
2019-12-07 13:56:25.555 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:25.556 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:25.556 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.556 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.556 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.556 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.556 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.556 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.556 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.556 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.556 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.556 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.556 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1f1a28cd)
2019-12-07 13:56:25.556 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.557 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.557 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.557 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.557 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.557 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.557 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.557 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.557 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.557 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.557 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'serverInfo'
2019-12-07 13:56:25.557 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=serverInfo)
2019-12-07 13:56:25.557 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Tomcat server release identifier'
2019-12-07 13:56:25.557 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Tomcat server release identifier)
2019-12-07 13:56:25.557 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.558 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@691d7cd1)
2019-12-07 13:56:25.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.559 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.559 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'serverBuilt'
2019-12-07 13:56:25.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=serverBuilt)
2019-12-07 13:56:25.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Tomcat server built timestamp'
2019-12-07 13:56:25.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Tomcat server built timestamp)
2019-12-07 13:56:25.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.560 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@17bec0b5)
2019-12-07 13:56:25.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.561 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.561 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'serverNumber'
2019-12-07 13:56:25.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=serverNumber)
2019-12-07 13:56:25.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Tomcat server's version number'
2019-12-07 13:56:25.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Tomcat server's version number)
2019-12-07 13:56:25.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.562 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.563 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.563 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.563 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@333bb216)
2019-12-07 13:56:25.563 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.563 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.563 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.563 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.563 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.564 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.564 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.564 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.564 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.564 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.564 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'serviceNames'
2019-12-07 13:56:25.564 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=serviceNames)
2019-12-07 13:56:25.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Object names of all services we know about'
2019-12-07 13:56:25.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Object names of all services we know about)
2019-12-07 13:56:25.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;'
2019-12-07 13:56:25.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;)
2019-12-07 13:56:25.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.565 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.567 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.567 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7da9a8fc)
2019-12-07 13:56:25.567 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.567 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.567 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.567 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.567 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.567 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.567 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.567 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'shutdown'
2019-12-07 13:56:25.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=shutdown)
2019-12-07 13:56:25.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Shutdown password'
2019-12-07 13:56:25.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Shutdown password)
2019-12-07 13:56:25.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.568 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7fd0b86c)
2019-12-07 13:56:25.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.569 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.569 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.570 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.570 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.570 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.570 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:25.570 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:25.570 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:25.570 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:25.570 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.570 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.570 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.570 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.571 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1e0a644b)
2019-12-07 13:56:25.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.572 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.572 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'await'
2019-12-07 13:56:25.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=await)
2019-12-07 13:56:25.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Wait for the shutdown message'
2019-12-07 13:56:25.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Wait for the shutdown message)
2019-12-07 13:56:25.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.573 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@704fce9e)
2019-12-07 13:56:25.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.574 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.574 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'storeConfig'
2019-12-07 13:56:25.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=storeConfig)
2019-12-07 13:56:25.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Save current state to server.xml file'
2019-12-07 13:56:25.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Save current state to server.xml file)
2019-12-07 13:56:25.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.575 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.575 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    '
2019-12-07 13:56:25.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@40117623)
2019-12-07 13:56:25.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.576 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.576 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:25.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    

    

    

    

    

  '
2019-12-07 13:56:25.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardServer, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Standard Server Component, group=Server, type=org.apache.catalina.core.StandardServer])
2019-12-07 13:56:25.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:25.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:25.577 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(


  )
2019-12-07 13:56:25.577 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:25.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:25.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardService'
2019-12-07 13:56:25.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardService)
2019-12-07 13:56:25.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard Service Component'
2019-12-07 13:56:25.578 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard Service Component)
2019-12-07 13:56:25.578 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:25.578 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:25.578 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Service'
2019-12-07 13:56:25.578 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Service)
2019-12-07 13:56:25.580 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardService'
2019-12-07 13:56:25.580 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardService)
2019-12-07 13:56:25.580 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ServiceMBean'
2019-12-07 13:56:25.580 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ServiceMBean)
2019-12-07 13:56:25.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.581 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.581 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectorNames'
2019-12-07 13:56:25.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectorNames)
2019-12-07 13:56:25.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'ObjectNames of the connectors'
2019-12-07 13:56:25.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=ObjectNames of the connectors)
2019-12-07 13:56:25.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;'
2019-12-07 13:56:25.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;)
2019-12-07 13:56:25.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.582 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4d683346)
2019-12-07 13:56:25.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.583 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.583 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.583 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.583 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.583 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.583 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.583 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.583 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.583 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'managedResource'
2019-12-07 13:56:25.583 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=managedResource)
2019-12-07 13:56:25.584 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The managed resource this MBean is associated with'
2019-12-07 13:56:25.584 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The managed resource this MBean is associated with)
2019-12-07 13:56:25.584 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object'
2019-12-07 13:56:25.584 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object)
2019-12-07 13:56:25.584 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.584 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.584 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.584 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.584 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.584 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.584 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.584 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.584 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@575a5c08)
2019-12-07 13:56:25.584 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.585 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.585 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.585 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.585 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.585 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.585 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.585 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.585 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.585 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.585 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
2019-12-07 13:56:25.585 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
2019-12-07 13:56:25.585 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unique name of this Service'
2019-12-07 13:56:25.585 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unique name of this Service)
2019-12-07 13:56:25.586 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.586 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.586 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.586 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.586 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.586 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.586 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.586 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.586 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.586 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.586 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6b21dcd0)
2019-12-07 13:56:25.586 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.588 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.588 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.589 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:25.589 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:25.589 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:25.589 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:25.589 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.589 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.590 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.590 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.590 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.590 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.590 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.590 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.590 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.590 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@42afba6e)
2019-12-07 13:56:25.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.591 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.591 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addConnector'
2019-12-07 13:56:25.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addConnector)
2019-12-07 13:56:25.592 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new connector'
2019-12-07 13:56:25.592 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new connector)
2019-12-07 13:56:25.592 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.592 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.592 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.592 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.592 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.592 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.592 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.592 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.592 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.592 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.592 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.592 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'address'
2019-12-07 13:56:25.593 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=address)
2019-12-07 13:56:25.593 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The IP address on which to bind'
2019-12-07 13:56:25.593 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The IP address on which to bind)
2019-12-07 13:56:25.593 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.593 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.593 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.593 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.593 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.593 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.593 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.593 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.593 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.593 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.593 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4ed1437e)
2019-12-07 13:56:25.594 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.594 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.594 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.594 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.594 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.594 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.594 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.594 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.594 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.594 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.594 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'port'
2019-12-07 13:56:25.594 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=port)
2019-12-07 13:56:25.594 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'TCP port number to listen on'
2019-12-07 13:56:25.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=TCP port number to listen on)
2019-12-07 13:56:25.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int'
2019-12-07 13:56:25.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int)
2019-12-07 13:56:25.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.595 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4b6efcb0)
2019-12-07 13:56:25.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.596 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.596 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.596 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.596 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.596 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.596 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.596 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.596 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.596 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'isAjp'
2019-12-07 13:56:25.596 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=isAjp)
2019-12-07 13:56:25.596 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Create a AJP/1.3 Connector'
2019-12-07 13:56:25.596 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Create a AJP/1.3 Connector)
2019-12-07 13:56:25.596 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
2019-12-07 13:56:25.597 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
2019-12-07 13:56:25.597 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.597 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.597 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.597 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.597 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.597 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.597 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.597 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.597 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2e4c7e51)
2019-12-07 13:56:25.597 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.597 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.597 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.598 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.598 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.598 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.598 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.598 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.598 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.598 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.598 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'isSSL'
2019-12-07 13:56:25.598 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=isSSL)
2019-12-07 13:56:25.598 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Create a secure Connector'
2019-12-07 13:56:25.598 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Create a secure Connector)
2019-12-07 13:56:25.598 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
2019-12-07 13:56:25.598 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
2019-12-07 13:56:25.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.599 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@110fcd3c)
2019-12-07 13:56:25.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.599 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.600 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.600 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.600 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
      
      
    '
2019-12-07 13:56:25.600 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.600 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.600 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.601 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.601 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5581b6d0)
2019-12-07 13:56:25.601 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.601 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.602 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.602 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.603 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.603 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.603 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.603 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.603 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addExecutor'
2019-12-07 13:56:25.603 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addExecutor)
2019-12-07 13:56:25.603 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Adds a named executor to the service'
2019-12-07 13:56:25.603 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Adds a named executor to the service)
2019-12-07 13:56:25.603 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.604 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.604 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
2019-12-07 13:56:25.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
2019-12-07 13:56:25.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Classname of the Executor to be added'
2019-12-07 13:56:25.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Classname of the Executor to be added)
2019-12-07 13:56:25.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.605 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@69b64bac)
2019-12-07 13:56:25.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.606 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.606 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@24451e3d)
2019-12-07 13:56:25.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.607 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.607 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findConnectors'
2019-12-07 13:56:25.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findConnectors)
2019-12-07 13:56:25.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Find and return the set of Connectors associated with this Service'
2019-12-07 13:56:25.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Find and return the set of Connectors associated with this Service)
2019-12-07 13:56:25.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-12-07 13:56:25.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-12-07 13:56:25.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.608 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.609 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4b4c41a4)
2019-12-07 13:56:25.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.610 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.610 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findExecutors'
2019-12-07 13:56:25.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findExecutors)
2019-12-07 13:56:25.611 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Retrieves all executors'
2019-12-07 13:56:25.611 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Retrieves all executors)
2019-12-07 13:56:25.611 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.611 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.611 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-12-07 13:56:25.611 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-12-07 13:56:25.611 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.611 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.612 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.612 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.613 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.613 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1323592b)
2019-12-07 13:56:25.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.614 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.614 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getExecutor'
2019-12-07 13:56:25.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getExecutor)
2019-12-07 13:56:25.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Retrieves executor by name'
2019-12-07 13:56:25.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Retrieves executor by name)
2019-12-07 13:56:25.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:25.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:25.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.615 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.615 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:25.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:25.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the executor to be retrieved'
2019-12-07 13:56:25.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the executor to be retrieved)
2019-12-07 13:56:25.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.616 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@48938bc8)
2019-12-07 13:56:25.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.617 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.617 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@44abd011)
2019-12-07 13:56:25.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.620 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.620 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.620 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.620 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.620 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.620 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.620 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.621 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-12-07 13:56:25.621 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-12-07 13:56:25.621 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-12-07 13:56:25.621 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-12-07 13:56:25.621 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.622 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.622 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.623 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.623 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.623 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.623 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.623 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.623 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.623 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.623 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.623 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.623 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6d43f841)
2019-12-07 13:56:25.623 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.624 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.624 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.624 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.624 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.624 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.624 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.624 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.624 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.624 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.624 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-12-07 13:56:25.624 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-12-07 13:56:25.624 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-12-07 13:56:25.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-12-07 13:56:25.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.625 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@64200ec3)
2019-12-07 13:56:25.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.626 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
  )
2019-12-07 13:56:25.626 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:25.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    

    

    
  '
2019-12-07 13:56:25.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardService, className=org.apache.catalina.mbeans.ServiceMBean, description=Standard Service Component, group=Service, type=org.apache.catalina.core.StandardService])
2019-12-07 13:56:25.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:25.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:25.626 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.626 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:25.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:25.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardThreadExecutor'
2019-12-07 13:56:25.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardThreadExecutor)
2019-12-07 13:56:25.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard implementation of a thread pool'
2019-12-07 13:56:25.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard implementation of a thread pool)
2019-12-07 13:56:25.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:25.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:25.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Executor'
2019-12-07 13:56:25.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Executor)
2019-12-07 13:56:25.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardThreadExecutor'
2019-12-07 13:56:25.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardThreadExecutor)
2019-12-07 13:56:25.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.628 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.628 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'activeCount'
2019-12-07 13:56:25.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=activeCount)
2019-12-07 13:56:25.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of threads currently processing a task'
2019-12-07 13:56:25.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of threads currently processing a task)
2019-12-07 13:56:25.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:25.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:25.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.629 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@30b90444)
2019-12-07 13:56:25.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.629 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.629 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'completedTaskCount'
2019-12-07 13:56:25.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=completedTaskCount)
2019-12-07 13:56:25.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of tasks completed by the executor'
2019-12-07 13:56:25.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of tasks completed by the executor)
2019-12-07 13:56:25.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:25.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:25.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.631 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2a88711a)
2019-12-07 13:56:25.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.631 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.631 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'corePoolSize'
2019-12-07 13:56:25.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=corePoolSize)
2019-12-07 13:56:25.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Core size of the thread pool'
2019-12-07 13:56:25.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Core size of the thread pool)
2019-12-07 13:56:25.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:25.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:25.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.633 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@58fb05fa)
2019-12-07 13:56:25.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.634 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.634 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'daemon'
2019-12-07 13:56:25.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=daemon)
2019-12-07 13:56:25.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Run threads in daemon or non-daemon state?'
2019-12-07 13:56:25.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Run threads in daemon or non-daemon state?)
2019-12-07 13:56:25.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:25.635 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:25.635 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:25.635 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:25.636 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.636 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.636 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.636 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.636 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.636 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.636 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.636 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.636 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3cc95e30)
2019-12-07 13:56:25.637 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.637 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.637 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.637 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.637 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.637 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.637 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.637 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.637 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.637 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'largestPoolSize'
2019-12-07 13:56:25.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=largestPoolSize)
2019-12-07 13:56:25.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Peak number of threads'
2019-12-07 13:56:25.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Peak number of threads)
2019-12-07 13:56:25.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:25.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:25.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.638 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@44aaf6c9)
2019-12-07 13:56:25.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.639 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.639 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxIdleTime'
2019-12-07 13:56:25.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxIdleTime)
2019-12-07 13:56:25.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Max number of milliseconds a thread can be idle before it can be shutdown'
2019-12-07 13:56:25.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Max number of milliseconds a thread can be idle before it can be shutdown)
2019-12-07 13:56:25.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:25.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:25.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.640 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2dc35fe7)
2019-12-07 13:56:25.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.641 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.641 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxQueueSize'
2019-12-07 13:56:25.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxQueueSize)
2019-12-07 13:56:25.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of tasks for the pending task queue'
2019-12-07 13:56:25.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of tasks for the pending task queue)
2019-12-07 13:56:25.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:25.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:25.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.642 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2d175b70)
2019-12-07 13:56:25.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.643 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.643 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxThreads'
2019-12-07 13:56:25.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxThreads)
2019-12-07 13:56:25.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of allocated threads'
2019-12-07 13:56:25.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of allocated threads)
2019-12-07 13:56:25.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:25.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:25.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.644 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5bd9b83c)
2019-12-07 13:56:25.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.645 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.645 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minSpareThreads'
2019-12-07 13:56:25.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minSpareThreads)
2019-12-07 13:56:25.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Minimum number of allocated threads'
2019-12-07 13:56:25.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Minimum number of allocated threads)
2019-12-07 13:56:25.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:25.647 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:25.648 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.648 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.648 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.648 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.648 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.648 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.648 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.648 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.649 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@48d60130)
2019-12-07 13:56:25.649 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.649 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.649 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.649 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.649 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.649 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.649 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.649 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.649 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.649 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.649 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
2019-12-07 13:56:25.649 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
2019-12-07 13:56:25.649 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unique name of this Executor'
2019-12-07 13:56:25.649 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unique name of this Executor)
2019-12-07 13:56:25.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.650 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7fdd43aa)
2019-12-07 13:56:25.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.651 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.651 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.651 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.651 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.651 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.651 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.651 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'namePrefix'
2019-12-07 13:56:25.651 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=namePrefix)
2019-12-07 13:56:25.651 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name prefix for thread names created by this executor'
2019-12-07 13:56:25.651 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name prefix for thread names created by this executor)
2019-12-07 13:56:25.651 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.651 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.651 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.651 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.651 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.652 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.652 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.652 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.652 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.652 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.652 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@68864bfa)
2019-12-07 13:56:25.652 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.652 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.652 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.652 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.652 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.652 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.652 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.652 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.652 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.653 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.653 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'poolSize'
2019-12-07 13:56:25.653 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=poolSize)
2019-12-07 13:56:25.653 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of threads in the pool'
2019-12-07 13:56:25.653 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of threads in the pool)
2019-12-07 13:56:25.653 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:25.653 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:25.653 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.653 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.654 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7e88068e)
2019-12-07 13:56:25.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.654 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.655 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'prestartminSpareThreads'
2019-12-07 13:56:25.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=prestartminSpareThreads)
2019-12-07 13:56:25.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Prestart threads?'
2019-12-07 13:56:25.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Prestart threads?)
2019-12-07 13:56:25.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:25.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:25.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:25.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:25.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.656 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@62f57ee)
2019-12-07 13:56:25.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.657 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.657 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'queueSize'
2019-12-07 13:56:25.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=queueSize)
2019-12-07 13:56:25.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of tasks waiting to be processed'
2019-12-07 13:56:25.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of tasks waiting to be processed)
2019-12-07 13:56:25.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:25.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:25.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.658 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@13fa8492)
2019-12-07 13:56:25.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.658 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.658 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:25.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:25.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:25.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:25.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.659 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4979c48c)
2019-12-07 13:56:25.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.660 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.660 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'threadPriority'
2019-12-07 13:56:25.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=threadPriority)
2019-12-07 13:56:25.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The thread priority for threads in this thread pool'
2019-12-07 13:56:25.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The thread priority for threads in this thread pool)
2019-12-07 13:56:25.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:25.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:25.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.661 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@77fb075b)
2019-12-07 13:56:25.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.661 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.662 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'threadRenewalDelay'
2019-12-07 13:56:25.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=threadRenewalDelay)
2019-12-07 13:56:25.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'After a context is stopped, threads in the pool are renewed. To avoid renewing all threads at the same time, this delay is observed between 2 threads being renewed. Value is in ms, default value is 1000ms. If negative, threads are not renewed.'
2019-12-07 13:56:25.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=After a context is stopped, threads in the pool are renewed. To avoid renewing all threads at the same time, this delay is observed between 2 threads being renewed. Value is in ms, default value is 1000ms. If negative, threads are not renewed.)
2019-12-07 13:56:25.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:25.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:25.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.662 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.663 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.663 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.663 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.663 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.663 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@b17be6d)
2019-12-07 13:56:25.663 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.663 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.663 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.663 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.663 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.663 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:25.663 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.663 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

  '
2019-12-07 13:56:25.663 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.663 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.663 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.663 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.664 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardThreadExecutor, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Standard implementation of a thread pool, group=Executor, type=org.apache.catalina.core.StandardThreadExecutor])
2019-12-07 13:56:25.664 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:25.664 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.664 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.664 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:25.664 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.664 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:25.664 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.664 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.664 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.664 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:25.664 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardWrapper'
2019-12-07 13:56:25.664 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardWrapper)
2019-12-07 13:56:25.664 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Wrapper that represents an individual servlet definition'
2019-12-07 13:56:25.665 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Wrapper that represents an individual servlet definition)
2019-12-07 13:56:25.665 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:25.665 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:25.665 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Wrapper'
2019-12-07 13:56:25.665 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Wrapper)
2019-12-07 13:56:25.665 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardWrapper'
2019-12-07 13:56:25.665 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardWrapper)
2019-12-07 13:56:25.665 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContainerMBean'
2019-12-07 13:56:25.665 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContainerMBean)
2019-12-07 13:56:25.665 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.665 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.665 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-12-07 13:56:25.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-12-07 13:56:25.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Async support'
2019-12-07 13:56:25.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Async support)
2019-12-07 13:56:25.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:25.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:25.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:25.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:25.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.666 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4c0e7589)
2019-12-07 13:56:25.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.667 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.667 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.668 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.668 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.669 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'available'
2019-12-07 13:56:25.671 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=available)
2019-12-07 13:56:25.671 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.'
2019-12-07 13:56:25.671 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.)
2019-12-07 13:56:25.671 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:25.671 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:25.671 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.671 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.671 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.671 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.672 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.672 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.672 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.672 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.672 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4bd49520)
2019-12-07 13:56:25.672 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.672 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.672 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.672 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.672 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.672 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.672 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.672 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.673 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.673 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.673 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'backgroundProcessorDelay'
2019-12-07 13:56:25.673 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=backgroundProcessorDelay)
2019-12-07 13:56:25.673 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The processor delay for this component.'
2019-12-07 13:56:25.673 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The processor delay for this component.)
2019-12-07 13:56:25.673 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:25.673 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:25.673 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.673 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.673 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.673 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.674 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.674 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.674 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.674 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.674 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@64ba82de)
2019-12-07 13:56:25.674 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.674 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.674 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.674 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.674 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.674 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.674 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.674 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.675 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.675 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.675 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'classLoadTime'
2019-12-07 13:56:25.675 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=classLoadTime)
2019-12-07 13:56:25.675 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time taken to load the Servlet class'
2019-12-07 13:56:25.675 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time taken to load the Servlet class)
2019-12-07 13:56:25.675 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:25.675 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:25.675 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.675 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.675 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.675 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@52e8acf2)
2019-12-07 13:56:25.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.676 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.676 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'countAllocated'
2019-12-07 13:56:25.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=countAllocated)
2019-12-07 13:56:25.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The count of allocations that are currently active (even if they  are for the same instance, as will be true on a non-STM servlet).'
2019-12-07 13:56:25.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The count of allocations that are currently active (even if they  are for the same instance, as will be true on a non-STM servlet).)
2019-12-07 13:56:25.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:25.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:25.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.677 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6df5391b)
2019-12-07 13:56:25.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.678 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.678 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'errorCount'
2019-12-07 13:56:25.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=errorCount)
2019-12-07 13:56:25.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Error count'
2019-12-07 13:56:25.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Error count)
2019-12-07 13:56:25.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:25.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:25.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.679 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@267cc10)
2019-12-07 13:56:25.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.680 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.681 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'loadOnStartup'
2019-12-07 13:56:25.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=loadOnStartup)
2019-12-07 13:56:25.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The load-on-startup order value (negative value means load on first call) for this servlet.'
2019-12-07 13:56:25.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The load-on-startup order value (negative value means load on first call) for this servlet.)
2019-12-07 13:56:25.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:25.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:25.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.681 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@32fb12f0)
2019-12-07 13:56:25.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.682 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.682 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'loadTime'
2019-12-07 13:56:25.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=loadTime)
2019-12-07 13:56:25.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time taken to load and initialise the Servlet'
2019-12-07 13:56:25.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time taken to load and initialise the Servlet)
2019-12-07 13:56:25.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:25.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:25.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.683 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2563a761)
2019-12-07 13:56:25.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.684 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.685 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxTime'
2019-12-07 13:56:25.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxTime)
2019-12-07 13:56:25.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum processing time of a request'
2019-12-07 13:56:25.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum processing time of a request)
2019-12-07 13:56:25.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:25.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:25.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.686 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@611a7f37)
2019-12-07 13:56:25.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.687 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.687 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxInstances'
2019-12-07 13:56:25.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxInstances)
2019-12-07 13:56:25.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of STM instances.'
2019-12-07 13:56:25.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of STM instances.)
2019-12-07 13:56:25.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:25.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:25.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.688 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5d213848)
2019-12-07 13:56:25.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.688 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.688 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minTime'
2019-12-07 13:56:25.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minTime)
2019-12-07 13:56:25.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Minimum processing time of a request'
2019-12-07 13:56:25.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Minimum processing time of a request)
2019-12-07 13:56:25.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:25.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:25.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.689 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@37a7cd8e)
2019-12-07 13:56:25.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.690 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.690 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'objectName'
2019-12-07 13:56:25.691 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=objectName)
2019-12-07 13:56:25.691 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the object'
2019-12-07 13:56:25.691 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the object)
2019-12-07 13:56:25.691 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.691 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.691 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.691 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.691 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.691 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.691 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.691 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.691 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.691 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.691 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@fc72cb4)
2019-12-07 13:56:25.692 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.692 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.692 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.692 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.692 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.692 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.692 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.692 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.692 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.692 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.693 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processingTime'
2019-12-07 13:56:25.693 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processingTime)
2019-12-07 13:56:25.693 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Total execution time of the servlet's service method'
2019-12-07 13:56:25.693 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Total execution time of the servlet's service method)
2019-12-07 13:56:25.694 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:25.694 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:25.694 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.694 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.694 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.695 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.695 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.695 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.695 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.695 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.695 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.695 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.695 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6921853e)
2019-12-07 13:56:25.695 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.695 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.695 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.695 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.695 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.696 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.696 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.696 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.696 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.696 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.696 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'requestCount'
2019-12-07 13:56:25.696 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=requestCount)
2019-12-07 13:56:25.696 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of requests processed by this wrapper'
2019-12-07 13:56:25.696 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of requests processed by this wrapper)
2019-12-07 13:56:25.696 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:25.696 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:25.697 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.697 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.697 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.697 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.697 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.697 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.697 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.698 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.698 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.698 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.698 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6063fe29)
2019-12-07 13:56:25.698 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.698 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.698 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.698 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.698 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.698 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.698 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.698 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.699 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.699 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.699 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'runAs'
2019-12-07 13:56:25.699 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=runAs)
2019-12-07 13:56:25.699 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The run-as identity for this servlet.'
2019-12-07 13:56:25.699 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The run-as identity for this servlet.)
2019-12-07 13:56:25.699 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.699 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.699 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.699 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.699 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.699 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.699 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.699 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.699 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5677cc1d)
2019-12-07 13:56:25.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.700 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.700 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'servletClass'
2019-12-07 13:56:25.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=servletClass)
2019-12-07 13:56:25.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The run-as identity for this servlet.'
2019-12-07 13:56:25.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The run-as identity for this servlet.)
2019-12-07 13:56:25.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.701 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5ba16496)
2019-12-07 13:56:25.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.702 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.702 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'singleThreadModel'
2019-12-07 13:56:25.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=singleThreadModel)
2019-12-07 13:56:25.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this servlet implement the SingleThreadModel interface?'
2019-12-07 13:56:25.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this servlet implement the SingleThreadModel interface?)
2019-12-07 13:56:25.703 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Boolean'
2019-12-07 13:56:25.703 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Boolean)
2019-12-07 13:56:25.703 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:25.703 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:25.703 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.703 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.703 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.703 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.703 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.703 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.703 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3ecc02a9)
2019-12-07 13:56:25.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.704 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.704 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:25.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:25.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:25.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:25.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.705 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@41a131ef)
2019-12-07 13:56:25.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.706 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.706 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addInitParameter'
2019-12-07 13:56:25.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addInitParameter)
2019-12-07 13:56:25.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a valve to this Wrapper'
2019-12-07 13:56:25.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a valve to this Wrapper)
2019-12-07 13:56:25.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.707 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.707 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:25.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:25.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of this initialization parameter to add'
2019-12-07 13:56:25.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of this initialization parameter to add)
2019-12-07 13:56:25.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.708 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@295e0ae2)
2019-12-07 13:56:25.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.709 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.709 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'value'
2019-12-07 13:56:25.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=value)
2019-12-07 13:56:25.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Value of this initialization parameter to add'
2019-12-07 13:56:25.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Value of this initialization parameter to add)
2019-12-07 13:56:25.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.710 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@790b4e8b)
2019-12-07 13:56:25.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.711 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.711 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
    '
2019-12-07 13:56:25.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@270cd249)
2019-12-07 13:56:25.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.711 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.712 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.712 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.712 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.712 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.712 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.712 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addLifecycleListener'
2019-12-07 13:56:25.712 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addLifecycleListener)
2019-12-07 13:56:25.712 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a lifecycle listener to this Wrapper'
2019-12-07 13:56:25.712 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a lifecycle listener to this Wrapper)
2019-12-07 13:56:25.712 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.712 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.713 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.713 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
2019-12-07 13:56:25.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
2019-12-07 13:56:25.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new lifecycle listener to be added'
2019-12-07 13:56:25.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new lifecycle listener to be added)
2019-12-07 13:56:25.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.714 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6f6aa10e)
2019-12-07 13:56:25.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.714 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.714 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@363aaf1b)
2019-12-07 13:56:25.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.715 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.715 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addMapping'
2019-12-07 13:56:25.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addMapping)
2019-12-07 13:56:25.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a mapping associated with the Wrapper.'
2019-12-07 13:56:25.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a mapping associated with the Wrapper.)
2019-12-07 13:56:25.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.716 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.716 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'mapping'
2019-12-07 13:56:25.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=mapping)
2019-12-07 13:56:25.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The new wrapper mapping'
2019-12-07 13:56:25.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The new wrapper mapping)
2019-12-07 13:56:25.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.717 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1566d041)
2019-12-07 13:56:25.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.719 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.719 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5439c63e)
2019-12-07 13:56:25.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.720 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.720 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addSecurityReference'
2019-12-07 13:56:25.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addSecurityReference)
2019-12-07 13:56:25.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new security role reference record to the set of records for this servlet.'
2019-12-07 13:56:25.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new security role reference record to the set of records for this servlet.)
2019-12-07 13:56:25.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.721 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.721 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:25.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:25.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role name used within this servlet'
2019-12-07 13:56:25.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role name used within this servlet)
2019-12-07 13:56:25.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.722 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6ee17f66)
2019-12-07 13:56:25.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.722 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.722 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'link'
2019-12-07 13:56:25.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=link)
2019-12-07 13:56:25.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role name used within the web application'
2019-12-07 13:56:25.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role name used within the web application)
2019-12-07 13:56:25.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.723 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@dc057d6)
2019-12-07 13:56:25.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.724 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.724 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
    '
2019-12-07 13:56:25.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2e877af7)
2019-12-07 13:56:25.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.725 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.725 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addValve'
2019-12-07 13:56:25.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addValve)
2019-12-07 13:56:25.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a valve to this Wrapper'
2019-12-07 13:56:25.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a valve to this Wrapper)
2019-12-07 13:56:25.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:25.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:25.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.726 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.726 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveType'
2019-12-07 13:56:25.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveType)
2019-12-07 13:56:25.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new valve to be added'
2019-12-07 13:56:25.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new valve to be added)
2019-12-07 13:56:25.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.727 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3415412f)
2019-12-07 13:56:25.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.727 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.727 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.728 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.728 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.728 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.728 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.728 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@51ea0284)
2019-12-07 13:56:25.728 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.728 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.728 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.728 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.728 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.728 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.728 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.729 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.729 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.729 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.729 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findInitParameter'
2019-12-07 13:56:25.729 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findInitParameter)
2019-12-07 13:56:25.729 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the value of an initialization parameter'
2019-12-07 13:56:25.729 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the value of an initialization parameter)
2019-12-07 13:56:25.729 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.729 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.729 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:25.729 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:25.729 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.729 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.729 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.729 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.729 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.729 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.730 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.730 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:25.730 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:25.730 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The name of the initialization parameter'
2019-12-07 13:56:25.730 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The name of the initialization parameter)
2019-12-07 13:56:25.730 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.731 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.731 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.732 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.732 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.732 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.733 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.733 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.733 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.733 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.733 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5e1b9188)
2019-12-07 13:56:25.733 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.733 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.733 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.733 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.733 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.734 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4b5e187e)
2019-12-07 13:56:25.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.734 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.734 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.735 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.735 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.735 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.735 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.735 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findInitParameters'
2019-12-07 13:56:25.735 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findInitParameters)
2019-12-07 13:56:25.735 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the names of all defined initialization parameters for this servlet.'
2019-12-07 13:56:25.736 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the names of all defined initialization parameters for this servlet.)
2019-12-07 13:56:25.736 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-12-07 13:56:25.736 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-12-07 13:56:25.736 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-12-07 13:56:25.736 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-12-07 13:56:25.736 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.736 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.736 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.736 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.736 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.737 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.737 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.737 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.737 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.737 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@555c2403)
2019-12-07 13:56:25.737 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.737 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.737 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.737 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.737 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.737 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.737 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.737 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findMappings'
2019-12-07 13:56:25.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findMappings)
2019-12-07 13:56:25.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the mappings associated with this wrapper'
2019-12-07 13:56:25.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the mappings associated with this wrapper)
2019-12-07 13:56:25.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-12-07 13:56:25.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-12-07 13:56:25.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-12-07 13:56:25.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-12-07 13:56:25.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.738 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.738 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@54a3e20e)
2019-12-07 13:56:25.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.739 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.739 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findMappingObject'
2019-12-07 13:56:25.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findMappingObject)
2019-12-07 13:56:25.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return an object which may be utilized for mapping to this component'
2019-12-07 13:56:25.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return an object which may be utilized for mapping to this component)
2019-12-07 13:56:25.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-12-07 13:56:25.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-12-07 13:56:25.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'org.apache.catalina.Wrapper'
2019-12-07 13:56:25.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=org.apache.catalina.Wrapper)
2019-12-07 13:56:25.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.740 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.740 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5636bec3)
2019-12-07 13:56:25.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.741 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.741 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findSecurityReference'
2019-12-07 13:56:25.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findSecurityReference)
2019-12-07 13:56:25.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the security role link for the specified security role reference name.'
2019-12-07 13:56:25.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the security role link for the specified security role reference name.)
2019-12-07 13:56:25.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:25.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:25.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.743 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.743 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:25.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:25.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role reference used within this servlet'
2019-12-07 13:56:25.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role reference used within this servlet)
2019-12-07 13:56:25.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.743 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6d90d193)
2019-12-07 13:56:25.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.744 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.744 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@59d88c1e)
2019-12-07 13:56:25.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.745 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.745 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findSecurityReferences'
2019-12-07 13:56:25.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findSecurityReferences)
2019-12-07 13:56:25.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of security role reference names associated with this servlet'
2019-12-07 13:56:25.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of security role reference names associated with this servlet)
2019-12-07 13:56:25.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-12-07 13:56:25.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-12-07 13:56:25.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-12-07 13:56:25.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-12-07 13:56:25.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.746 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.746 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@12a0b6b9)
2019-12-07 13:56:25.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.747 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.747 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeInitParameter'
2019-12-07 13:56:25.748 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeInitParameter)
2019-12-07 13:56:25.748 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the specified initialization parameter from this servlet.'
2019-12-07 13:56:25.748 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the specified initialization parameter from this servlet.)
2019-12-07 13:56:25.748 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.748 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.748 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.748 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.748 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.748 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.748 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.748 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.748 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:25.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:25.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the initialization parameter to remove'
2019-12-07 13:56:25.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the initialization parameter to remove)
2019-12-07 13:56:25.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.749 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7103d288)
2019-12-07 13:56:25.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.750 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.750 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1a748972)
2019-12-07 13:56:25.751 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.754 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.754 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeLifecycleListeners'
2019-12-07 13:56:25.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeLifecycleListeners)
2019-12-07 13:56:25.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Removes lifecycle listeners of given class type from this Wrapper'
2019-12-07 13:56:25.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Removes lifecycle listeners of given class type from this Wrapper)
2019-12-07 13:56:25.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.755 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.755 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
2019-12-07 13:56:25.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
2019-12-07 13:56:25.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the lifecycle listeners to be removed'
2019-12-07 13:56:25.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the lifecycle listeners to be removed)
2019-12-07 13:56:25.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.759 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7d14e5e)
2019-12-07 13:56:25.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.760 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.760 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.761 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.761 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.761 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.761 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.761 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.761 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@10d32563)
2019-12-07 13:56:25.761 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.761 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.761 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.761 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.762 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.762 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.762 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.762 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.762 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.762 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.762 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeMapping'
2019-12-07 13:56:25.762 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeMapping)
2019-12-07 13:56:25.762 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a mapping associated with the wrapper.'
2019-12-07 13:56:25.762 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a mapping associated with the wrapper.)
2019-12-07 13:56:25.762 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.762 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.762 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.762 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.763 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.763 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.763 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.763 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.763 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.763 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.763 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.763 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'mapping'
2019-12-07 13:56:25.763 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=mapping)
2019-12-07 13:56:25.763 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The pattern to remove'
2019-12-07 13:56:25.763 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The pattern to remove)
2019-12-07 13:56:25.763 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.763 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.764 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7f2b2263)
2019-12-07 13:56:25.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.764 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.764 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.765 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.765 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.765 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.765 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.765 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@41aa0bed)
2019-12-07 13:56:25.765 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.765 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.765 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.765 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.765 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.765 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.765 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.766 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.766 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.766 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.766 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeSecurityReference'
2019-12-07 13:56:25.766 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeSecurityReference)
2019-12-07 13:56:25.766 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any security role reference for the specified role name.'
2019-12-07 13:56:25.766 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any security role reference for the specified role name.)
2019-12-07 13:56:25.766 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.766 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.766 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.766 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.766 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.766 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.766 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:25.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:25.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role used within this servlet to be removed'
2019-12-07 13:56:25.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role used within this servlet to be removed)
2019-12-07 13:56:25.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.767 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.768 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.768 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.768 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4c840e38)
2019-12-07 13:56:25.768 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.768 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.768 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.768 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.768 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.768 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.768 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.768 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@45f5c2f6)
2019-12-07 13:56:25.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.769 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.769 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeValve'
2019-12-07 13:56:25.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeValve)
2019-12-07 13:56:25.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a valve from this Wrapper'
2019-12-07 13:56:25.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a valve from this Wrapper)
2019-12-07 13:56:25.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.770 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.770 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveName'
2019-12-07 13:56:25.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveName)
2019-12-07 13:56:25.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Objectname of the valve to be removed'
2019-12-07 13:56:25.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Objectname of the valve to be removed)
2019-12-07 13:56:25.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.771 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@63ebd811)
2019-12-07 13:56:25.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.772 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.772 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@728f52e2)
2019-12-07 13:56:25.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.772 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.773 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:25.773 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.773 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

  '
2019-12-07 13:56:25.773 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.773 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.773 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.773 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.773 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardWrapper, className=org.apache.catalina.mbeans.ContainerMBean, description=Wrapper that represents an individual servlet definition, group=Wrapper, type=org.apache.catalina.core.StandardWrapper])
2019-12-07 13:56:25.773 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:25.773 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.773 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.773 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:25.774 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.774 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:25.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:25.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardWrapperValve'
2019-12-07 13:56:25.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardWrapperValve)
2019-12-07 13:56:25.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that implements the default basic behavior for the StandardWrapper container implementation'
2019-12-07 13:56:25.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that implements the default basic behavior for the StandardWrapper container implementation)
2019-12-07 13:56:25.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:25.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:25.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-12-07 13:56:25.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-12-07 13:56:25.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardWrapperValve'
2019-12-07 13:56:25.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardWrapperValve)
2019-12-07 13:56:25.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.775 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

     )
2019-12-07 13:56:25.775 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-12-07 13:56:25.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-12-07 13:56:25.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting?'
2019-12-07 13:56:25.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting?)
2019-12-07 13:56:25.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:25.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:25.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.776 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1e166745)
2019-12-07 13:56:25.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.776 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

     )
2019-12-07 13:56:25.777 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:25.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:25.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:25.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:25.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.777 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@759ff403)
2019-12-07 13:56:25.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.778 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.778 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:25.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:25.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:25.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:25.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.779 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@480981f1)
2019-12-07 13:56:25.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.780 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
  )
2019-12-07 13:56:25.780 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:25.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

     

     

    
  '
2019-12-07 13:56:25.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardWrapperValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that implements the default basic behavior for the StandardWrapper container implementation, group=Valve, type=org.apache.catalina.core.StandardWrapperValve])
2019-12-07 13:56:25.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:25.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:25.781 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

)
2019-12-07 13:56:25.781 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbeans-descriptors)
2019-12-07 13:56:25.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors'
2019-12-07 13:56:25.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

  

  

  

  

  


  

  

  

  


  

  

  

  

'
2019-12-07 13:56:25.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:25.781 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endDocument()
2019-12-07 13:56:25.781 DEBUG 15190 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry  : Found jar:file:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.22/79f39903498b28adacb18fe2ea046edd306295a6/tomcat-embed-core-9.0.22.jar!/org/apache/catalina/mbeans-descriptors.xml
2019-12-07 13:56:25.782 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@672d6705)
2019-12-07 13:56:25.782 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startDocument()
2019-12-07 13:56:25.782 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbeans-descriptors)
2019-12-07 13:56:25.782 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors'
2019-12-07 13:56:25.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:25.783 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.783 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:25.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:25.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'Group'
2019-12-07 13:56:25.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=Group)
2019-12-07 13:56:25.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.GroupMBean'
2019-12-07 13:56:25.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.GroupMBean)
2019-12-07 13:56:25.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Group from a user database'
2019-12-07 13:56:25.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Group from a user database)
2019-12-07 13:56:25.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Users'
2019-12-07 13:56:25.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Users)
2019-12-07 13:56:25.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Group'
2019-12-07 13:56:25.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Group)
2019-12-07 13:56:25.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.Group'
2019-12-07 13:56:25.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.Group)
2019-12-07 13:56:25.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.784 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.784 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'description'
2019-12-07 13:56:25.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=description)
2019-12-07 13:56:25.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Description of this group'
2019-12-07 13:56:25.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Description of this group)
2019-12-07 13:56:25.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.785 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@63af7418)
2019-12-07 13:56:25.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.787 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.787 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'groupname'
2019-12-07 13:56:25.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=groupname)
2019-12-07 13:56:25.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Group name of this group'
2019-12-07 13:56:25.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Group name of this group)
2019-12-07 13:56:25.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.788 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6daa317f)
2019-12-07 13:56:25.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.789 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.789 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.789 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.789 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.789 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.789 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.789 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.789 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roles'
2019-12-07 13:56:25.789 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roles)
2019-12-07 13:56:25.789 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of roles for this group'
2019-12-07 13:56:25.789 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of roles for this group)
2019-12-07 13:56:25.789 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-12-07 13:56:25.789 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-12-07 13:56:25.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.790 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@45501fe2)
2019-12-07 13:56:25.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.791 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.791 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'users'
2019-12-07 13:56:25.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=users)
2019-12-07 13:56:25.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of user members of this group'
2019-12-07 13:56:25.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of user members of this group)
2019-12-07 13:56:25.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-12-07 13:56:25.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-12-07 13:56:25.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.792 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@49c95d02)
2019-12-07 13:56:25.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.792 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.792 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addRole'
2019-12-07 13:56:25.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addRole)
2019-12-07 13:56:25.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new authorized role for this group'
2019-12-07 13:56:25.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new authorized role for this group)
2019-12-07 13:56:25.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.793 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.793 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
2019-12-07 13:56:25.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
2019-12-07 13:56:25.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role to be added'
2019-12-07 13:56:25.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role to be added)
2019-12-07 13:56:25.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.794 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@51deef97)
2019-12-07 13:56:25.795 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.795 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.795 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.795 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.795 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.795 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.795 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.795 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.795 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.795 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.795 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.796 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.796 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6dc30d1a)
2019-12-07 13:56:25.796 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.796 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.796 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.796 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.796 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.796 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.796 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRole'
2019-12-07 13:56:25.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRole)
2019-12-07 13:56:25.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an old authorized role for this group'
2019-12-07 13:56:25.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an old authorized role for this group)
2019-12-07 13:56:25.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.797 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.797 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
2019-12-07 13:56:25.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
2019-12-07 13:56:25.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role to be removed'
2019-12-07 13:56:25.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role to be removed)
2019-12-07 13:56:25.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.798 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2829a04f)
2019-12-07 13:56:25.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.799 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.799 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2b0bc905)
2019-12-07 13:56:25.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.800 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.800 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRoles'
2019-12-07 13:56:25.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRoles)
2019-12-07 13:56:25.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove all authorized roles for this group'
2019-12-07 13:56:25.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove all authorized roles for this group)
2019-12-07 13:56:25.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.801 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.801 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@d0f39a4)
2019-12-07 13:56:25.802 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.802 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.802 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.802 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.802 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.802 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:25.802 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.802 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

  '
2019-12-07 13:56:25.802 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.802 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.802 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.802 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.802 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=Group, className=org.apache.catalina.mbeans.GroupMBean, description=Group from a user database, group=Group, type=org.apache.catalina.Group])
2019-12-07 13:56:25.803 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:25.803 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.803 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.803 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:25.803 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.803 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:25.803 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.803 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.803 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.803 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:25.803 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'Role'
2019-12-07 13:56:25.803 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=Role)
2019-12-07 13:56:25.803 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.RoleMBean'
2019-12-07 13:56:25.803 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.RoleMBean)
2019-12-07 13:56:25.803 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Security role from a user database'
2019-12-07 13:56:25.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Security role from a user database)
2019-12-07 13:56:25.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Users'
2019-12-07 13:56:25.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Users)
2019-12-07 13:56:25.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Role'
2019-12-07 13:56:25.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Role)
2019-12-07 13:56:25.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.Role'
2019-12-07 13:56:25.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.Role)
2019-12-07 13:56:25.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.804 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.804 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'description'
2019-12-07 13:56:25.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=description)
2019-12-07 13:56:25.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Description of this role'
2019-12-07 13:56:25.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Description of this role)
2019-12-07 13:56:25.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.805 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@78d15ec2)
2019-12-07 13:56:25.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.805 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.805 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'rolename'
2019-12-07 13:56:25.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=rolename)
2019-12-07 13:56:25.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Role name of this role'
2019-12-07 13:56:25.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Role name of this role)
2019-12-07 13:56:25.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.806 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.807 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.807 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.807 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.807 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1d9fb24f)
2019-12-07 13:56:25.807 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.807 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.807 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.807 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.807 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.807 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:25.807 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.807 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

  '
2019-12-07 13:56:25.807 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.807 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.807 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.807 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.807 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=Role, className=org.apache.catalina.mbeans.RoleMBean, description=Security role from a user database, group=Role, type=org.apache.catalina.Role])
2019-12-07 13:56:25.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:25.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:25.808 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.808 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:25.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:25.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'User'
2019-12-07 13:56:25.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=User)
2019-12-07 13:56:25.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.UserMBean'
2019-12-07 13:56:25.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.UserMBean)
2019-12-07 13:56:25.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'User from a user database'
2019-12-07 13:56:25.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=User from a user database)
2019-12-07 13:56:25.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Users'
2019-12-07 13:56:25.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Users)
2019-12-07 13:56:25.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'User'
2019-12-07 13:56:25.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=User)
2019-12-07 13:56:25.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.User'
2019-12-07 13:56:25.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.User)
2019-12-07 13:56:25.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.809 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.810 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'fullName'
2019-12-07 13:56:25.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=fullName)
2019-12-07 13:56:25.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Full name of this user'
2019-12-07 13:56:25.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Full name of this user)
2019-12-07 13:56:25.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.811 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@68a90318)
2019-12-07 13:56:25.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.811 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.812 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'groups'
2019-12-07 13:56:25.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=groups)
2019-12-07 13:56:25.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of groups this user is a member of'
2019-12-07 13:56:25.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of groups this user is a member of)
2019-12-07 13:56:25.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-12-07 13:56:25.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-12-07 13:56:25.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.812 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.813 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.813 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.813 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.813 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.813 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.813 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1c9fc5b0)
2019-12-07 13:56:25.813 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.813 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.813 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.813 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.814 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.814 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'password'
2019-12-07 13:56:25.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=password)
2019-12-07 13:56:25.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Password of this user'
2019-12-07 13:56:25.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Password of this user)
2019-12-07 13:56:25.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.814 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6ecaafaf)
2019-12-07 13:56:25.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.815 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.815 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roles'
2019-12-07 13:56:25.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roles)
2019-12-07 13:56:25.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of roles for this user'
2019-12-07 13:56:25.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of roles for this user)
2019-12-07 13:56:25.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-12-07 13:56:25.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-12-07 13:56:25.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.816 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@ea765f3)
2019-12-07 13:56:25.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.817 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.817 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'username'
2019-12-07 13:56:25.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=username)
2019-12-07 13:56:25.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'User name of this user'
2019-12-07 13:56:25.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=User name of this user)
2019-12-07 13:56:25.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.818 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2eb616fc)
2019-12-07 13:56:25.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.819 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.819 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addGroup'
2019-12-07 13:56:25.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addGroup)
2019-12-07 13:56:25.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new group membership for this user'
2019-12-07 13:56:25.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new group membership for this user)
2019-12-07 13:56:25.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.820 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.820 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'groupname'
2019-12-07 13:56:25.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=groupname)
2019-12-07 13:56:25.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Group name of the new group'
2019-12-07 13:56:25.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Group name of the new group)
2019-12-07 13:56:25.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.821 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4ce6f4df)
2019-12-07 13:56:25.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.821 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.821 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@776a9d3b)
2019-12-07 13:56:25.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.822 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.822 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addRole'
2019-12-07 13:56:25.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addRole)
2019-12-07 13:56:25.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new authorized role for this user'
2019-12-07 13:56:25.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new authorized role for this user)
2019-12-07 13:56:25.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.823 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.823 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
2019-12-07 13:56:25.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
2019-12-07 13:56:25.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role to be added'
2019-12-07 13:56:25.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role to be added)
2019-12-07 13:56:25.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.824 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@42d7e6d8)
2019-12-07 13:56:25.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.825 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.825 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5cc81988)
2019-12-07 13:56:25.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.825 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.826 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeGroup'
2019-12-07 13:56:25.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeGroup)
2019-12-07 13:56:25.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an old group membership for this user'
2019-12-07 13:56:25.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an old group membership for this user)
2019-12-07 13:56:25.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.826 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.827 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'groupname'
2019-12-07 13:56:25.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=groupname)
2019-12-07 13:56:25.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Group name of the old group'
2019-12-07 13:56:25.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Group name of the old group)
2019-12-07 13:56:25.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.827 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@27f35ec2)
2019-12-07 13:56:25.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.828 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.828 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4539c42)
2019-12-07 13:56:25.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.829 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.829 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeGroups'
2019-12-07 13:56:25.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeGroups)
2019-12-07 13:56:25.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove all group memberships for this user'
2019-12-07 13:56:25.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove all group memberships for this user)
2019-12-07 13:56:25.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.830 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.830 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@794f5b36)
2019-12-07 13:56:25.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.831 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.831 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRole'
2019-12-07 13:56:25.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRole)
2019-12-07 13:56:25.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an old authorized role for this user'
2019-12-07 13:56:25.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an old authorized role for this user)
2019-12-07 13:56:25.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.832 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.832 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
2019-12-07 13:56:25.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
2019-12-07 13:56:25.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role to be removed'
2019-12-07 13:56:25.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role to be removed)
2019-12-07 13:56:25.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.833 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@655719ce)
2019-12-07 13:56:25.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.833 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.834 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.834 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.834 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.834 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.834 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.834 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.834 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.834 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@58ef4ee8)
2019-12-07 13:56:25.834 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.834 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.834 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.834 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.834 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.835 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRoles'
2019-12-07 13:56:25.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRoles)
2019-12-07 13:56:25.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove all authorized roles for this user'
2019-12-07 13:56:25.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove all authorized roles for this user)
2019-12-07 13:56:25.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.835 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.836 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.836 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.836 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.836 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.836 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.836 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.836 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.836 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@40c6783b)
2019-12-07 13:56:25.836 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.836 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.836 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.837 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.837 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.837 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:25.837 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.837 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    

    

    

  '
2019-12-07 13:56:25.837 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.837 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.837 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.837 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.837 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=User, className=org.apache.catalina.mbeans.UserMBean, description=User from a user database, group=User, type=org.apache.catalina.User])
2019-12-07 13:56:25.837 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:25.837 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.837 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.837 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:25.837 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

)
2019-12-07 13:56:25.837 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbeans-descriptors)
2019-12-07 13:56:25.837 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors'
2019-12-07 13:56:25.838 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

  

  

  

'
2019-12-07 13:56:25.838 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:25.838 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endDocument()
2019-12-07 13:56:25.838 DEBUG 15190 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry  : Found jar:file:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.22/79f39903498b28adacb18fe2ea046edd306295a6/tomcat-embed-core-9.0.22.jar!/org/apache/catalina/deploy/mbeans-descriptors.xml
2019-12-07 13:56:25.839 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@3cad7007)
2019-12-07 13:56:25.839 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startDocument()
2019-12-07 13:56:25.840 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbeans-descriptors)
2019-12-07 13:56:25.840 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors'
2019-12-07 13:56:25.840 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:25.840 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.840 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:25.840 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.840 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.840 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.840 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:25.840 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'NamingResourcesImpl'
2019-12-07 13:56:25.840 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=NamingResourcesImpl)
2019-12-07 13:56:25.840 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.NamingResourcesMBean'
2019-12-07 13:56:25.841 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.NamingResourcesMBean)
2019-12-07 13:56:25.841 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Holds and manages the naming resources defined in the                        J2EE Enterprise Naming Context and their associated                        JNDI context'
2019-12-07 13:56:25.841 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Holds and manages the naming resources defined in the                        J2EE Enterprise Naming Context and their associated                        JNDI context)
2019-12-07 13:56:25.841 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:25.841 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:25.841 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Resources'
2019-12-07 13:56:25.841 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Resources)
2019-12-07 13:56:25.841 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.deploy.NamingResourcesImpl'
2019-12-07 13:56:25.841 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.deploy.NamingResourcesImpl)
2019-12-07 13:56:25.841 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.841 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.841 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.841 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.841 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.842 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.842 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.842 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'container'
2019-12-07 13:56:25.842 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=container)
2019-12-07 13:56:25.842 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The container with which the naming resources are associated.'
2019-12-07 13:56:25.842 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The container with which the naming resources are associated.)
2019-12-07 13:56:25.842 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object'
2019-12-07 13:56:25.842 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object)
2019-12-07 13:56:25.842 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.842 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.842 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.842 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.842 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.842 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.842 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.842 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.842 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.843 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.843 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4f59d009)
2019-12-07 13:56:25.843 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.843 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.843 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.843 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.843 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.843 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.843 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.843 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.843 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.843 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.843 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'environments'
2019-12-07 13:56:25.843 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=environments)
2019-12-07 13:56:25.843 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of the set of defined environment entries                        for this web application'
2019-12-07 13:56:25.844 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of the set of defined environment entries                        for this web application)
2019-12-07 13:56:25.844 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-12-07 13:56:25.844 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-12-07 13:56:25.844 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.844 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.844 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.844 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.844 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.844 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.844 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.844 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.844 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.844 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.844 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@14be18f1)
2019-12-07 13:56:25.844 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.844 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.845 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.845 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.845 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.845 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.845 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.845 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.845 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.845 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.845 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'resources'
2019-12-07 13:56:25.845 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=resources)
2019-12-07 13:56:25.845 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of all the defined resource references                        for this application.'
2019-12-07 13:56:25.845 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of all the defined resource references                        for this application.)
2019-12-07 13:56:25.845 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-12-07 13:56:25.845 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-12-07 13:56:25.845 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.845 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.846 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.846 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.846 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.846 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.846 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.846 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.846 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.846 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.846 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3521d9b8)
2019-12-07 13:56:25.846 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.846 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.846 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.846 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.847 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.847 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.847 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.847 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.847 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.847 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.847 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'resourceLinks'
2019-12-07 13:56:25.847 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=resourceLinks)
2019-12-07 13:56:25.848 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of all the defined resource link references                        for this application.'
2019-12-07 13:56:25.848 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of all the defined resource link references                        for this application.)
2019-12-07 13:56:25.848 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-12-07 13:56:25.848 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-12-07 13:56:25.848 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.848 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.849 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.849 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.849 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.849 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.849 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.849 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.849 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.849 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.849 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@625baa53)
2019-12-07 13:56:25.849 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.849 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.849 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.849 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.849 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.849 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.850 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.850 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.850 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.854 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.854 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addEnvironment'
2019-12-07 13:56:25.854 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addEnvironment)
2019-12-07 13:56:25.854 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add an environment entry for this web application'
2019-12-07 13:56:25.854 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add an environment entry for this web application)
2019-12-07 13:56:25.854 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.854 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.854 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.854 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.854 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.854 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.855 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.855 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.855 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.855 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.855 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.855 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'envName'
2019-12-07 13:56:25.855 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=envName)
2019-12-07 13:56:25.855 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New environment entry name'
2019-12-07 13:56:25.855 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New environment entry name)
2019-12-07 13:56:25.855 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.855 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.855 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.855 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.855 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.855 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.855 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.855 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.857 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.858 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.858 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6383f789)
2019-12-07 13:56:25.858 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.858 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.858 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.858 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.858 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.858 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.858 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.859 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.859 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.859 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.859 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
2019-12-07 13:56:25.859 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
2019-12-07 13:56:25.859 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New environment entry type'
2019-12-07 13:56:25.859 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New environment entry type)
2019-12-07 13:56:25.859 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.859 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.859 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.859 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.859 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.859 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.859 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.859 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.859 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.859 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@71e0298)
2019-12-07 13:56:25.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.860 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.860 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.860 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'propertySourcesPlaceholderConfigurer'
2019-12-07 13:56:25.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'value'
2019-12-07 13:56:25.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=value)
2019-12-07 13:56:25.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New environment entry value'
2019-12-07 13:56:25.860 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New environment entry value)
2019-12-07 13:56:25.861 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.861 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.861 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.861 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.861 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.861 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.861 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.861 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.861 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.861 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.861 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3c49f7da)
2019-12-07 13:56:25.861 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.861 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.861 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.861 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.861 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.862 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.862 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.862 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
      
    '
2019-12-07 13:56:25.862 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.862 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.862 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.862 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.862 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@37fdb32)
2019-12-07 13:56:25.862 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.862 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.862 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.862 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.862 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.862 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.862 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.862 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.862 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.863 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.863 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addResource'
2019-12-07 13:56:25.863 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addResource)
2019-12-07 13:56:25.863 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a resource reference for this web application'
2019-12-07 13:56:25.863 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a resource reference for this web application)
2019-12-07 13:56:25.863 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.863 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.863 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.863 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.863 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.863 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.863 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.863 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.863 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.863 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.863 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.864 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceName'
2019-12-07 13:56:25.864 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceName)
2019-12-07 13:56:25.864 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New resource reference name'
2019-12-07 13:56:25.864 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New resource reference name)
2019-12-07 13:56:25.864 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.864 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.864 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.864 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.864 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.864 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.864 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.864 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.864 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.864 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.864 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7fbc4b6b)
2019-12-07 13:56:25.864 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.865 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.865 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.865 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.865 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.865 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.865 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.865 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.865 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.865 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.865 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
2019-12-07 13:56:25.865 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
2019-12-07 13:56:25.865 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New resource reference type'
2019-12-07 13:56:25.865 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New resource reference type)
2019-12-07 13:56:25.865 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.866 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.866 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.866 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.866 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.866 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.866 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.866 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.866 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.866 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.866 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@8418cc6)
2019-12-07 13:56:25.866 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.866 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.866 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.866 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.866 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.866 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.867 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.867 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
    '
2019-12-07 13:56:25.867 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.867 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.867 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.867 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.867 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7b454d33)
2019-12-07 13:56:25.867 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.867 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.867 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.867 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.867 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.867 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.867 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.867 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.868 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.868 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.868 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addResourceLink'
2019-12-07 13:56:25.868 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addResourceLink)
2019-12-07 13:56:25.868 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a resource link reference for this web application'
2019-12-07 13:56:25.868 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a resource link reference for this web application)
2019-12-07 13:56:25.868 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.868 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.868 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.868 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.868 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.868 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.test.mock.mockito.MockitoPostProcessor'
2019-12-07 13:56:25.868 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.868 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.868 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.868 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.868 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.869 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.869 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceLinkName'
2019-12-07 13:56:25.869 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceLinkName)
2019-12-07 13:56:25.869 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New resource reference name'
2019-12-07 13:56:25.869 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New resource reference name)
2019-12-07 13:56:25.869 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.869 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.869 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.869 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.869 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.869 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.869 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.869 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.869 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.869 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.869 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@69eaf22)
2019-12-07 13:56:25.869 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.870 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.870 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.870 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.870 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.870 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.870 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.870 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'emBeanDefinitionRegistrarPostProcessor'
2019-12-07 13:56:25.870 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.870 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.870 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.870 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
2019-12-07 13:56:25.870 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
2019-12-07 13:56:25.870 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New resource reference type'
2019-12-07 13:56:25.870 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New resource reference type)
2019-12-07 13:56:25.870 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.870 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.870 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.871 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.871 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.871 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.871 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.871 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.871 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.872 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.872 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1be45b89)
2019-12-07 13:56:25.872 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.872 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.872 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.872 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.872 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.872 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.872 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.872 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
    '
2019-12-07 13:56:25.872 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.872 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.872 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.872 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.873 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1f47d38f)
2019-12-07 13:56:25.873 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.873 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.873 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.873 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.873 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.873 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.873 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.873 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.873 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.873 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.873 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeEnvironment'
2019-12-07 13:56:25.873 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeEnvironment)
2019-12-07 13:56:25.873 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any environment entry with the specified name'
2019-12-07 13:56:25.873 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any environment entry with the specified name)
2019-12-07 13:56:25.874 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.874 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.874 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.874 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.874 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.874 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.874 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.874 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.874 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.874 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.874 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.874 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'envName'
2019-12-07 13:56:25.874 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=envName)
2019-12-07 13:56:25.874 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the environment entry to remove'
2019-12-07 13:56:25.874 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the environment entry to remove)
2019-12-07 13:56:25.875 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.875 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.875 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.875 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.875 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.875 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.875 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.875 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.875 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.875 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.875 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4e3a2981)
2019-12-07 13:56:25.875 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.875 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.875 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.875 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.875 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.875 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.876 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.876 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.876 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.876 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.876 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.876 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.876 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3d2e78db)
2019-12-07 13:56:25.876 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.876 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.876 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.876 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.876 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.876 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.876 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.876 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.876 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.876 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.877 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeResource'
2019-12-07 13:56:25.877 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeResource)
2019-12-07 13:56:25.877 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any resource reference with the specified name'
2019-12-07 13:56:25.877 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any resource reference with the specified name)
2019-12-07 13:56:25.877 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.877 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.877 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.877 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.877 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.877 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.877 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.877 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.877 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.877 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.877 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.877 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceName'
2019-12-07 13:56:25.877 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceName)
2019-12-07 13:56:25.877 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the resource reference to remove'
2019-12-07 13:56:25.877 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the resource reference to remove)
2019-12-07 13:56:25.877 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.878 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.878 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.878 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.878 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.878 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.878 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.878 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.878 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.878 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.878 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4af44e4)
2019-12-07 13:56:25.878 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.878 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.878 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.878 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.878 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.878 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.878 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.879 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.879 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.879 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.879 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.879 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.879 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@25553455)
2019-12-07 13:56:25.879 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.879 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.879 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.879 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.879 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.879 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.879 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.879 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.879 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.879 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.880 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeResourceLink'
2019-12-07 13:56:25.880 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeResourceLink)
2019-12-07 13:56:25.880 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any resource link reference with the specified name'
2019-12-07 13:56:25.880 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any resource link reference with the specified name)
2019-12-07 13:56:25.880 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.880 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.880 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.880 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.880 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.880 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:25.880 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:25.880 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.881 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.881 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.881 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:25.881 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceLinkName'
2019-12-07 13:56:25.881 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceLinkName)
2019-12-07 13:56:25.881 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the resource reference to remove'
2019-12-07 13:56:25.881 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the resource reference to remove)
2019-12-07 13:56:25.881 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.881 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:25.881 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.881 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:25.881 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:25.881 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.881 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.881 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.881 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.881 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:25.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3abc675f)
2019-12-07 13:56:25.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:25.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:25.882 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.882 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:25.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@749a3873)
2019-12-07 13:56:25.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.882 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.883 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.883 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:25.883 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.883 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    

    

  '
2019-12-07 13:56:25.883 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.883 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.883 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.883 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.883 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=NamingResourcesImpl, className=org.apache.catalina.mbeans.NamingResourcesMBean, description=Holds and manages the naming resources defined in the                        J2EE Enterprise Naming Context and their associated                        JNDI context, group=Resources, type=org.apache.catalina.deploy.NamingResourcesImpl])
2019-12-07 13:56:25.883 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:25.883 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.890 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.890 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:25.890 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(


)
2019-12-07 13:56:25.890 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbeans-descriptors)
2019-12-07 13:56:25.890 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors'
2019-12-07 13:56:25.890 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

  


'
2019-12-07 13:56:25.891 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:25.891 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endDocument()
2019-12-07 13:56:25.893 DEBUG 15190 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry  : Found jar:file:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.22/79f39903498b28adacb18fe2ea046edd306295a6/tomcat-embed-core-9.0.22.jar!/org/apache/catalina/loader/mbeans-descriptors.xml
2019-12-07 13:56:25.894 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@5fc8b9e6)
2019-12-07 13:56:25.894 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startDocument()
2019-12-07 13:56:25.895 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbeans-descriptors)
2019-12-07 13:56:25.895 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors'
2019-12-07 13:56:25.895 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:25.895 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.895 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:25.895 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.895 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.895 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.895 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:25.895 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'WebappLoader'
2019-12-07 13:56:25.895 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=WebappLoader)
2019-12-07 13:56:25.895 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Classloader implementation which is specialized for handling web applications'
2019-12-07 13:56:25.895 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Classloader implementation which is specialized for handling web applications)
2019-12-07 13:56:25.896 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:25.896 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:25.896 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Loader'
2019-12-07 13:56:25.896 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Loader)
2019-12-07 13:56:25.896 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.loader.WebappLoader'
2019-12-07 13:56:25.896 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.loader.WebappLoader)
2019-12-07 13:56:25.896 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.896 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.896 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.896 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.896 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.896 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.896 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.896 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:25.896 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:25.897 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:25.897 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:25.897 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.897 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.897 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.897 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.897 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.897 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.897 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.897 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.897 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.897 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.897 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.897 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.897 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7a345bcc)
2019-12-07 13:56:25.898 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.898 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.898 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.898 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.898 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.898 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.898 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.898 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.898 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.898 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.898 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'delegate'
2019-12-07 13:56:25.899 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=delegate)
2019-12-07 13:56:25.899 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'follow standard delegation model' flag that will be used to configure our ClassLoader'
2019-12-07 13:56:25.899 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'follow standard delegation model' flag that will be used to configure our ClassLoader)
2019-12-07 13:56:25.899 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:25.899 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:25.899 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.899 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.899 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.899 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.899 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.899 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.899 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.899 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.899 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@16e73130)
2019-12-07 13:56:25.900 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.900 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.900 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.900 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.900 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.900 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.900 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.900 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.900 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.900 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.900 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'reloadable'
2019-12-07 13:56:25.901 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=reloadable)
2019-12-07 13:56:25.901 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The reloadable flag for this Loader'
2019-12-07 13:56:25.901 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The reloadable flag for this Loader)
2019-12-07 13:56:25.901 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:25.901 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:25.901 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.901 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.901 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.901 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.901 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.901 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.901 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.901 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.901 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2d4c3398)
2019-12-07 13:56:25.901 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.901 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.901 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.902 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.902 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:25.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:25.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:25.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:25.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.902 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.903 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.903 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.903 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.903 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.903 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.903 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.903 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.903 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@37d1b85e)
2019-12-07 13:56:25.903 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.903 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.903 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.903 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.903 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.903 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.903 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.903 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.903 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'loaderRepositories'
2019-12-07 13:56:25.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=loaderRepositories)
2019-12-07 13:56:25.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Repositories set in the real loader'
2019-12-07 13:56:25.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Repositories set in the real loader)
2019-12-07 13:56:25.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-12-07 13:56:25.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-12-07 13:56:25.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.904 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.904 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.905 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6fe37f53)
2019-12-07 13:56:25.905 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.905 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.905 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.905 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.905 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.905 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.905 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.905 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.905 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.905 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.905 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'loaderRepositoriesString'
2019-12-07 13:56:25.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=loaderRepositoriesString)
2019-12-07 13:56:25.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Repositories set in the real loader'
2019-12-07 13:56:25.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Repositories set in the real loader)
2019-12-07 13:56:25.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.906 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.906 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.907 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.907 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@40a2ad2e)
2019-12-07 13:56:25.907 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.907 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.907 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.907 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.907 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.907 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.907 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.907 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.907 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.907 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.907 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'toString'
2019-12-07 13:56:25.907 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=toString)
2019-12-07 13:56:25.908 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Info about the loader'
2019-12-07 13:56:25.908 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Info about the loader)
2019-12-07 13:56:25.908 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-12-07 13:56:25.908 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-12-07 13:56:25.908 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'String'
2019-12-07 13:56:25.908 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=String)
2019-12-07 13:56:25.908 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.908 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.908 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.908 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.908 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:25.908 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.908 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.908 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.908 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.908 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@c3e8651)
2019-12-07 13:56:25.908 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.909 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.909 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.909 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.909 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
  )
2019-12-07 13:56:25.909 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:25.909 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.909 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    
  '
2019-12-07 13:56:25.909 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.909 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.909 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.909 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.909 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=WebappLoader, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Classloader implementation which is specialized for handling web applications, group=Loader, type=org.apache.catalina.loader.WebappLoader])
2019-12-07 13:56:25.909 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:25.909 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.909 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.910 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:25.910 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(


  )
2019-12-07 13:56:25.910 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:25.910 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.910 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.910 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.910 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:25.910 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'WebappClassLoader'
2019-12-07 13:56:25.910 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=WebappClassLoader)
2019-12-07 13:56:25.910 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Classloader implementation which is specialized for handling web applications'
2019-12-07 13:56:25.910 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Classloader implementation which is specialized for handling web applications)
2019-12-07 13:56:25.910 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:25.910 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:25.910 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Loader'
2019-12-07 13:56:25.910 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Loader)
2019-12-07 13:56:25.911 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.loader.WebappClassLoader'
2019-12-07 13:56:25.911 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.loader.WebappClassLoader)
2019-12-07 13:56:25.911 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.911 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.911 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.911 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.911 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.911 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.911 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.911 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:25.911 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:25.911 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:25.911 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:25.911 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.912 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.912 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.912 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.912 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.912 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.912 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.912 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.912 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.912 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.912 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.912 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.912 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3617dcc0)
2019-12-07 13:56:25.912 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.912 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.913 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.913 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.913 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.913 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.913 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.913 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.913 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.913 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.913 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'contextName'
2019-12-07 13:56:25.914 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=contextName)
2019-12-07 13:56:25.914 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the webapp context'
2019-12-07 13:56:25.914 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the webapp context)
2019-12-07 13:56:25.914 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.914 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.914 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.914 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.914 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.914 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.914 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.914 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.914 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.914 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.914 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.914 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.914 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@427a24b6)
2019-12-07 13:56:25.914 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.915 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.915 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.915 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.915 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.915 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.915 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.915 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.915 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.915 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.915 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'delegate'
2019-12-07 13:56:25.915 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=delegate)
2019-12-07 13:56:25.915 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'follow standard delegation model' flag that will be used to configure our ClassLoader'
2019-12-07 13:56:25.915 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'follow standard delegation model' flag that will be used to configure our ClassLoader)
2019-12-07 13:56:25.916 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:25.916 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:25.916 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.916 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.916 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.916 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.916 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.916 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.916 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.916 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.916 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@17e43a0a)
2019-12-07 13:56:25.916 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.916 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.916 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.916 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.916 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.916 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.916 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.917 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.917 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.917 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.917 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:25.917 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:25.917 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:25.917 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:25.917 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.917 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.917 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.917 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.917 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.917 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.917 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.917 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.917 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.918 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.918 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.918 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.918 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6f103aa9)
2019-12-07 13:56:25.918 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.918 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.918 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.918 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.918 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.918 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.918 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.918 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.918 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.918 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.918 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'URLs'
2019-12-07 13:56:25.919 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=URLs)
2019-12-07 13:56:25.919 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The URLs of this loader'
2019-12-07 13:56:25.919 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The URLs of this loader)
2019-12-07 13:56:25.919 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.net.URL;'
2019-12-07 13:56:25.919 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.net.URL;)
2019-12-07 13:56:25.919 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.919 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.919 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.919 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.920 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.920 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.920 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.920 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.920 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@67690a57)
2019-12-07 13:56:25.920 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.920 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.921 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.921 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.921 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.921 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:25.921 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.921 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

  '
2019-12-07 13:56:25.921 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.921 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.921 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.921 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.921 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=WebappClassLoader, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Classloader implementation which is specialized for handling web applications, group=Loader, type=org.apache.catalina.loader.WebappClassLoader])
2019-12-07 13:56:25.921 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:25.922 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.922 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.922 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:25.922 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(


  )
2019-12-07 13:56:25.922 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:25.922 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.922 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.922 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.923 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:25.923 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ParallelWebappClassLoader'
2019-12-07 13:56:25.923 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ParallelWebappClassLoader)
2019-12-07 13:56:25.923 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Classloader implementation which is specialized for handling web applications and is capable of loading classes in parallel'
2019-12-07 13:56:25.923 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Classloader implementation which is specialized for handling web applications and is capable of loading classes in parallel)
2019-12-07 13:56:25.923 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:25.923 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:25.923 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Loader'
2019-12-07 13:56:25.924 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Loader)
2019-12-07 13:56:25.924 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.loader.ParallelWebappClassLoader'
2019-12-07 13:56:25.925 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.loader.ParallelWebappClassLoader)
2019-12-07 13:56:25.925 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.925 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.925 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.925 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.925 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.925 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.925 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.925 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:25.925 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:25.925 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:25.925 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:25.925 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.925 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.926 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.926 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.926 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.926 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.926 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.926 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.926 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.926 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.926 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.926 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.926 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@74a5cd98)
2019-12-07 13:56:25.926 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.926 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.926 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.926 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.927 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.927 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.927 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.927 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.927 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.927 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.927 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'contextName'
2019-12-07 13:56:25.927 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=contextName)
2019-12-07 13:56:25.927 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the webapp context'
2019-12-07 13:56:25.927 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the webapp context)
2019-12-07 13:56:25.927 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.927 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.927 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.928 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.928 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.928 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.928 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.928 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.928 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.928 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.928 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.928 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.928 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@42a78d6c)
2019-12-07 13:56:25.928 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.928 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.928 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.928 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.928 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.928 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.929 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.929 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.929 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.929 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.929 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'delegate'
2019-12-07 13:56:25.929 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=delegate)
2019-12-07 13:56:25.929 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'follow standard delegation model' flag that will be used to configure our ClassLoader'
2019-12-07 13:56:25.929 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'follow standard delegation model' flag that will be used to configure our ClassLoader)
2019-12-07 13:56:25.929 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:25.929 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:25.929 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.929 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.929 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.929 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.929 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.930 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.930 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.930 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.930 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2c0c22e3)
2019-12-07 13:56:25.930 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.930 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.930 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.930 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.930 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.930 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.930 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.930 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.930 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.930 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.930 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:25.930 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:25.931 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:25.931 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:25.931 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.931 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.931 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.931 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.931 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.931 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.931 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.931 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.931 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.931 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.931 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.931 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.931 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@318be87)
2019-12-07 13:56:25.932 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.932 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.932 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.932 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.932 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.932 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.932 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.932 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.932 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.932 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.932 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'URLs'
2019-12-07 13:56:25.932 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=URLs)
2019-12-07 13:56:25.932 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The URLs of this loader'
2019-12-07 13:56:25.933 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The URLs of this loader)
2019-12-07 13:56:25.933 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.net.URL;'
2019-12-07 13:56:25.933 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.net.URL;)
2019-12-07 13:56:25.933 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.933 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.933 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.933 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.933 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.933 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.933 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.933 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.933 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@590b6a71)
2019-12-07 13:56:25.933 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.933 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.933 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.934 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.934 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.934 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:25.934 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.934 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

  '
2019-12-07 13:56:25.934 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.934 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.934 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.934 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.934 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ParallelWebappClassLoader, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Classloader implementation which is specialized for handling web applications and is capable of loading classes in parallel, group=Loader, type=org.apache.catalina.loader.ParallelWebappClassLoader])
2019-12-07 13:56:25.934 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:25.934 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.934 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.934 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:25.934 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
)
2019-12-07 13:56:25.934 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbeans-descriptors)
2019-12-07 13:56:25.935 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors'
2019-12-07 13:56:25.935 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

  


  


  
'
2019-12-07 13:56:25.935 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:25.935 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endDocument()
2019-12-07 13:56:25.935 DEBUG 15190 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry  : Found jar:file:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.22/79f39903498b28adacb18fe2ea046edd306295a6/tomcat-embed-core-9.0.22.jar!/org/apache/catalina/realm/mbeans-descriptors.xml
2019-12-07 13:56:25.936 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@2c4512b3)
2019-12-07 13:56:25.936 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startDocument()
2019-12-07 13:56:25.936 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbeans-descriptors)
2019-12-07 13:56:25.936 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors'
2019-12-07 13:56:25.936 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:25.936 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.936 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:25.937 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.937 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.937 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.937 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:25.937 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'DataSourceRealm'
2019-12-07 13:56:25.937 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=DataSourceRealm)
2019-12-07 13:56:25.937 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ClassNameMBean'
2019-12-07 13:56:25.937 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ClassNameMBean)
2019-12-07 13:56:25.937 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of Realm that works with any JNDI configured DataSource'
2019-12-07 13:56:25.937 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of Realm that works with any JNDI configured DataSource)
2019-12-07 13:56:25.937 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:25.937 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:25.937 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
2019-12-07 13:56:25.937 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
2019-12-07 13:56:25.937 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.DataSourceRealm'
2019-12-07 13:56:25.938 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.DataSourceRealm)
2019-12-07 13:56:25.938 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.938 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.938 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.938 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.938 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.938 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.938 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.938 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
2019-12-07 13:56:25.938 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
2019-12-07 13:56:25.938 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
2019-12-07 13:56:25.938 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
2019-12-07 13:56:25.938 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.938 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.938 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.939 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.939 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.939 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.939 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.939 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.939 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.939 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.939 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2e1fada8)
2019-12-07 13:56:25.939 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.939 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.939 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.939 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.939 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.939 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.939 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.939 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.940 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.940 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.940 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:25.940 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:25.940 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:25.940 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:25.940 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.940 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.940 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor'
2019-12-07 13:56:25.940 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.940 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.940 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.940 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.940 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.941 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.941 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.941 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.941 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.941 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.941 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@434d5f72)
2019-12-07 13:56:25.941 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.941 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.941 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.941 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.941 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.941 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.941 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.941 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.941 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.data.jpa.domain.support.AuditingBeanFactoryPostProcessor'
2019-12-07 13:56:25.941 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'dataSourceName'
2019-12-07 13:56:25.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=dataSourceName)
2019-12-07 13:56:25.942 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata'
2019-12-07 13:56:25.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The JNDI named JDBC DataSource for your database'
2019-12-07 13:56:25.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The JNDI named JDBC DataSource for your database)
2019-12-07 13:56:25.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.942 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'preserveErrorControllerTargetClassPostProcessor'
2019-12-07 13:56:25.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.942 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@521c1af9)
2019-12-07 13:56:25.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.942 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.943 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.943 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.943 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.943 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.943 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.943 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.943 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.943 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'localDataSource'
2019-12-07 13:56:25.943 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=localDataSource)
2019-12-07 13:56:25.943 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Configures if the DataSource is local to the webapp'
2019-12-07 13:56:25.943 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Configures if the DataSource is local to the webapp)
2019-12-07 13:56:25.943 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:25.943 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:25.943 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.943 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.943 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.944 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.944 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.944 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.944 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.944 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.944 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@56c84a83)
2019-12-07 13:56:25.944 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.944 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.944 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.944 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.944 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.944 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.944 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.944 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.944 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.944 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.945 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
2019-12-07 13:56:25.945 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
2019-12-07 13:56:25.945 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
2019-12-07 13:56:25.945 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
2019-12-07 13:56:25.945 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
2019-12-07 13:56:25.945 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory'
2019-12-07 13:56:25.945 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.945 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.945 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.945 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.945 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.945 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.945 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.945 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.946 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.946 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.946 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@569df1f)
2019-12-07 13:56:25.946 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.946 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.946 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.946 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.946 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.946 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.946 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.946 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.946 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.947 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.947 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleNameCol'
2019-12-07 13:56:25.947 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleNameCol)
2019-12-07 13:56:25.947 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user role table that names a role'
2019-12-07 13:56:25.947 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user role table that names a role)
2019-12-07 13:56:25.947 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.947 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.947 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.947 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.947 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.947 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.947 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.947 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.947 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.948 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.948 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2cf6b60f)
2019-12-07 13:56:25.948 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.948 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.948 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.949 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.949 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.949 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.949 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.949 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.949 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.949 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.949 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:25.949 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:25.949 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:25.949 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:25.949 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.949 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.950 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.950 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.950 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.950 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.950 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.950 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.950 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.950 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.950 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.950 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.950 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1e8fbaba)
2019-12-07 13:56:25.950 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.950 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.950 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.950 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.950 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.950 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.951 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.951 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.951 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.951 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.951 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userCredCol'
2019-12-07 13:56:25.951 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userCredCol)
2019-12-07 13:56:25.951 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user table that holds the user's credentials'
2019-12-07 13:56:25.951 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user table that holds the user's credentials)
2019-12-07 13:56:25.951 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.951 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.951 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.951 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.951 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.951 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.951 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.951 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.951 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.952 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.952 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@a0777ba)
2019-12-07 13:56:25.952 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.952 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.952 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.952 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.952 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.952 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.952 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.952 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.952 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.952 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.952 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userNameCol'
2019-12-07 13:56:25.952 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userNameCol)
2019-12-07 13:56:25.953 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user table that holds the user's username'
2019-12-07 13:56:25.953 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user table that holds the user's username)
2019-12-07 13:56:25.953 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.953 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.953 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.953 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.953 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.953 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.953 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.953 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.953 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.953 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.953 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@415dc0c2)
2019-12-07 13:56:25.954 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.954 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.954 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.954 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.954 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.954 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.954 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.954 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.954 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.954 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.954 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userRoleTable'
2019-12-07 13:56:25.954 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userRoleTable)
2019-12-07 13:56:25.954 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The table that holds the relation between user's and roles'
2019-12-07 13:56:25.954 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The table that holds the relation between user's and roles)
2019-12-07 13:56:25.955 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.955 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.955 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.955 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.955 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.955 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.955 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.955 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.955 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.955 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.955 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@58025028)
2019-12-07 13:56:25.955 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.955 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.955 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.955 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.955 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.955 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.955 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.956 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.956 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.957 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.957 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userTable'
2019-12-07 13:56:25.957 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userTable)
2019-12-07 13:56:25.957 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The table that holds user data'
2019-12-07 13:56:25.957 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The table that holds user data)
2019-12-07 13:56:25.957 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.957 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.957 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.957 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.957 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.957 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.958 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.958 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.958 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.958 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.958 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@25c4ebc6)
2019-12-07 13:56:25.960 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2019-12-07 13:56:25.960 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.961 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.961 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.961 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.961 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.961 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.961 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.961 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.961 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.961 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.961 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2019-12-07 13:56:25.961 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
2019-12-07 13:56:25.961 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
2019-12-07 13:56:25.961 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
2019-12-07 13:56:25.961 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
2019-12-07 13:56:25.961 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:25.962 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:25.962 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.962 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.962 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.962 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.962 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.962 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.962 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.962 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.962 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6f8d6c46)
2019-12-07 13:56:25.962 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.962 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.962 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.962 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.962 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(


    )
2019-12-07 13:56:25.962 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.963 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.963 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.963 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.963 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.963 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-12-07 13:56:25.963 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-12-07 13:56:25.963 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-12-07 13:56:25.963 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-12-07 13:56:25.963 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.963 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.963 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.963 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.963 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.963 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.963 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.963 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.964 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.964 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.964 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.964 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.964 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@f093ef4)
2019-12-07 13:56:25.964 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.964 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.964 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.964 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.964 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.964 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.964 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.964 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.964 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.964 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-12-07 13:56:25.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-12-07 13:56:25.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-12-07 13:56:25.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-12-07 13:56:25.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.965 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor'
2019-12-07 13:56:25.965 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.965 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.test.mock.mockito.MockitoPostProcessor$SpyPostProcessor'
2019-12-07 13:56:25.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.965 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@63c62f6)
2019-12-07 13:56:25.966 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.966 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.966 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.966 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.966 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.966 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.966 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor'
2019-12-07 13:56:25.966 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.966 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.966 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.966 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.966 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-12-07 13:56:25.966 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-12-07 13:56:25.966 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
2019-12-07 13:56:25.966 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
2019-12-07 13:56:25.966 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.967 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.967 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.967 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.967 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.967 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.967 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.967 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.967 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.967 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.967 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.967 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.967 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@424232c)
2019-12-07 13:56:25.967 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.967 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.967 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.967 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.968 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.968 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.968 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.968 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.968 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.968 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.968 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-12-07 13:56:25.968 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-12-07 13:56:25.968 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
2019-12-07 13:56:25.968 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
2019-12-07 13:56:25.968 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.968 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.968 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.968 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.969 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.969 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.969 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.969 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.969 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.969 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.969 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.969 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.969 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@cf80b2)
2019-12-07 13:56:25.969 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.969 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.969 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.969 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.969 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.969 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:25.970 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.970 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    

    

    

    


    
    
    
    

  '
2019-12-07 13:56:25.970 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.970 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.970 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.970 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.970 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'methodValidationPostProcessor'
2019-12-07 13:56:25.970 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=DataSourceRealm, className=org.apache.catalina.mbeans.ClassNameMBean, description=Implementation of Realm that works with any JNDI configured DataSource, group=Realm, type=org.apache.catalina.realm.DataSourceRealm])
2019-12-07 13:56:25.970 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:25.970 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.970 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.970 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:25.970 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:25.970 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:25.970 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.971 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.971 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.971 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:25.971 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'JAASRealm'
2019-12-07 13:56:25.971 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=JAASRealm)
2019-12-07 13:56:25.971 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of Realm that authenticates users via the Java Authentication and Authorization Service (JAAS)'
2019-12-07 13:56:25.971 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of Realm that authenticates users via the Java Authentication and Authorization Service (JAAS))
2019-12-07 13:56:25.971 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:25.971 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:25.971 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
2019-12-07 13:56:25.971 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
2019-12-07 13:56:25.971 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.JAASRealm'
2019-12-07 13:56:25.971 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.JAASRealm)
2019-12-07 13:56:25.971 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.972 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.972 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.972 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.972 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.972 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.972 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.972 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
2019-12-07 13:56:25.972 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
2019-12-07 13:56:25.972 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
2019-12-07 13:56:25.972 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
2019-12-07 13:56:25.972 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.972 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.972 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.972 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.972 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.973 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.973 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.973 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.973 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.973 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.973 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4677f0c1)
2019-12-07 13:56:25.973 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.973 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.973 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.973 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.973 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.974 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.974 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.974 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.974 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.974 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.974 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'appName'
2019-12-07 13:56:25.974 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=appName)
2019-12-07 13:56:25.975 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The application name passed to the JAAS LoginContext, which uses it to select the set of relevant LoginModules'
2019-12-07 13:56:25.975 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The application name passed to the JAAS LoginContext, which uses it to select the set of relevant LoginModules)
2019-12-07 13:56:25.975 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.975 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.975 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.975 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.975 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.975 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.975 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.975 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.975 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.975 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.975 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@23b9112b)
2019-12-07 13:56:25.975 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.975 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.976 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.976 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.976 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.976 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.976 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.976 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.976 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.976 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.976 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:25.976 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:25.976 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:25.976 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:25.976 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.976 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.976 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.977 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.977 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.977 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.977 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.977 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.977 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.977 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.977 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.977 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.977 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6216b33)
2019-12-07 13:56:25.977 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.977 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.977 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.978 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.978 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.978 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.978 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.978 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.978 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.978 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.978 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleClassNames'
2019-12-07 13:56:25.978 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleClassNames)
2019-12-07 13:56:25.978 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Comma-delimited list of javax.security.Principal classes that represent security roles'
2019-12-07 13:56:25.978 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Comma-delimited list of javax.security.Principal classes that represent security roles)
2019-12-07 13:56:25.978 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.978 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.978 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.978 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.979 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.979 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.979 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.979 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.979 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.979 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.979 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7a17a155)
2019-12-07 13:56:25.979 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.979 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.979 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.979 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.979 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.979 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.979 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.979 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.980 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.980 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.980 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
2019-12-07 13:56:25.980 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
2019-12-07 13:56:25.981 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
2019-12-07 13:56:25.981 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
2019-12-07 13:56:25.981 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.981 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.981 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.981 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.981 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.981 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.981 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.982 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.982 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.982 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.982 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@39fa72e)
2019-12-07 13:56:25.982 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.982 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.982 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.982 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.982 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.982 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.982 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.982 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.982 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.983 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.983 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:25.983 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:25.983 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:25.983 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:25.983 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.983 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.983 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:25.983 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:25.984 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.984 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.984 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.984 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.984 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.984 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.984 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.984 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.984 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6844de3f)
2019-12-07 13:56:25.984 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.985 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.985 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.985 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.985 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.985 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.985 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.985 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.985 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.985 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.985 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userClassNames'
2019-12-07 13:56:25.985 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userClassNames)
2019-12-07 13:56:25.985 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Comma-delimited list of javax.security.Principal classes that represent individual users'
2019-12-07 13:56:25.985 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Comma-delimited list of javax.security.Principal classes that represent individual users)
2019-12-07 13:56:25.985 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:25.986 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:25.986 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.986 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.986 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.986 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.986 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.986 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.986 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.986 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.986 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@65b148f7)
2019-12-07 13:56:25.986 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.986 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.987 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.987 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.987 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.987 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.987 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.987 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.987 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.987 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.987 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useContextClassLoader'
2019-12-07 13:56:25.987 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useContextClassLoader)
2019-12-07 13:56:25.987 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Sets whether to use the context or default ClassLoader.'
2019-12-07 13:56:25.987 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Sets whether to use the context or default ClassLoader.)
2019-12-07 13:56:25.987 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:25.987 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:25.987 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:25.987 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:25.988 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.988 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.988 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.988 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.988 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.988 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.988 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.988 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.988 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@226b501d)
2019-12-07 13:56:25.988 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.988 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.988 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.988 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.988 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:25.988 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:25.989 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.989 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.989 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.989 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:25.989 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
2019-12-07 13:56:25.989 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
2019-12-07 13:56:25.989 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we validate client certificate chains when they are presented?'
2019-12-07 13:56:25.989 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we validate client certificate chains when they are presented?)
2019-12-07 13:56:25.989 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:25.989 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:25.989 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.989 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:25.989 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:25.990 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.990 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.990 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.990 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.990 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:25.990 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5c3335a9)
2019-12-07 13:56:25.990 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.990 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.990 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:25.990 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:25.990 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(


    )
2019-12-07 13:56:25.990 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.990 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.990 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.990 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.990 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.990 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-12-07 13:56:25.991 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-12-07 13:56:25.991 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-12-07 13:56:25.991 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-12-07 13:56:25.991 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.991 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.991 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.991 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.991 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.991 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.991 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.991 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.991 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.991 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.991 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.991 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.992 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1248ad36)
2019-12-07 13:56:25.992 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.992 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.992 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.992 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.992 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.992 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.992 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.992 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.992 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.992 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.992 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-12-07 13:56:25.992 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-12-07 13:56:25.992 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-12-07 13:56:25.993 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-12-07 13:56:25.993 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.993 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.993 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.993 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.993 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.993 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.993 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.993 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.993 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.993 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.993 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.993 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.993 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7d51b978)
2019-12-07 13:56:25.993 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.993 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.994 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.994 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.994 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.994 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.994 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.994 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.994 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.994 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.994 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-12-07 13:56:25.994 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-12-07 13:56:25.994 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
2019-12-07 13:56:25.994 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
2019-12-07 13:56:25.994 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.994 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.994 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.995 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.995 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.995 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.995 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.995 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.995 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.995 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.995 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.995 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.995 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@542e577)
2019-12-07 13:56:25.995 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.996 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.996 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.996 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.996 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:25.997 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:25.997 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.997 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.997 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:25.997 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:25.997 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-12-07 13:56:25.997 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-12-07 13:56:25.997 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
2019-12-07 13:56:25.997 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
2019-12-07 13:56:25.997 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:25.997 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:25.998 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:25.998 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:25.998 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.998 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:25.998 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:25.998 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:25.998 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.998 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.998 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.998 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:25.998 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4019160b)
2019-12-07 13:56:25.998 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.998 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.998 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:25.998 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:25.998 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
  )
2019-12-07 13:56:25.999 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:25.999 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.999 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    


    
    
    
    
  '
2019-12-07 13:56:25.999 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.999 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:25.999 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.999 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:25.999 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=JAASRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Implementation of Realm that authenticates users via the Java Authentication and Authorization Service (JAAS), group=Realm, type=org.apache.catalina.realm.JAASRealm])
2019-12-07 13:56:25.999 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:25.999 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:25.999 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.999 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:25.999 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(


  )
2019-12-07 13:56:25.999 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:25.999 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:25.999 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:25.999 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.000 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:26.000 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'JDBCRealm'
2019-12-07 13:56:26.000 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=JDBCRealm)
2019-12-07 13:56:26.000 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of Realm that works with any JDBC supported database'
2019-12-07 13:56:26.000 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of Realm that works with any JDBC supported database)
2019-12-07 13:56:26.000 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:26.000 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:26.000 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
2019-12-07 13:56:26.000 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
2019-12-07 13:56:26.000 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.JDBCRealm'
2019-12-07 13:56:26.000 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.JDBCRealm)
2019-12-07 13:56:26.000 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.000 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.000 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.000 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.000 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.000 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.000 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.001 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
2019-12-07 13:56:26.001 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
2019-12-07 13:56:26.001 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
2019-12-07 13:56:26.001 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
2019-12-07 13:56:26.001 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.001 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.001 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.001 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.001 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.001 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.001 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.001 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'methodValidationPostProcessor' via factory method to bean named 'environment'
2019-12-07 13:56:26.001 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.001 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.001 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.001 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@17ef2223)
2019-12-07 13:56:26.001 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.002 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.002 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.002 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.002 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.002 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.002 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.002 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.002 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.002 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.002 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:26.002 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:26.002 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:26.002 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:26.002 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.002 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.003 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.003 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.003 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.003 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.003 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.003 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.003 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.003 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.003 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.003 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.003 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6785d3df)
2019-12-07 13:56:26.003 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.003 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.003 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.003 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.003 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.004 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.004 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.004 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.004 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.004 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.004 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionName'
2019-12-07 13:56:26.004 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionName)
2019-12-07 13:56:26.004 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection username to use when trying to connect to the database'
2019-12-07 13:56:26.004 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection username to use when trying to connect to the database)
2019-12-07 13:56:26.004 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.004 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.004 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.004 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.004 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.004 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.004 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.004 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.005 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.005 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.005 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@757eeb05)
2019-12-07 13:56:26.005 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.005 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.005 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.005 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.005 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.005 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.005 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.005 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.005 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.005 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.005 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionPassword'
2019-12-07 13:56:26.006 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionPassword)
2019-12-07 13:56:26.006 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection password to use when trying to connect to the database'
2019-12-07 13:56:26.006 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection password to use when trying to connect to the database)
2019-12-07 13:56:26.006 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.006 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.006 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.006 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.006 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.006 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.006 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.006 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.006 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.006 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.006 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7d5f12ef)
2019-12-07 13:56:26.007 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.007 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.007 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.007 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.007 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.007 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.007 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.007 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.007 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.007 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.007 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionURL'
2019-12-07 13:56:26.008 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionURL)
2019-12-07 13:56:26.008 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection URL to use when trying to connect to the database'
2019-12-07 13:56:26.008 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection URL to use when trying to connect to the database)
2019-12-07 13:56:26.008 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.008 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.008 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.008 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.008 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.008 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.008 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.008 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.008 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.008 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.008 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@134fd95d)
2019-12-07 13:56:26.009 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.009 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.009 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.009 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.009 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.009 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.009 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.010 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.010 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.010 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.010 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'driverName'
2019-12-07 13:56:26.010 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=driverName)
2019-12-07 13:56:26.010 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The JDBC driver to use'
2019-12-07 13:56:26.010 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The JDBC driver to use)
2019-12-07 13:56:26.010 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.010 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.010 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.010 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.010 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.010 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.011 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.011 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.011 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.011 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.011 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5a1dfbc0)
2019-12-07 13:56:26.011 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.011 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.011 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.011 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.011 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.011 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.011 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.011 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.011 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.011 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.011 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleNameCol'
2019-12-07 13:56:26.012 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleNameCol)
2019-12-07 13:56:26.012 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user role table that names a role'
2019-12-07 13:56:26.012 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user role table that names a role)
2019-12-07 13:56:26.012 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.012 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.012 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.012 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.012 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.012 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.012 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.012 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.012 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.012 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.012 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@58390545)
2019-12-07 13:56:26.012 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.013 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.013 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.013 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.013 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.013 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.013 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.013 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.013 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.013 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.013 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
2019-12-07 13:56:26.013 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
2019-12-07 13:56:26.013 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
2019-12-07 13:56:26.013 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
2019-12-07 13:56:26.013 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.013 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.014 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.014 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.014 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.014 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.014 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.014 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.014 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.014 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.014 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5d74bcc7)
2019-12-07 13:56:26.014 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.014 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.014 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.014 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.014 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.014 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.015 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.015 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.015 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.015 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.015 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:26.015 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:26.015 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:26.015 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:26.015 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.015 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.015 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.015 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.015 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.015 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.015 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.015 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.016 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.016 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.016 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.016 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.016 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@301c0305)
2019-12-07 13:56:26.016 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.016 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.016 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.016 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.016 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.016 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.016 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.016 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.017 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.017 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.017 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userCredCol'
2019-12-07 13:56:26.017 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userCredCol)
2019-12-07 13:56:26.017 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user table that holds the user's credentials'
2019-12-07 13:56:26.017 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user table that holds the user's credentials)
2019-12-07 13:56:26.018 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.018 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.018 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.018 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.018 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.018 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.019 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.019 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.020 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.020 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.020 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5ea2d3d)
2019-12-07 13:56:26.020 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.020 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.020 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.020 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.021 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.021 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.021 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.021 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.021 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.022 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.022 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userNameCol'
2019-12-07 13:56:26.022 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userNameCol)
2019-12-07 13:56:26.022 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user table that holds the user's username'
2019-12-07 13:56:26.022 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user table that holds the user's username)
2019-12-07 13:56:26.022 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.022 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.022 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.022 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.022 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.022 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.022 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.022 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.022 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.022 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.022 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@15e903e8)
2019-12-07 13:56:26.022 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.023 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.023 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.023 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.023 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.023 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.023 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.023 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.023 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.023 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.023 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userRoleTable'
2019-12-07 13:56:26.023 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userRoleTable)
2019-12-07 13:56:26.023 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The table that holds the relation between user's and roles'
2019-12-07 13:56:26.023 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The table that holds the relation between user's and roles)
2019-12-07 13:56:26.023 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.023 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.023 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.024 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.024 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.024 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.024 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.024 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.024 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.024 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.024 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6d830716)
2019-12-07 13:56:26.024 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.024 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.024 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.024 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.024 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.024 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.024 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.024 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userTable'
2019-12-07 13:56:26.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userTable)
2019-12-07 13:56:26.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The table that holds user data'
2019-12-07 13:56:26.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The table that holds user data)
2019-12-07 13:56:26.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.025 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.025 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.026 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3dd72588)
2019-12-07 13:56:26.026 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.026 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.026 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.026 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.026 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.026 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.026 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.026 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.026 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.026 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.026 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
2019-12-07 13:56:26.026 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
2019-12-07 13:56:26.026 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
2019-12-07 13:56:26.026 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
2019-12-07 13:56:26.027 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.027 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.027 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.027 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.027 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.027 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.027 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.027 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.027 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.027 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.027 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@698064ca)
2019-12-07 13:56:26.027 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.027 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.027 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.027 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.027 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(


    )
2019-12-07 13:56:26.027 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.027 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.027 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.028 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.028 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.028 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-12-07 13:56:26.028 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-12-07 13:56:26.028 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-12-07 13:56:26.028 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-12-07 13:56:26.028 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.028 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.028 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.028 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.028 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.028 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.028 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.028 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.028 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.028 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.028 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.029 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.029 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@34abcc51)
2019-12-07 13:56:26.029 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.029 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.029 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.029 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.029 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.029 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.029 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.029 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.029 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.029 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.029 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-12-07 13:56:26.029 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-12-07 13:56:26.029 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-12-07 13:56:26.030 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-12-07 13:56:26.030 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.030 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.030 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.030 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.030 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.030 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.030 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.030 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.030 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.030 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.030 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.030 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.030 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4165c665)
2019-12-07 13:56:26.030 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.030 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.031 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.031 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.031 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.031 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.031 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.031 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.031 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.031 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.031 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-12-07 13:56:26.031 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-12-07 13:56:26.031 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
2019-12-07 13:56:26.031 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
2019-12-07 13:56:26.031 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.031 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.031 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.031 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.032 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.032 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.032 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.032 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.032 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.032 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.032 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.032 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.032 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@451a50a4)
2019-12-07 13:56:26.032 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.032 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.032 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.032 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.032 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.032 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.032 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.033 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.033 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.033 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.033 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-12-07 13:56:26.033 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-12-07 13:56:26.033 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
2019-12-07 13:56:26.033 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
2019-12-07 13:56:26.033 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.033 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.033 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.033 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.033 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.033 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.033 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.033 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.033 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.034 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.034 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.034 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.034 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2f56daf9)
2019-12-07 13:56:26.034 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.034 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.034 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.034 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.034 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
  )
2019-12-07 13:56:26.034 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:26.034 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.034 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    

    

    

    

    

    


    
    
    
    
  '
2019-12-07 13:56:26.034 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.034 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.035 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.035 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.035 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
2019-12-07 13:56:26.035 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=JDBCRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Implementation of Realm that works with any JDBC supported database, group=Realm, type=org.apache.catalina.realm.JDBCRealm])
2019-12-07 13:56:26.035 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:26.035 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.035 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.035 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:26.035 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.035 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:26.035 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.035 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.035 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.035 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:26.035 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'JNDIRealm'
2019-12-07 13:56:26.036 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=JNDIRealm)
2019-12-07 13:56:26.036 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of Realm that works with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs'
2019-12-07 13:56:26.036 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of Realm that works with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs)
2019-12-07 13:56:26.036 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:26.036 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:26.036 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
2019-12-07 13:56:26.036 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
2019-12-07 13:56:26.036 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.JNDIRealm'
2019-12-07 13:56:26.036 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.JNDIRealm)
2019-12-07 13:56:26.038 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.038 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.038 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.038 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.038 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.038 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.038 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.038 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'adCompat'
2019-12-07 13:56:26.038 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=adCompat)
2019-12-07 13:56:26.038 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to ' The current settings for handling PartialResultExceptions'
2019-12-07 13:56:26.038 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description= The current settings for handling PartialResultExceptions)
2019-12-07 13:56:26.038 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.038 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.038 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.038 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.039 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.039 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.039 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.039 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.039 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.039 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.039 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@45f55206)
2019-12-07 13:56:26.039 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.039 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.039 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.039 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.039 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.039 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.039 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.039 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.039 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.040 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.040 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
2019-12-07 13:56:26.040 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
2019-12-07 13:56:26.040 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
2019-12-07 13:56:26.040 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
2019-12-07 13:56:26.040 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.040 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.040 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.040 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.040 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.040 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.040 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.040 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.040 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.040 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.040 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2acce233)
2019-12-07 13:56:26.041 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.041 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.041 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.041 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.041 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.041 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.041 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.041 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.041 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.041 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.041 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'alternateURL'
2019-12-07 13:56:26.041 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=alternateURL)
2019-12-07 13:56:26.042 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Alternate URL'
2019-12-07 13:56:26.042 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Alternate URL)
2019-12-07 13:56:26.042 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.042 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.042 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.042 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.042 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.042 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.042 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.042 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.042 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.042 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.042 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3d4408be)
2019-12-07 13:56:26.042 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.042 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.043 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.043 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.043 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.043 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.043 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.043 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.043 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.043 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.043 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'authentication'
2019-12-07 13:56:26.043 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=authentication)
2019-12-07 13:56:26.043 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The type of authentication to use'
2019-12-07 13:56:26.043 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The type of authentication to use)
2019-12-07 13:56:26.043 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.043 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.043 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.043 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.043 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.044 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.044 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.044 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.044 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.044 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.044 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@245c9cfd)
2019-12-07 13:56:26.044 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.044 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.044 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.044 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.044 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.044 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.044 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.044 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.044 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.044 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.045 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:26.045 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:26.045 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:26.045 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:26.045 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.045 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.045 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.045 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.046 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.046 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.046 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.046 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.046 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.046 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.046 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.046 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.046 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4bd68f12)
2019-12-07 13:56:26.046 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.046 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.046 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.046 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.046 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.047 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.047 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.047 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.047 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.047 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.047 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'commonRole'
2019-12-07 13:56:26.047 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=commonRole)
2019-12-07 13:56:26.047 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The common role'
2019-12-07 13:56:26.047 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The common role)
2019-12-07 13:56:26.047 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.047 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.047 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.047 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.048 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.048 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.048 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.048 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.048 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.048 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.048 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6462121)
2019-12-07 13:56:26.048 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.048 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.048 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.048 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.048 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.048 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.048 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.048 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.048 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.049 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.049 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionName'
2019-12-07 13:56:26.049 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionName)
2019-12-07 13:56:26.049 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection username for the server we will contact'
2019-12-07 13:56:26.049 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection username for the server we will contact)
2019-12-07 13:56:26.049 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.049 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.049 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.049 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.049 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.049 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.049 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.049 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.049 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.050 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.050 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1b5ad8af)
2019-12-07 13:56:26.050 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.050 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.050 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.050 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.050 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.050 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.050 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.050 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.050 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.050 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.050 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionPassword'
2019-12-07 13:56:26.050 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionPassword)
2019-12-07 13:56:26.050 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection password for the server we will contact'
2019-12-07 13:56:26.050 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection password for the server we will contact)
2019-12-07 13:56:26.050 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.051 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.051 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.051 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.051 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.051 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.051 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.051 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.051 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.051 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.051 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5ba1144d)
2019-12-07 13:56:26.051 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.051 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.051 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.051 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.052 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.052 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.052 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.052 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.052 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.052 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.052 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionTimeout'
2019-12-07 13:56:26.052 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionTimeout)
2019-12-07 13:56:26.052 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection timeout'
2019-12-07 13:56:26.052 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection timeout)
2019-12-07 13:56:26.052 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.052 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.052 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.053 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.053 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.053 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.054 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.054 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.054 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.054 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.054 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@24f0ae34)
2019-12-07 13:56:26.054 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.054 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.054 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.054 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.054 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.055 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.055 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.055 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.055 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.055 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.055 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionURL'
2019-12-07 13:56:26.055 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionURL)
2019-12-07 13:56:26.055 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection URL for the server we will contact'
2019-12-07 13:56:26.055 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection URL for the server we will contact)
2019-12-07 13:56:26.055 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.055 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.055 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.055 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.056 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.056 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.056 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.056 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.056 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.056 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.056 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1388dca2)
2019-12-07 13:56:26.056 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.056 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.056 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.056 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.056 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.056 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.056 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.056 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.056 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.057 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.057 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'contextFactory'
2019-12-07 13:56:26.057 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=contextFactory)
2019-12-07 13:56:26.057 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The JNDI context factory for this Realm'
2019-12-07 13:56:26.057 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The JNDI context factory for this Realm)
2019-12-07 13:56:26.057 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.057 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.057 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.057 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.057 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.057 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.057 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.057 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.057 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.057 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.058 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5edaf1dc)
2019-12-07 13:56:26.058 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.058 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.058 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.058 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.058 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.058 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.058 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.058 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.058 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.058 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.058 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'protocol'
2019-12-07 13:56:26.058 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=protocol)
2019-12-07 13:56:26.059 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The protocol to be used'
2019-12-07 13:56:26.059 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The protocol to be used)
2019-12-07 13:56:26.059 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.059 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.061 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.061 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.061 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.061 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.061 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.061 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.062 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.062 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.062 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@d8a8536)
2019-12-07 13:56:26.062 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.062 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.062 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.062 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.062 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.062 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.062 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.063 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.063 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.063 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.063 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
2019-12-07 13:56:26.063 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
2019-12-07 13:56:26.063 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
2019-12-07 13:56:26.063 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
2019-12-07 13:56:26.063 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.063 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.063 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.063 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.063 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.064 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.064 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.064 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.064 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.064 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.064 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2c2a0bbd)
2019-12-07 13:56:26.064 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.064 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.064 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.064 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.064 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.064 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.064 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.064 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.064 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.064 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.065 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'referrals'
2019-12-07 13:56:26.065 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=referrals)
2019-12-07 13:56:26.065 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The current setting for handling JNDI referrals.'
2019-12-07 13:56:26.065 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The current setting for handling JNDI referrals.)
2019-12-07 13:56:26.065 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.065 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.065 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.065 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.065 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.065 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.065 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.065 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.065 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.065 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.065 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7992af56)
2019-12-07 13:56:26.065 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.065 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.066 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.066 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.066 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.066 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.066 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.066 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.066 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.066 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.066 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleBase'
2019-12-07 13:56:26.066 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleBase)
2019-12-07 13:56:26.066 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The base element for role searches'
2019-12-07 13:56:26.066 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The base element for role searches)
2019-12-07 13:56:26.066 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.066 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.066 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.066 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.067 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.067 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.067 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.067 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.067 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.067 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.067 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@704ff5a9)
2019-12-07 13:56:26.067 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.067 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.067 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.067 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.067 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.067 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.067 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.067 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.067 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.067 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.068 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleName'
2019-12-07 13:56:26.068 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleName)
2019-12-07 13:56:26.068 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the attribute containing roles held elsewhere'
2019-12-07 13:56:26.068 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the attribute containing roles held elsewhere)
2019-12-07 13:56:26.068 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.068 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.068 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.068 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.068 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.068 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.068 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.069 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.069 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.069 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.069 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@29b56da3)
2019-12-07 13:56:26.069 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.069 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.069 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.069 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.069 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.069 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.069 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.069 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.069 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.069 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.070 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleNested'
2019-12-07 13:56:26.070 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleNested)
2019-12-07 13:56:26.070 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'The nested group search flag' flag'
2019-12-07 13:56:26.070 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'The nested group search flag' flag)
2019-12-07 13:56:26.070 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.070 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.070 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.070 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.070 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.070 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.070 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.070 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.070 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.071 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.071 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@55befccb)
2019-12-07 13:56:26.071 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.071 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.071 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.071 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.071 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.071 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.071 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.071 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.071 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.071 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.071 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleSearch'
2019-12-07 13:56:26.071 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleSearch)
2019-12-07 13:56:26.071 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The message format used to select roles for a user'
2019-12-07 13:56:26.072 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The message format used to select roles for a user)
2019-12-07 13:56:26.072 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.072 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.072 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.072 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.072 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.072 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.072 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.072 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.072 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.072 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.072 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@393a0135)
2019-12-07 13:56:26.072 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.073 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.073 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.073 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.073 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.073 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.073 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.073 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.073 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.073 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.073 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleSearchAsUser'
2019-12-07 13:56:26.073 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleSearchAsUser)
2019-12-07 13:56:26.074 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the search for user roles be performed as the authenticating user?'
2019-12-07 13:56:26.074 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the search for user roles be performed as the authenticating user?)
2019-12-07 13:56:26.074 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.074 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.074 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.074 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.074 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.074 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.074 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.074 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.074 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.074 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.074 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.074 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.074 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@36d75906)
2019-12-07 13:56:26.075 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.075 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.075 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.075 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.075 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.075 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.075 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.075 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.075 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.075 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.075 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleSubtree'
2019-12-07 13:56:26.076 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleSubtree)
2019-12-07 13:56:26.076 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we search the entire subtree for matching memberships?'
2019-12-07 13:56:26.076 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we search the entire subtree for matching memberships?)
2019-12-07 13:56:26.076 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.076 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.076 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'dataSourceInitializerPostProcessor'
2019-12-07 13:56:26.076 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.076 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.076 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.076 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.076 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.076 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.076 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.076 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.076 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@348df20a)
2019-12-07 13:56:26.076 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.077 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.077 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.077 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.077 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.077 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.077 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.077 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.077 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.077 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.077 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:26.077 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:26.077 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:26.077 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:26.078 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.078 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.078 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.078 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.078 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.078 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.078 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.078 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.078 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.078 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.078 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.078 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.078 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@167718f4)
2019-12-07 13:56:26.078 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.079 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.079 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.079 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.079 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.079 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.079 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.079 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.079 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.079 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.079 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userBase'
2019-12-07 13:56:26.079 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userBase)
2019-12-07 13:56:26.079 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The base element for user searches'
2019-12-07 13:56:26.079 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The base element for user searches)
2019-12-07 13:56:26.079 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.079 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.080 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.080 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.080 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.080 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.080 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.080 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.080 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.080 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.080 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7fad80a6)
2019-12-07 13:56:26.080 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.080 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.080 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.080 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.080 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.080 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.080 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.081 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.081 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.081 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.081 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userPassword'
2019-12-07 13:56:26.081 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userPassword)
2019-12-07 13:56:26.081 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The attribute name used to retrieve the user password'
2019-12-07 13:56:26.081 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The attribute name used to retrieve the user password)
2019-12-07 13:56:26.081 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.081 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.081 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.081 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.081 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.081 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.081 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.081 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.081 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.082 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.082 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@733ee93c)
2019-12-07 13:56:26.082 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.082 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.082 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.082 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.082 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.082 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.082 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.082 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.082 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.082 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.082 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userPattern'
2019-12-07 13:56:26.082 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userPattern)
2019-12-07 13:56:26.082 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The message format used to select a user'
2019-12-07 13:56:26.082 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The message format used to select a user)
2019-12-07 13:56:26.082 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.083 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.083 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.083 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.083 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.083 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.083 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.083 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.083 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.083 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.083 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@28f858f3)
2019-12-07 13:56:26.083 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.083 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.083 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.083 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.083 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.083 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.083 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'persistenceExceptionTranslationPostProcessor'
2019-12-07 13:56:26.083 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.084 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.084 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.084 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.084 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userRoleName'
2019-12-07 13:56:26.084 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userRoleName)
2019-12-07 13:56:26.084 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the attribute in the user's entry containing roles for that user'
2019-12-07 13:56:26.084 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the attribute in the user's entry containing roles for that user)
2019-12-07 13:56:26.084 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.084 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.084 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.084 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.084 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.084 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.084 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.084 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.084 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.085 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.085 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6e645a0)
2019-12-07 13:56:26.085 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.085 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.085 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.085 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.085 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.085 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.085 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.085 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.085 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'persistenceExceptionTranslationPostProcessor' via factory method to bean named 'environment'
2019-12-07 13:56:26.085 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.085 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.085 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userSearch'
2019-12-07 13:56:26.085 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userSearch)
2019-12-07 13:56:26.085 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The message format used to search for a user'
2019-12-07 13:56:26.085 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The message format used to search for a user)
2019-12-07 13:56:26.086 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.086 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.086 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.086 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.086 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.086 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.086 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.086 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.086 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.086 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.086 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@15dd5d6a)
2019-12-07 13:56:26.086 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.086 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.086 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.086 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.086 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.086 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.087 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.087 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.087 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.087 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.087 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userSearchAsUser'
2019-12-07 13:56:26.087 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userSearchAsUser)
2019-12-07 13:56:26.087 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the search for the user's DN be performed as the authenticating user?'
2019-12-07 13:56:26.087 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the search for the user's DN be performed as the authenticating user?)
2019-12-07 13:56:26.087 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.087 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.087 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.087 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.087 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.087 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.087 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.087 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.087 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.088 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.088 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.088 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.088 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@112e31e4)
2019-12-07 13:56:26.089 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.089 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.089 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.089 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.089 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.089 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.089 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.089 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.089 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.089 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.090 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userSubtree'
2019-12-07 13:56:26.090 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userSubtree)
2019-12-07 13:56:26.090 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we search the entire subtree for matching users?'
2019-12-07 13:56:26.090 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we search the entire subtree for matching users?)
2019-12-07 13:56:26.090 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.090 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.090 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.090 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.090 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.090 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.090 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.090 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.090 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.090 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.091 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7b7bccf2)
2019-12-07 13:56:26.091 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.091 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.091 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.091 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.091 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.091 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.091 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.091 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.091 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.091 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.091 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
2019-12-07 13:56:26.091 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
2019-12-07 13:56:26.091 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
2019-12-07 13:56:26.091 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
2019-12-07 13:56:26.091 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.091 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.092 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.092 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.092 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.092 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.092 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.092 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.092 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.092 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.092 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4f844d78)
2019-12-07 13:56:26.092 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.092 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.092 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.092 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.092 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(


    )
2019-12-07 13:56:26.093 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.093 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.093 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.093 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.093 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.093 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-12-07 13:56:26.093 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-12-07 13:56:26.094 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-12-07 13:56:26.094 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-12-07 13:56:26.094 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.094 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.094 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.094 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.094 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.094 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.094 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.095 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.095 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.095 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.095 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.095 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.095 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@30cd7fef)
2019-12-07 13:56:26.095 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.095 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.095 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.095 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.095 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.095 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.095 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.096 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.096 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.096 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.096 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-12-07 13:56:26.096 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-12-07 13:56:26.096 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-12-07 13:56:26.096 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-12-07 13:56:26.096 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.096 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.096 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.096 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.096 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.096 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.096 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.096 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.096 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.097 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.097 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.097 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.097 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@500cc903)
2019-12-07 13:56:26.097 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.097 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.097 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.097 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.097 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.097 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.097 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.098 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.098 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.098 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.098 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-12-07 13:56:26.098 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-12-07 13:56:26.098 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
2019-12-07 13:56:26.099 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
2019-12-07 13:56:26.099 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.099 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.099 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.099 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.099 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.099 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.099 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.099 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.099 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.099 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.099 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.099 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.099 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@75b583ac)
2019-12-07 13:56:26.099 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.100 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.100 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.100 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.100 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.100 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.100 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.100 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.100 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.100 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.100 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-12-07 13:56:26.100 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-12-07 13:56:26.100 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
2019-12-07 13:56:26.100 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
2019-12-07 13:56:26.100 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.100 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.100 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.101 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.101 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.101 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.101 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.101 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.101 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.101 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.101 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.101 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.102 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1837ffef)
2019-12-07 13:56:26.102 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.102 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.102 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.102 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.102 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
  )
2019-12-07 13:56:26.102 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalScheduledAnnotationProcessor'
2019-12-07 13:56:26.102 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:26.102 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.102 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.scheduling.annotation.SchedulingConfiguration'
2019-12-07 13:56:26.102 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    


    
    
    
    
  '
2019-12-07 13:56:26.103 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.103 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.103 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.103 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.103 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=JNDIRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Implementation of Realm that works with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs, group=Realm, type=org.apache.catalina.realm.JNDIRealm])
2019-12-07 13:56:26.103 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:26.103 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.103 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.103 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:26.103 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.103 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:26.104 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.104 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.104 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.104 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:26.104 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'MemoryRealm'
2019-12-07 13:56:26.104 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=MemoryRealm)
2019-12-07 13:56:26.104 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles'
2019-12-07 13:56:26.104 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles)
2019-12-07 13:56:26.104 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:26.104 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:26.104 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
2019-12-07 13:56:26.104 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
2019-12-07 13:56:26.104 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.MemoryRealm'
2019-12-07 13:56:26.104 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.MemoryRealm)
2019-12-07 13:56:26.105 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.105 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.105 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.105 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.105 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.105 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.105 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.105 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
2019-12-07 13:56:26.105 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
2019-12-07 13:56:26.105 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
2019-12-07 13:56:26.105 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
2019-12-07 13:56:26.105 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.105 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.106 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.106 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.106 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.106 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.106 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.106 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.106 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.106 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.106 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@435ed901)
2019-12-07 13:56:26.106 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.106 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.106 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.106 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.107 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.107 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.107 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.107 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.107 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.107 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.107 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:26.107 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:26.107 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:26.107 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:26.107 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.107 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.107 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.107 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.107 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.108 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.108 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.108 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.108 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.108 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.108 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.108 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.108 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@752c54b8)
2019-12-07 13:56:26.108 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.108 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.108 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.108 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.108 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.108 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.108 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.108 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.108 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.108 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.109 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pathname'
2019-12-07 13:56:26.109 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pathname)
2019-12-07 13:56:26.109 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The pathname of the XML file containing our database information'
2019-12-07 13:56:26.109 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The pathname of the XML file containing our database information)
2019-12-07 13:56:26.109 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.109 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.109 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.109 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.109 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.109 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.109 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.109 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.109 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.109 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.109 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2cdd0152)
2019-12-07 13:56:26.109 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.109 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.110 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.110 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.110 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.110 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.110 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.110 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.110 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.110 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.110 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
2019-12-07 13:56:26.110 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
2019-12-07 13:56:26.110 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
2019-12-07 13:56:26.110 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
2019-12-07 13:56:26.110 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.110 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.111 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.111 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.111 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.111 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.111 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.112 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.113 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.113 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.113 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@b325ba1)
2019-12-07 13:56:26.113 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.113 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.113 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.113 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.113 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.113 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.114 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.114 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.114 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.114 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.114 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:26.114 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:26.114 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:26.114 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:26.114 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.114 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.114 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.114 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.115 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.115 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.115 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.115 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.115 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.115 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.115 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.115 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.115 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3e910d17)
2019-12-07 13:56:26.115 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.115 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.115 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.115 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.115 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.115 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.115 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.116 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.116 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.116 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.116 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
2019-12-07 13:56:26.116 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
2019-12-07 13:56:26.116 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
2019-12-07 13:56:26.116 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
2019-12-07 13:56:26.116 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.116 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.116 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.117 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.117 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.117 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.117 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.117 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.117 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.117 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.117 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@298f07e9)
2019-12-07 13:56:26.117 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.117 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.117 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.117 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.117 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.117 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.117 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.117 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.117 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.118 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.118 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-12-07 13:56:26.118 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-12-07 13:56:26.118 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-12-07 13:56:26.118 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-12-07 13:56:26.118 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.118 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.118 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.118 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.118 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.118 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.118 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.118 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.118 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.118 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.118 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.119 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.119 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6d1c441b)
2019-12-07 13:56:26.119 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.119 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.119 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.119 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.119 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.119 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.119 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.119 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.119 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.119 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.119 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-12-07 13:56:26.119 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-12-07 13:56:26.119 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-12-07 13:56:26.120 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-12-07 13:56:26.120 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.120 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.120 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.120 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.120 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.120 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.120 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.120 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.120 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.120 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.120 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.120 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.120 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@74eaf54a)
2019-12-07 13:56:26.120 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.120 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.120 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.120 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.121 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.121 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.121 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.121 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.121 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.121 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.121 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-12-07 13:56:26.121 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-12-07 13:56:26.121 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
2019-12-07 13:56:26.121 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
2019-12-07 13:56:26.121 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.121 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.121 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.121 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.121 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.122 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.122 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.122 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.122 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.122 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.122 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.122 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.122 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4225b775)
2019-12-07 13:56:26.122 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.122 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.122 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.122 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.123 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.123 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.123 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.123 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.123 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.123 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.123 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-12-07 13:56:26.123 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-12-07 13:56:26.123 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
2019-12-07 13:56:26.123 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
2019-12-07 13:56:26.123 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.123 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.123 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.124 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.124 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.124 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.124 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.124 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.124 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.124 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.124 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.124 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.124 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@13c44097)
2019-12-07 13:56:26.124 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.124 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.124 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.125 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.125 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.125 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:26.125 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.125 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    
    
    
    

  '
2019-12-07 13:56:26.125 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.125 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.125 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.125 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.125 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=MemoryRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles, group=Realm, type=org.apache.catalina.realm.MemoryRealm])
2019-12-07 13:56:26.125 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:26.125 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.125 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.125 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:26.125 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.126 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:26.126 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.126 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.126 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.126 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:26.126 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'UserDatabaseRealm'
2019-12-07 13:56:26.126 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=UserDatabaseRealm)
2019-12-07 13:56:26.126 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Realm connected to a UserDatabase as a global JNDI resource'
2019-12-07 13:56:26.126 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Realm connected to a UserDatabase as a global JNDI resource)
2019-12-07 13:56:26.126 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:26.126 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:26.126 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
2019-12-07 13:56:26.126 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
2019-12-07 13:56:26.126 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.UserDatabaseRealm'
2019-12-07 13:56:26.126 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.UserDatabaseRealm)
2019-12-07 13:56:26.126 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.126 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.127 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.127 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.127 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.127 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.127 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.127 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
2019-12-07 13:56:26.127 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
2019-12-07 13:56:26.127 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
2019-12-07 13:56:26.127 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
2019-12-07 13:56:26.127 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.127 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.127 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.128 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.128 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.128 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.128 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.128 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.128 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.128 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.128 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1c77e268)
2019-12-07 13:56:26.128 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.128 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.128 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.128 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.128 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.129 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.129 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.129 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.129 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.129 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.129 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:26.129 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:26.129 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:26.129 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:26.129 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.130 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.130 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.130 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.130 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.130 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.130 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.130 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.130 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.130 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.130 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.130 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.130 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3f141409)
2019-12-07 13:56:26.130 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.130 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.130 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.131 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.131 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.131 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.131 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.131 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.131 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.131 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.131 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'resourceName'
2019-12-07 13:56:26.131 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=resourceName)
2019-12-07 13:56:26.131 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The global JNDI name of the UserDatabase resource to use'
2019-12-07 13:56:26.131 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The global JNDI name of the UserDatabase resource to use)
2019-12-07 13:56:26.131 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.131 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.131 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.131 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.132 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.132 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.132 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.132 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.132 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.132 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.132 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@50e58281)
2019-12-07 13:56:26.132 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.132 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.132 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.132 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.132 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.132 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.132 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.132 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.132 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.133 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.133 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
2019-12-07 13:56:26.133 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
2019-12-07 13:56:26.133 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
2019-12-07 13:56:26.133 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
2019-12-07 13:56:26.133 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.133 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.133 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.133 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.133 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.133 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.133 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.133 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.133 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.133 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.133 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6114a0f2)
2019-12-07 13:56:26.134 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.134 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.134 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.134 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.134 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.134 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.134 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.134 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.134 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.134 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.134 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:26.134 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:26.134 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:26.134 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:26.135 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.135 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.135 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.135 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.135 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.135 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.135 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.135 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.135 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.135 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.135 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.135 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.135 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@42537a1a)
2019-12-07 13:56:26.135 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.135 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.136 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.136 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.136 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.136 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.136 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.136 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.136 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.136 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.136 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
2019-12-07 13:56:26.136 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
2019-12-07 13:56:26.136 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
2019-12-07 13:56:26.136 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
2019-12-07 13:56:26.136 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.136 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.136 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.136 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.137 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.137 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.137 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.137 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.137 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.137 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.137 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5df88a05)
2019-12-07 13:56:26.137 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.137 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.137 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.137 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.137 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.137 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.137 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.138 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.138 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.138 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.138 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-12-07 13:56:26.138 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-12-07 13:56:26.138 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-12-07 13:56:26.138 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-12-07 13:56:26.138 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.138 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.138 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.138 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.138 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.138 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.138 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.138 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.139 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.139 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.139 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.139 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.139 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@21f5eab1)
2019-12-07 13:56:26.139 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.139 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.139 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.139 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.139 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.139 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.139 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.139 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.140 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.140 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.140 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-12-07 13:56:26.140 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-12-07 13:56:26.140 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-12-07 13:56:26.140 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-12-07 13:56:26.140 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.140 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.140 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.141 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.141 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.141 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.141 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.141 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.141 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.141 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.141 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.141 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.141 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@65a2cd4d)
2019-12-07 13:56:26.141 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.141 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.141 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.141 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.141 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.141 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.142 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.142 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.142 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.142 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.142 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-12-07 13:56:26.142 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'webServerFactoryCustomizerBeanPostProcessor'
2019-12-07 13:56:26.142 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-12-07 13:56:26.142 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
2019-12-07 13:56:26.142 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
2019-12-07 13:56:26.142 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.142 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.142 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.142 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.142 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.142 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.142 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.142 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.143 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.143 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.143 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.143 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.143 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3c78e849)
2019-12-07 13:56:26.143 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.143 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.143 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.143 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.143 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.143 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.143 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.143 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.143 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.143 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.143 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-12-07 13:56:26.144 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-12-07 13:56:26.144 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
2019-12-07 13:56:26.144 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
2019-12-07 13:56:26.144 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.144 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.144 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.144 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.144 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.144 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.144 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.144 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.144 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.144 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.144 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.144 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.144 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@25c9e561)
2019-12-07 13:56:26.145 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.145 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.145 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.145 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.145 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.145 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:26.145 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.145 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    
    
    
    

  '
2019-12-07 13:56:26.145 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.145 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.145 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.145 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.145 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=UserDatabaseRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Realm connected to a UserDatabase as a global JNDI resource, group=Realm, type=org.apache.catalina.realm.UserDatabaseRealm])
2019-12-07 13:56:26.146 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:26.146 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.146 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.146 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:26.146 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.146 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:26.146 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.146 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.146 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.146 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:26.147 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'CombinedRealm'
2019-12-07 13:56:26.147 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=CombinedRealm)
2019-12-07 13:56:26.147 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Realm implementation that can be used to chain multiple realms'
2019-12-07 13:56:26.147 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Realm implementation that can be used to chain multiple realms)
2019-12-07 13:56:26.147 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:26.147 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:26.147 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
2019-12-07 13:56:26.147 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
2019-12-07 13:56:26.147 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.CombinedRealm'
2019-12-07 13:56:26.147 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.CombinedRealm)
2019-12-07 13:56:26.148 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.148 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.148 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.148 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.148 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.148 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.148 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.149 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
2019-12-07 13:56:26.149 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
2019-12-07 13:56:26.149 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
2019-12-07 13:56:26.149 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
2019-12-07 13:56:26.149 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.149 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.149 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'errorPageRegistrarBeanPostProcessor'
2019-12-07 13:56:26.149 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.149 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.149 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.149 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.149 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.149 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.149 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.149 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.149 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2be7230b)
2019-12-07 13:56:26.149 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.149 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.150 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.150 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.150 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.150 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.150 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.150 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.150 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.150 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.150 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:26.150 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:26.150 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:26.150 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:26.150 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.151 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.151 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.151 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.151 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.151 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.151 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.151 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.151 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.151 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.151 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.151 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.151 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@585c5b9f)
2019-12-07 13:56:26.151 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.152 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.152 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.152 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.152 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.152 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.152 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.153 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.153 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.153 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.153 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realms'
2019-12-07 13:56:26.153 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realms)
2019-12-07 13:56:26.154 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The set of realms that the combined realm is wrapping'
2019-12-07 13:56:26.154 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The set of realms that the combined realm is wrapping)
2019-12-07 13:56:26.154 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;'
2019-12-07 13:56:26.154 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;)
2019-12-07 13:56:26.155 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.155 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'dataSourceInitializedPublisher'
2019-12-07 13:56:26.155 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.155 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.155 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.155 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.155 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.155 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.155 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.155 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.155 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.155 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@239dda7d)
2019-12-07 13:56:26.155 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.155 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.155 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.156 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.156 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.156 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.156 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.156 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.156 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.156 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.156 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
2019-12-07 13:56:26.156 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
2019-12-07 13:56:26.156 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
2019-12-07 13:56:26.156 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
2019-12-07 13:56:26.156 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.156 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.157 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.157 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.157 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.157 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.157 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.158 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.158 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.158 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.158 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4915d182)
2019-12-07 13:56:26.158 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.158 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.158 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.158 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.158 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.158 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.158 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.158 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.159 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.159 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.159 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:26.159 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:26.159 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:26.159 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:26.159 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.159 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.159 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.159 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.159 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'projectingArgumentResolverBeanPostProcessor'
2019-12-07 13:56:26.159 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.159 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.160 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.160 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.160 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.160 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.160 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.160 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.160 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5b785cd0)
2019-12-07 13:56:26.160 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.160 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.160 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.160 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.160 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.160 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.160 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.160 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.160 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.160 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.160 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
2019-12-07 13:56:26.160 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
2019-12-07 13:56:26.161 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
2019-12-07 13:56:26.161 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
2019-12-07 13:56:26.161 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.161 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.161 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.161 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.161 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.161 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.161 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.161 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.161 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.161 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.161 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@61c26483)
2019-12-07 13:56:26.161 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.162 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.162 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2019-12-07 13:56:26.162 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.162 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.162 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.162 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration'
2019-12-07 13:56:26.162 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.162 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.162 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.162 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.162 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.162 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addRealm'
2019-12-07 13:56:26.162 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addRealm)
2019-12-07 13:56:26.162 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new Realm to the set of Realms wrapped by this realm'
2019-12-07 13:56:26.163 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new Realm to the set of Realms wrapped by this realm)
2019-12-07 13:56:26.163 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.163 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.163 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.163 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.163 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.163 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.163 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.163 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.163 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.163 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.163 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.163 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'theRealm'
2019-12-07 13:56:26.163 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=theRealm)
2019-12-07 13:56:26.164 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New Realm to add'
2019-12-07 13:56:26.164 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New Realm to add)
2019-12-07 13:56:26.164 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'org.apache.catalina.Realm'
2019-12-07 13:56:26.164 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=org.apache.catalina.Realm)
2019-12-07 13:56:26.164 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.164 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.164 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.164 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.164 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.164 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.164 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.164 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.164 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2c4104f4)
2019-12-07 13:56:26.164 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.165 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.165 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.165 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.165 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.165 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.165 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.165 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.165 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.165 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.165 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.166 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.166 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4b3f593f)
2019-12-07 13:56:26.166 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.166 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.166 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.166 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.166 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.166 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.166 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.166 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.166 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.166 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.167 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-12-07 13:56:26.167 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-12-07 13:56:26.167 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-12-07 13:56:26.167 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-12-07 13:56:26.167 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.167 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.167 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.167 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.167 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.167 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.167 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.167 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.167 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.167 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.167 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.168 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.168 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@52b80254)
2019-12-07 13:56:26.168 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.168 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.168 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.168 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.168 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.168 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.168 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.168 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.168 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.168 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.168 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-12-07 13:56:26.168 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-12-07 13:56:26.169 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-12-07 13:56:26.169 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-12-07 13:56:26.169 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.169 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.169 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.169 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.169 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.169 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.169 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.169 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.169 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.169 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.169 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.169 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.169 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@20ac82fc)
2019-12-07 13:56:26.169 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.170 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.170 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.170 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.170 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.170 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.170 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.170 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.170 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.170 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.170 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-12-07 13:56:26.170 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-12-07 13:56:26.170 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
2019-12-07 13:56:26.170 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
2019-12-07 13:56:26.170 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.170 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.170 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.171 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.171 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.171 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.171 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.171 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.171 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.171 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.171 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.171 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.171 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4ee44b9)
2019-12-07 13:56:26.171 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.171 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.171 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.171 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.171 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.171 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.172 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.172 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.172 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.172 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.172 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-12-07 13:56:26.172 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-12-07 13:56:26.172 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
2019-12-07 13:56:26.172 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
2019-12-07 13:56:26.172 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.172 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.172 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.172 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.172 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.172 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.172 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.172 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.173 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.173 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.173 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.173 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.173 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@352913ba)
2019-12-07 13:56:26.173 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.173 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.173 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.173 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.173 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.173 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:26.173 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.173 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    
    
    
    

  '
2019-12-07 13:56:26.173 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.173 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.173 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.173 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.174 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=CombinedRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Realm implementation that can be used to chain multiple realms, group=Realm, type=org.apache.catalina.realm.CombinedRealm])
2019-12-07 13:56:26.174 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:26.174 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.174 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.174 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:26.174 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.174 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:26.174 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.174 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.174 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.174 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:26.174 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'LockOutRealm'
2019-12-07 13:56:26.174 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=LockOutRealm)
2019-12-07 13:56:26.174 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Realm implementation that can be used to wrap existing realms to provide a user lock-out capability'
2019-12-07 13:56:26.174 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Realm implementation that can be used to wrap existing realms to provide a user lock-out capability)
2019-12-07 13:56:26.174 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:26.175 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:26.175 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
2019-12-07 13:56:26.175 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
2019-12-07 13:56:26.175 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.LockOutRealm'
2019-12-07 13:56:26.175 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.LockOutRealm)
2019-12-07 13:56:26.175 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.175 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.175 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.175 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.175 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.175 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.175 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.175 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
2019-12-07 13:56:26.175 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
2019-12-07 13:56:26.175 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
2019-12-07 13:56:26.175 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
2019-12-07 13:56:26.175 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.176 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@27911de9)
2019-12-07 13:56:26.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.176 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.176 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cacheSize'
2019-12-07 13:56:26.176 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cacheSize)
2019-12-07 13:56:26.177 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of users that have failed authentication to keep in cache. Over time the cache will grow to this size and may not shrink. Defaults to 1000.'
2019-12-07 13:56:26.177 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of users that have failed authentication to keep in cache. Over time the cache will grow to this size and may not shrink. Defaults to 1000.)
2019-12-07 13:56:26.177 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.177 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.177 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.177 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.177 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.177 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.177 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.177 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.177 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.177 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.177 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@636ec085)
2019-12-07 13:56:26.177 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.177 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.177 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.177 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.177 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.177 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.177 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.178 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.178 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.178 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.178 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cacheRemovalWarningTime'
2019-12-07 13:56:26.178 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cacheRemovalWarningTime)
2019-12-07 13:56:26.178 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'If a failed user is removed from the cache because the cache is too big before it has been in the cache for at least this period of time (in seconds) a warning message will be logged. Defaults to 3600 (1 hour).'
2019-12-07 13:56:26.178 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=If a failed user is removed from the cache because the cache is too big before it has been in the cache for at least this period of time (in seconds) a warning message will be logged. Defaults to 3600 (1 hour).)
2019-12-07 13:56:26.178 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.178 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.178 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.178 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.178 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.178 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.178 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.178 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.178 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.178 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.178 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@15d38bdd)
2019-12-07 13:56:26.178 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.179 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.179 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.179 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.179 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.179 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.179 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.179 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.179 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.179 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.179 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:26.179 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:26.179 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:26.179 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:26.179 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.179 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.180 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.180 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.180 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.180 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.180 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.180 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.180 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.180 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.180 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.180 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.180 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@681afe1e)
2019-12-07 13:56:26.180 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.180 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.180 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.180 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.180 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.181 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.181 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.181 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.181 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.181 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.181 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'failureCount'
2019-12-07 13:56:26.181 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=failureCount)
2019-12-07 13:56:26.181 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of times in a row a user has to fail authentication to be locked out. Defaults to 5.'
2019-12-07 13:56:26.181 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of times in a row a user has to fail authentication to be locked out. Defaults to 5.)
2019-12-07 13:56:26.181 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.181 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.181 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.181 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.181 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.182 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.182 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.182 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.182 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.182 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.182 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@47cbd8a1)
2019-12-07 13:56:26.182 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.182 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.182 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.182 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.182 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.182 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.182 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.182 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.182 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.182 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.182 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'lockOutTime'
2019-12-07 13:56:26.182 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=lockOutTime)
2019-12-07 13:56:26.182 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The time (in seconds) a user is locked out for after too many authentication failures. Defaults to 300 (5 minutes).'
2019-12-07 13:56:26.182 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The time (in seconds) a user is locked out for after too many authentication failures. Defaults to 300 (5 minutes).)
2019-12-07 13:56:26.183 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.183 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.183 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.183 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.183 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.183 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.183 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.183 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.183 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.183 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.183 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@52b44235)
2019-12-07 13:56:26.183 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.183 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.183 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.183 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.183 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.183 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.184 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.184 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.184 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.184 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.184 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realms'
2019-12-07 13:56:26.184 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realms)
2019-12-07 13:56:26.184 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The set of realms that the lockout realm is wrapping'
2019-12-07 13:56:26.184 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The set of realms that the lockout realm is wrapping)
2019-12-07 13:56:26.184 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;'
2019-12-07 13:56:26.184 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;)
2019-12-07 13:56:26.184 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.184 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.184 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.184 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.184 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.184 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.184 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.184 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.186 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.186 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.187 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5bb0b6dd)
2019-12-07 13:56:26.187 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.187 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.187 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.187 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.187 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.187 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.187 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.187 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.187 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.187 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.187 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
2019-12-07 13:56:26.187 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
2019-12-07 13:56:26.188 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
2019-12-07 13:56:26.188 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
2019-12-07 13:56:26.188 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.188 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.188 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.188 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.188 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.188 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.188 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.188  INFO 15190 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$2afad65] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-12-07 13:56:26.188 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.188 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.188 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.188 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@64e559bb)
2019-12-07 13:56:26.188 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.189 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.189 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.189 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.189 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.189 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.189 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.189 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.189 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.189 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.189 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
2019-12-07 13:56:26.189 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
2019-12-07 13:56:26.189 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
2019-12-07 13:56:26.189 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
2019-12-07 13:56:26.189 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.190 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.190 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.190 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.190 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.190 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.190 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.190 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.190 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.190 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.190 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7d729b56)
2019-12-07 13:56:26.190 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.190 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.190 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.190 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.191 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.191 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.191 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.191 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.191 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.191 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.191 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addRealm'
2019-12-07 13:56:26.191 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addRealm)
2019-12-07 13:56:26.191 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new Realm to the set of Realms wrapped by this realm'
2019-12-07 13:56:26.191 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new Realm to the set of Realms wrapped by this realm)
2019-12-07 13:56:26.191 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.191 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.191 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.192 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.192 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.192 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.192 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.192 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.192 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.192 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.192 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.192 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'theRealm'
2019-12-07 13:56:26.192 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=theRealm)
2019-12-07 13:56:26.192 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New Realm to add'
2019-12-07 13:56:26.192 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New Realm to add)
2019-12-07 13:56:26.192 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'org.apache.catalina.Realm'
2019-12-07 13:56:26.192 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=org.apache.catalina.Realm)
2019-12-07 13:56:26.193 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.193 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.193 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.193 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.193 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.193 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.193 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.193 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.193 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@da7db27)
2019-12-07 13:56:26.193 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.193 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.193 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.193 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.193 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.193 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@537f8210)
2019-12-07 13:56:26.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.194 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.194 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.194 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.195 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isLocked'
2019-12-07 13:56:26.195 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isLocked)
2019-12-07 13:56:26.195 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Determine if the specified user is locked'
2019-12-07 13:56:26.195 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Determine if the specified user is locked)
2019-12-07 13:56:26.195 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.195 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.195 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
2019-12-07 13:56:26.195 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
2019-12-07 13:56:26.195 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.195 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.195 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.195 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.195 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.195 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.196 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.196 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'username'
2019-12-07 13:56:26.196 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=username)
2019-12-07 13:56:26.196 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'User to test for being locked'
2019-12-07 13:56:26.196 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=User to test for being locked)
2019-12-07 13:56:26.196 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.197 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.197 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.197 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.197 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.197 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.197 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.197 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.198 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.198 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.198 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1d993145)
2019-12-07 13:56:26.198 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.198 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.198 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.198 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.198 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.198 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.198 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.198 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.198 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.198 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.198 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.199 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.199 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@74d8b18b)
2019-12-07 13:56:26.199 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.199 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.199 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.199 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.199 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.199 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.199 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.199 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.199 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.199 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.199 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'unlock'
2019-12-07 13:56:26.199 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=unlock)
2019-12-07 13:56:26.199 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Unlock the specified user'
2019-12-07 13:56:26.200 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Unlock the specified user)
2019-12-07 13:56:26.200 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.200 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.200 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.200 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.200 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.200 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.200 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.200 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.200 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'transactionAttributeSource'
2019-12-07 13:56:26.200 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.200 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.200 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.200 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'username'
2019-12-07 13:56:26.200 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=username)
2019-12-07 13:56:26.200 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'User to unlock'
2019-12-07 13:56:26.200 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=User to unlock)
2019-12-07 13:56:26.201 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.201 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.201 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.201 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.201 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.201 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.201 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.201 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.201 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.201 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.201 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@479532d4)
2019-12-07 13:56:26.201 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.201 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.201 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.201 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.201 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.201 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.202 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.202 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.202 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.202 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.202 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.202 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.202 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@68d54734)
2019-12-07 13:56:26.202 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.202 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.202 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.202 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.202 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.202 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.202 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.202 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.202 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.203 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.203 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-12-07 13:56:26.203 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-12-07 13:56:26.205 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-12-07 13:56:26.205 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-12-07 13:56:26.205 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.205 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.205 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.205 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.205 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.205 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.205 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'transactionInterceptor'
2019-12-07 13:56:26.205 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.205 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.205 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.205 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.205 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.205 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.205 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3c125072)
2019-12-07 13:56:26.205 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.205 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.205 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.206 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.206 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.206 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.206 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.206 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.206 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.206 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.206 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-12-07 13:56:26.206 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-12-07 13:56:26.206 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-12-07 13:56:26.206 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-12-07 13:56:26.207 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.207 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.207 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.207 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.207 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.207 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.207 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.207 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.207 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.207 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.207 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.207 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.207 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@d77ea92)
2019-12-07 13:56:26.207 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.208 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.208 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.208 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.208 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.208 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.208 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.208 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.208 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.208 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.208 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-12-07 13:56:26.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-12-07 13:56:26.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
2019-12-07 13:56:26.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
2019-12-07 13:56:26.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.209 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.209 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@631a7a7a)
2019-12-07 13:56:26.210 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.210 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.210 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.210 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.210 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.210 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.210 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.211 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.212 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.212 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.212 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-12-07 13:56:26.212 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-12-07 13:56:26.212 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
2019-12-07 13:56:26.212 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
2019-12-07 13:56:26.212 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.212 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.212 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.212 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.213 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.213 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.213 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.213 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.213 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.213 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.213 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.213 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.213 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@21b47dca)
2019-12-07 13:56:26.213 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.213 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.213 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.214 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.214 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.214 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:26.214 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.214 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    

    

    

    

    
    
    
    

  '
2019-12-07 13:56:26.214 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.214 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.214 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.214 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.214 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=LockOutRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Realm implementation that can be used to wrap existing realms to provide a user lock-out capability, group=Realm, type=org.apache.catalina.realm.LockOutRealm])
2019-12-07 13:56:26.214 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:26.214 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.214 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.214 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:26.214 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

)
2019-12-07 13:56:26.215 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbeans-descriptors)
2019-12-07 13:56:26.215 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors'
2019-12-07 13:56:26.215 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

  

  


  

  

  

  

  

  

'
2019-12-07 13:56:26.215 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:26.215 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endDocument()
2019-12-07 13:56:26.215 DEBUG 15190 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry  : Found jar:file:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.22/79f39903498b28adacb18fe2ea046edd306295a6/tomcat-embed-core-9.0.22.jar!/org/apache/catalina/session/mbeans-descriptors.xml
2019-12-07 13:56:26.216 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@d630424)
2019-12-07 13:56:26.216 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startDocument()
2019-12-07 13:56:26.222 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbeans-descriptors)
2019-12-07 13:56:26.223 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors'
2019-12-07 13:56:26.223 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:26.223 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.223 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:26.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:26.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardManager'
2019-12-07 13:56:26.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardManager)
2019-12-07 13:56:26.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard implementation of the Manager interface'
2019-12-07 13:56:26.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard implementation of the Manager interface)
2019-12-07 13:56:26.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:26.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:26.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Manager'
2019-12-07 13:56:26.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Manager)
2019-12-07 13:56:26.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.session.StandardManager'
2019-12-07 13:56:26.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.session.StandardManager)
2019-12-07 13:56:26.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.224 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.224 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.224 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.225 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.225 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.225 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.225 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'activeSessions'
2019-12-07 13:56:26.225 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=activeSessions)
2019-12-07 13:56:26.225 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of active sessions at this moment'
2019-12-07 13:56:26.225 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of active sessions at this moment)
2019-12-07 13:56:26.225 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.225 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.225 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.225 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.226 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@fbb626f)
2019-12-07 13:56:26.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.226 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.226 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:26.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:26.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:26.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:26.226 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.227 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.227 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.227 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.228 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.228 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.228 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.228 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.229 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.229 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.230 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.230 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.230 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@59a4f28e)
2019-12-07 13:56:26.230 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.230 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.230 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.230 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.230 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.230 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.230 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.230 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.230 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.231 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.231 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'duplicates'
2019-12-07 13:56:26.231 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=duplicates)
2019-12-07 13:56:26.231 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of duplicated session ids generated'
2019-12-07 13:56:26.231 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of duplicated session ids generated)
2019-12-07 13:56:26.231 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.231 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.231 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.231 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.231 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.231 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.231 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.231 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.231 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.231 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.231 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@37522935)
2019-12-07 13:56:26.231 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.232 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.232 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.232 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.232 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.232 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.232 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.232 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.232 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.232 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.232 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'expiredSessions'
2019-12-07 13:56:26.232 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=expiredSessions)
2019-12-07 13:56:26.232 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of sessions that expired ( doesn't include explicit invalidations )'
2019-12-07 13:56:26.232 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of sessions that expired ( doesn't include explicit invalidations ))
2019-12-07 13:56:26.232 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:26.232 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:26.233 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.233 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.233 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.233 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.233 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.233 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.233 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.233 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.233 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@228549df)
2019-12-07 13:56:26.233 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.233 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.233 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.233 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.233 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.234 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.234 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.234 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.234 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.234 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.234 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'jvmRoute'
2019-12-07 13:56:26.234 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=jvmRoute)
2019-12-07 13:56:26.234 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Retrieve the JvmRoute for the enclosing Engine'
2019-12-07 13:56:26.234 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Retrieve the JvmRoute for the enclosing Engine)
2019-12-07 13:56:26.234 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.234 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.234 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.234 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.235 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.235 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.235 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.235 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.235 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.235 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.235 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.235 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.235 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@76f9effa)
2019-12-07 13:56:26.235 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.235 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.235 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.235 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.235 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.235 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.235 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.235 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.236 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.236 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.236 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxActive'
2019-12-07 13:56:26.236 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxActive)
2019-12-07 13:56:26.236 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of active sessions so far'
2019-12-07 13:56:26.236 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of active sessions so far)
2019-12-07 13:56:26.236 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.236 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.236 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.236 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.236 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.236 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.236 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.236 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.236 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.236 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.236 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@8375329)
2019-12-07 13:56:26.237 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.237 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.237 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.237 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.237 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.237 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.237 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.237 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.237 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.237 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.237 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxActiveSessions'
2019-12-07 13:56:26.237 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxActiveSessions)
2019-12-07 13:56:26.237 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of active Sessions allowed, or -1                        for no limit'
2019-12-07 13:56:26.237 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of active Sessions allowed, or -1                        for no limit)
2019-12-07 13:56:26.237 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.237 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.238 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.238 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.238 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.238 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.238 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.238 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.238 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.238 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.238 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2e8ad89b)
2019-12-07 13:56:26.238 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.238 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.238 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.238 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.238 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.238 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.239 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.239 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.239 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.239 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.239 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
2019-12-07 13:56:26.239 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
2019-12-07 13:56:26.239 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The descriptive name of this Manager implementation                        (for logging)'
2019-12-07 13:56:26.239 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The descriptive name of this Manager implementation                        (for logging))
2019-12-07 13:56:26.239 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.239 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.239 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.239 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.239 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.239 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.239 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.239 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.239 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.239 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.239 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.239 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@26c9a724)
2019-12-07 13:56:26.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.240 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.240 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pathname'
2019-12-07 13:56:26.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pathname)
2019-12-07 13:56:26.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Path name of the disk file in which active sessions'
2019-12-07 13:56:26.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Path name of the disk file in which active sessions)
2019-12-07 13:56:26.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.240 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.240 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.241 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.241 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1ff60a38)
2019-12-07 13:56:26.241 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.241 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.241 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.241 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.241 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.241 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.241 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.241 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.241 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.242 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.242 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processExpiresFrequency'
2019-12-07 13:56:26.242 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processExpiresFrequency)
2019-12-07 13:56:26.242 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The frequency of the manager checks (expiration and passivation)'
2019-12-07 13:56:26.242 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The frequency of the manager checks (expiration and passivation))
2019-12-07 13:56:26.242 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.242 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.242 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.242 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.242 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.242 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.242 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.242 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.242 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.242 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.242 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2d6abcf4)
2019-12-07 13:56:26.242 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.242 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.242 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.242 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.242 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.242 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.243 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.243 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.243 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.243 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.243 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processingTime'
2019-12-07 13:56:26.243 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processingTime)
2019-12-07 13:56:26.243 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time spent doing housekeeping and expiration'
2019-12-07 13:56:26.243 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time spent doing housekeeping and expiration)
2019-12-07 13:56:26.243 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:26.243 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:26.243 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.243 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.243 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.244 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.244 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.244 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.244 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.244 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.244 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@555cf7c2)
2019-12-07 13:56:26.244 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.244 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.244 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.244 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.244 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.244 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.244 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.244 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.244 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.244 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.244 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomAlgorithm'
2019-12-07 13:56:26.245 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomAlgorithm)
2019-12-07 13:56:26.245 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The secure random number generator algorithm name'
2019-12-07 13:56:26.245 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The secure random number generator algorithm name)
2019-12-07 13:56:26.245 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.245 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.245 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.245 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.245 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.245 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.245 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.245 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.245 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3e478aca)
2019-12-07 13:56:26.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.246 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.246 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass'
2019-12-07 13:56:26.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass)
2019-12-07 13:56:26.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The secure random number generator class name'
2019-12-07 13:56:26.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The secure random number generator class name)
2019-12-07 13:56:26.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.246 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.246 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@114ff0f0)
2019-12-07 13:56:26.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.247 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.247 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomProvider'
2019-12-07 13:56:26.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomProvider)
2019-12-07 13:56:26.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The secure random number generator provider name'
2019-12-07 13:56:26.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The secure random number generator provider name)
2019-12-07 13:56:26.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.247 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.247 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.248 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.248 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.248 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.248 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.248 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.248 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@69ba6331)
2019-12-07 13:56:26.248 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.248 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.248 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.248 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.248 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.248 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.248 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.248 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.248 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.248 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.248 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAverageAliveTime'
2019-12-07 13:56:26.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAverageAliveTime)
2019-12-07 13:56:26.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Average time an expired session had been alive'
2019-12-07 13:56:26.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Average time an expired session had been alive)
2019-12-07 13:56:26.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.249 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5bea6b23)
2019-12-07 13:56:26.249 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.250 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.250 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.250 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.250 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.250 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.250 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.250 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.250 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.250 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.250 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCreateRate'
2019-12-07 13:56:26.250 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCreateRate)
2019-12-07 13:56:26.250 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Session creation rate in sessions per minute'
2019-12-07 13:56:26.250 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Session creation rate in sessions per minute)
2019-12-07 13:56:26.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.251 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5979bb4e)
2019-12-07 13:56:26.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.251 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.252 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.252 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.252 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.252 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.252 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.252 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.252 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.252 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCounter'
2019-12-07 13:56:26.252 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCounter)
2019-12-07 13:56:26.252 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Total number of sessions created by this manager'
2019-12-07 13:56:26.252 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Total number of sessions created by this manager)
2019-12-07 13:56:26.252 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:26.252 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:26.252 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.252 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.252 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.253 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.253 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.253 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.253 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.253 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.253 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@37df08e1)
2019-12-07 13:56:26.253 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.253 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.253 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.253 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.253 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.253 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.253 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.253 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.253 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.253 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.253 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionExpireRate'
2019-12-07 13:56:26.254 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionExpireRate)
2019-12-07 13:56:26.254 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Session expiration rate in sessions per minute'
2019-12-07 13:56:26.254 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Session expiration rate in sessions per minute)
2019-12-07 13:56:26.254 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.254 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.254 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.254 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.254 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.254 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.254 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.254 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.254 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.254 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.254 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.254 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.254 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@dc646c0)
2019-12-07 13:56:26.254 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.255 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.255 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.255 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.255 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.255 DEBUG 15190 --- [    Test worker] o.s.u.c.s.UiApplicationContextUtils      : Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@209d29be]
2019-12-07 13:56:26.255 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.255 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.255 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.255 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.255 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.255 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionMaxAliveTime'
2019-12-07 13:56:26.255 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionMaxAliveTime)
2019-12-07 13:56:26.255 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Longest time an expired session had been alive'
2019-12-07 13:56:26.255 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Longest time an expired session had been alive)
2019-12-07 13:56:26.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.256 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5fd9728)
2019-12-07 13:56:26.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.256 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.257 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.257 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.257 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'tomcatServletWebServerFactory'
2019-12-07 13:56:26.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:26.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:26.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:26.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:26.257 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat'
2019-12-07 13:56:26.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.257 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.257 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@11caff12)
2019-12-07 13:56:26.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.258 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.258 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.258 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'rejectedSessions'
2019-12-07 13:56:26.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=rejectedSessions)
2019-12-07 13:56:26.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of sessions we rejected due to maxActive being reached'
2019-12-07 13:56:26.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of sessions we rejected due to maxActive being reached)
2019-12-07 13:56:26.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.259 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5e9d75ca)
2019-12-07 13:56:26.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.259 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.260 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.260 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.260 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.260 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.260 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.260 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.260 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.260 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.260 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAttributeNameFilter'
2019-12-07 13:56:26.260 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAttributeNameFilter)
2019-12-07 13:56:26.260 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The string pattern used for including session attributes in distribution. Null means all attributes are included.'
2019-12-07 13:56:26.260 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The string pattern used for including session attributes in distribution. Null means all attributes are included.)
2019-12-07 13:56:26.260 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.261 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.261 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.261 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.261 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.261 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.261 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.261 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.261 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.261 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.261 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@61d2c89f)
2019-12-07 13:56:26.261 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.261 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.261 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.261 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.261 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.261 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAttributeValueClassNameFilter'
2019-12-07 13:56:26.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAttributeValueClassNameFilter)
2019-12-07 13:56:26.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The regular expression used to filter session attributes based on the implementation class of the value. The regular expression is anchored and must match the fully qualified class name.'
2019-12-07 13:56:26.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The regular expression used to filter session attributes based on the implementation class of the value. The regular expression is anchored and must match the fully qualified class name.)
2019-12-07 13:56:26.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.262 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.262 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@87f475a)
2019-12-07 13:56:26.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.263 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.263 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'warnOnSessionAttributeFilterFailure'
2019-12-07 13:56:26.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=warnOnSessionAttributeFilterFailure)
2019-12-07 13:56:26.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?'
2019-12-07 13:56:26.263 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?)
2019-12-07 13:56:26.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.264 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4e8b1b28)
2019-12-07 13:56:26.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.264 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.264 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.264 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'backgroundProcess'
2019-12-07 13:56:26.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=backgroundProcess)
2019-12-07 13:56:26.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Invalidate all sessions that have expired.'
2019-12-07 13:56:26.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Invalidate all sessions that have expired.)
2019-12-07 13:56:26.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.265 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.265 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.265 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:26.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7b0d1416)
2019-12-07 13:56:26.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.266 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.266 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'expireSession'
2019-12-07 13:56:26.266 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=expireSession)
2019-12-07 13:56:26.267 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Expire a session'
2019-12-07 13:56:26.267 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Expire a session)
2019-12-07 13:56:26.267 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.267 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.267 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.267 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.267 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.267 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.267 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.267 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.267 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.267 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.267 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.267 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
2019-12-07 13:56:26.267 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
2019-12-07 13:56:26.267 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
2019-12-07 13:56:26.268 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
2019-12-07 13:56:26.268 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.268 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.268 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.268 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.268 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.268 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.268 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.268 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.268 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.268 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.268 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@cecbdd8)
2019-12-07 13:56:26.268 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.268 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.268 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.268 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.269 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.269 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.269 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.269 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.269 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.269 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.269 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.269 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.269 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7e5b6e88)
2019-12-07 13:56:26.270 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.270 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.270 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.270 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.270 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.270 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.270 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.270 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.271 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.271 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.271 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getCreationTime'
2019-12-07 13:56:26.271 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getCreationTime)
2019-12-07 13:56:26.271 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the creation time'
2019-12-07 13:56:26.271 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the creation time)
2019-12-07 13:56:26.271 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.271 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.271 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:26.271 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:26.271 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.271 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.271 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.271 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.271 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.272 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.272 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.272 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
2019-12-07 13:56:26.272 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
2019-12-07 13:56:26.272 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
2019-12-07 13:56:26.272 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
2019-12-07 13:56:26.272 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.272 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.272 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.272 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.272 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.272 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.272 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.272 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.273 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.273 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.273 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@689f7830)
2019-12-07 13:56:26.273 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.273 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.273 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.273 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.273 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.273 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.274 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.274 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.274 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.274 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.274 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.274 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.274 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7b217c91)
2019-12-07 13:56:26.274 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.274 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.274 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.274 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.274 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.274 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.274 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.275 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.275 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.275 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.275 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getCreationTimestamp'
2019-12-07 13:56:26.275 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getCreationTimestamp)
2019-12-07 13:56:26.275 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the creation timestamp'
2019-12-07 13:56:26.275 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the creation timestamp)
2019-12-07 13:56:26.275 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.275 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.275 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'long'
2019-12-07 13:56:26.275 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=long)
2019-12-07 13:56:26.275 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.275 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.275 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.275 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.275 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.275 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
2019-12-07 13:56:26.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
2019-12-07 13:56:26.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
2019-12-07 13:56:26.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
2019-12-07 13:56:26.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.276 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@124a0c50)
2019-12-07 13:56:26.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.276 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.277 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.277 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@37400fbf)
2019-12-07 13:56:26.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.277 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.277 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.277 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.278 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.278 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.278 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.278 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.278 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getLastAccessedTime'
2019-12-07 13:56:26.278 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getLastAccessedTime)
2019-12-07 13:56:26.278 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the last access time'
2019-12-07 13:56:26.278 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the last access time)
2019-12-07 13:56:26.278 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.278 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.278 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:26.278 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:26.280 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.280 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.280 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.280 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.280 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.280 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.280 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.280 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
2019-12-07 13:56:26.280 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
2019-12-07 13:56:26.280 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
2019-12-07 13:56:26.281 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
2019-12-07 13:56:26.281 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.281 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.281 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.281 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.281 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.281 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.281 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.281 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.281 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@248daf9f)
2019-12-07 13:56:26.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.282 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.282 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@54388a6b)
2019-12-07 13:56:26.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.282 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.283 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.283 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

   )
2019-12-07 13:56:26.283 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.283 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.283 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.283 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.283 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.283 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getLastAccessedTimestamp'
2019-12-07 13:56:26.283 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getLastAccessedTimestamp)
2019-12-07 13:56:26.283 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the last access timestamp'
2019-12-07 13:56:26.283 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the last access timestamp)
2019-12-07 13:56:26.283 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.283 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.283 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'long'
2019-12-07 13:56:26.283 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=long)
2019-12-07 13:56:26.283 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.283 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.283 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
2019-12-07 13:56:26.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
2019-12-07 13:56:26.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
2019-12-07 13:56:26.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
2019-12-07 13:56:26.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.284 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@16523430)
2019-12-07 13:56:26.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.284 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.285 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.285 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.285 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.285 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.285 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.285 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.285 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.285 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.285 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.285 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2158ecb2)
2019-12-07 13:56:26.285 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.285 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.285 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.285 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.285 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.285 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.286 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.286 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.286 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.286 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.286 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getSessionAttribute'
2019-12-07 13:56:26.286 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getSessionAttribute)
2019-12-07 13:56:26.286 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return a session attribute'
2019-12-07 13:56:26.286 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return a session attribute)
2019-12-07 13:56:26.286 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.286 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.286 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:26.286 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:26.286 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.286 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.286 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.287 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.287 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.287 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.287 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.287 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
2019-12-07 13:56:26.287 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
2019-12-07 13:56:26.287 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
2019-12-07 13:56:26.287 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
2019-12-07 13:56:26.287 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.287 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.287 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.287 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.288 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.288 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.288 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.288 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.288 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.288 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.288 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@68605e51)
2019-12-07 13:56:26.288 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.288 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.288 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.288 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.289 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.290 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.290 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.290 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.290 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.290 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.290 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'key'
2019-12-07 13:56:26.290 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=key)
2019-12-07 13:56:26.290 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'key of the attribute'
2019-12-07 13:56:26.290 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=key of the attribute)
2019-12-07 13:56:26.290 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.290 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.291 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.291 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.291 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.291 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.291 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.291 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.291 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.291 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.291 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@781beae4)
2019-12-07 13:56:26.291 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.291 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.291 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.291 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.291 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.291 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.291 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.292 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
    '
2019-12-07 13:56:26.292 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.292 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.292 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.292 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.292 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7fefa263)
2019-12-07 13:56:26.292 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.292 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.292 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.292 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.293 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.293 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.294 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.294 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.294 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.294 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.294 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'listSessionIds'
2019-12-07 13:56:26.294 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=listSessionIds)
2019-12-07 13:56:26.294 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the list of active session ids'
2019-12-07 13:56:26.295 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the list of active session ids)
2019-12-07 13:56:26.295 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.295 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.295 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:26.295 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:26.295 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.295 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.295 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.295 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.295 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:26.295 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.295 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.296 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.296 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.296 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@19b4ec50)
2019-12-07 13:56:26.296 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.296 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.296 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.296 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.296 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.296 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:26.296 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.296 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

   

    

    

  '
2019-12-07 13:56:26.296 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.297 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.297 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.297 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.297 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardManager, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Standard implementation of the Manager interface, group=Manager, type=org.apache.catalina.session.StandardManager])
2019-12-07 13:56:26.297 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:26.297 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.297 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.297 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:26.298 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.298 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:26.298 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.298 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.298 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.298 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:26.298 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'PersistentManager'
2019-12-07 13:56:26.298 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=PersistentManager)
2019-12-07 13:56:26.298 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Persistent Manager'
2019-12-07 13:56:26.298 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Persistent Manager)
2019-12-07 13:56:26.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:26.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:26.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Manager'
2019-12-07 13:56:26.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Manager)
2019-12-07 13:56:26.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.session.PersistentManager'
2019-12-07 13:56:26.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.session.PersistentManager)
2019-12-07 13:56:26.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.299 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.299 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.299 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'activeSessions'
2019-12-07 13:56:26.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=activeSessions)
2019-12-07 13:56:26.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of active sessions at this moment'
2019-12-07 13:56:26.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of active sessions at this moment)
2019-12-07 13:56:26.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.300 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.300 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.301 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.301 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.301 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.301 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@734cabe1)
2019-12-07 13:56:26.301 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.301 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.301 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.301 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.301 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.301 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.301 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.301 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.301 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.301 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.301 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:26.302 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:26.302 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:26.302 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:26.302 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.301 DEBUG 15190 --- [    Test worker] o.a.catalina.core.AprLifecycleListener   : The APR based Apache Tomcat Native library could not be found using names [tcnative-1, libtcnative-1] on the java.library.path [/Users/govlmo91/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.]. The errors reported were [Can't load library: /Users/govlmo91/IdeaProjects/jojoldubook/bin/libtcnative-1.dylib, Can't load library: /Users/govlmo91/IdeaProjects/jojoldubook/bin/liblibtcnative-1.dylib, no tcnative-1 in java.library.path: [/Users/govlmo91/Library/Java/Extensions, /Library/Java/Extensions, /Network/Library/Java/Extensions, /System/Library/Java/Extensions, /usr/lib/java, .], no libtcnative-1 in java.library.path: [/Users/govlmo91/Library/Java/Extensions, /Library/Java/Extensions, /Network/Library/Java/Extensions, /System/Library/Java/Extensions, /usr/lib/java, .]]

org.apache.tomcat.jni.LibraryNotFoundError: Can't load library: /Users/govlmo91/IdeaProjects/jojoldubook/bin/libtcnative-1.dylib, Can't load library: /Users/govlmo91/IdeaProjects/jojoldubook/bin/liblibtcnative-1.dylib, no tcnative-1 in java.library.path: [/Users/govlmo91/Library/Java/Extensions, /Library/Java/Extensions, /Network/Library/Java/Extensions, /System/Library/Java/Extensions, /usr/lib/java, .], no libtcnative-1 in java.library.path: [/Users/govlmo91/Library/Java/Extensions, /Library/Java/Extensions, /Network/Library/Java/Extensions, /System/Library/Java/Extensions, /usr/lib/java, .]
	at org.apache.tomcat.jni.Library.<init>(Library.java:102) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.apache.tomcat.jni.Library.initialize(Library.java:206) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.apache.catalina.core.AprLifecycleListener.init(AprLifecycleListener.java:198) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.apache.catalina.core.AprLifecycleListener.isAprAvailable(AprLifecycleListener.java:107) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getDefaultLifecycleListeners(TomcatServletWebServerFactory.java:161) ~[spring-boot-2.1.7.RELEASE.jar:2.1.7.RELEASE]
	at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.<init>(TomcatServletWebServerFactory.java:116) ~[spring-boot-2.1.7.RELEASE.jar:2.1.7.RELEASE]
	at org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat.tomcatServletWebServerFactory(ServletWebServerFactoryConfiguration.java:61) ~[spring-boot-autoconfigure-2.1.7.RELEASE.jar:2.1.7.RELEASE]
	at org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat$$EnhancerBySpringCGLIB$$6d321f4f.CGLIB$tomcatServletWebServerFactory$0(<generated>) ~[spring-boot-autoconfigure-2.1.7.RELEASE.jar:2.1.7.RELEASE]
	at org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat$$EnhancerBySpringCGLIB$$6d321f4f$$FastClassBySpringCGLIB$$b9a63108.invoke(<generated>) ~[spring-boot-autoconfigure-2.1.7.RELEASE.jar:2.1.7.RELEASE]
	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:363) ~[spring-context-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat$$EnhancerBySpringCGLIB$$6d321f4f.tomcatServletWebServerFactory(<generated>) ~[spring-boot-autoconfigure-2.1.7.RELEASE.jar:2.1.7.RELEASE]
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na]
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
	at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na]
	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:622) ~[spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:456) ~[spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1321) ~[spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1160) ~[spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555) ~[spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) ~[spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) ~[spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) ~[spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:204) ~[spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getWebServerFactory(ServletWebServerApplicationContext.java:210) ~[spring-boot-2.1.7.RELEASE.jar:2.1.7.RELEASE]
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:179) ~[spring-boot-2.1.7.RELEASE.jar:2.1.7.RELEASE]
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:153) ~[spring-boot-2.1.7.RELEASE.jar:2.1.7.RELEASE]
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) ~[spring-context-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141) ~[spring-boot-2.1.7.RELEASE.jar:2.1.7.RELEASE]
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:743) ~[spring-boot-2.1.7.RELEASE.jar:2.1.7.RELEASE]
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:390) ~[spring-boot-2.1.7.RELEASE.jar:2.1.7.RELEASE]
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:312) ~[spring-boot-2.1.7.RELEASE.jar:2.1.7.RELEASE]
	at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:120) ~[spring-boot-test-2.1.7.RELEASE.jar:2.1.7.RELEASE]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:99) ~[spring-test-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:117) ~[spring-test-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:108) ~[spring-test-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:118) ~[spring-test-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) ~[spring-test-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener.prepareTestInstance(SpringBootDependencyInjectionTestExecutionListener.java:43) ~[spring-boot-test-autoconfigure-2.1.7.RELEASE.jar:2.1.7.RELEASE]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:246) ~[spring-test-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:227) ~[spring-test-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:289) ~[spring-test-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.12.jar:4.12]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:291) ~[spring-test-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:246) ~[spring-test-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97) ~[spring-test-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) ~[junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) ~[junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) ~[junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) ~[junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) ~[junit-4.12.jar:4.12]
	at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) ~[spring-test-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) ~[spring-test-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363) ~[junit-4.12.jar:4.12]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190) ~[spring-test-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106) ~[na:na]
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38) ~[na:na]
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66) ~[na:na]
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51) ~[na:na]
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na]
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
	at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na]
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) ~[na:na]
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) ~[na:na]
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) ~[na:na]
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) ~[na:na]
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:117) ~[na:na]
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na]
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
	at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na]
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) ~[na:na]
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:155) ~[na:na]
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:137) ~[na:na]
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:404) ~[na:na]
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63) ~[na:na]
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:46) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55) ~[na:na]
	at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na]

2019-12-07 13:56:26.302 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.302 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.302 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.302 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.302 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.303 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.303 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.303 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.303 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.303 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.303 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.304 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@54a723a6)
2019-12-07 13:56:26.304 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.304 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.304 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.304 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.304 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.304 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.304 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.304 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.304 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.304 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.304 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'duplicates'
2019-12-07 13:56:26.304 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=duplicates)
2019-12-07 13:56:26.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of duplicated session ids generated'
2019-12-07 13:56:26.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of duplicated session ids generated)
2019-12-07 13:56:26.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.305 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@56597feb)
2019-12-07 13:56:26.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.305 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.306 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.306 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.306 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.306 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.306 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.306 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.306 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.306 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.306 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'expiredSessions'
2019-12-07 13:56:26.306 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=expiredSessions)
2019-12-07 13:56:26.306 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of sessions that expired ( doesn't include explicit invalidations )'
2019-12-07 13:56:26.306 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of sessions that expired ( doesn't include explicit invalidations ))
2019-12-07 13:56:26.306 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:26.306 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:26.306 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.307 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6831df1c)
2019-12-07 13:56:26.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.307 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.307 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.307 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'jvmRoute'
2019-12-07 13:56:26.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=jvmRoute)
2019-12-07 13:56:26.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Retrieve the JvmRoute for the enclosing Engine'
2019-12-07 13:56:26.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Retrieve the JvmRoute for the enclosing Engine)
2019-12-07 13:56:26.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.308 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.308 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.309 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.309 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.309 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.309 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7e346258)
2019-12-07 13:56:26.309 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.309 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.309 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.309 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.309 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.309 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.309 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.309 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.309 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.309 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.309 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxActive'
2019-12-07 13:56:26.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxActive)
2019-12-07 13:56:26.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of active sessions so far'
2019-12-07 13:56:26.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of active sessions so far)
2019-12-07 13:56:26.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.310 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1363c42b)
2019-12-07 13:56:26.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.310 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.311 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.311 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.311 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.311 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.311 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.311 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.311 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.311 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxActiveSessions'
2019-12-07 13:56:26.311 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxActiveSessions)
2019-12-07 13:56:26.311 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of active Sessions allowed, or -1                        for no limit'
2019-12-07 13:56:26.311 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of active Sessions allowed, or -1                        for no limit)
2019-12-07 13:56:26.311 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.311 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.311 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.311 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.312 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.312 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.312 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.312 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.312 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.312 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.312 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@ed8578b)
2019-12-07 13:56:26.312 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.312 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.312 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.312 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.312 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.312 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.312 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.312 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.312 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.313 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.313 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxIdleBackup'
2019-12-07 13:56:26.313 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxIdleBackup)
2019-12-07 13:56:26.313 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Indicates how many seconds old a session can get, after its last use in a request, before it should be backed up to the store. -1 means sessions are not backed up.'
2019-12-07 13:56:26.313 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Indicates how many seconds old a session can get, after its last use in a request, before it should be backed up to the store. -1 means sessions are not backed up.)
2019-12-07 13:56:26.313 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.313 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.313 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.314 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.314 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.314 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.314 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.314 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.314 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.314 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.314 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@68f7b073)
2019-12-07 13:56:26.314 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.314 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.314 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.314 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.314 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.315 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.315 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.315 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.315 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.315 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.315 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxIdleSwap'
2019-12-07 13:56:26.315 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxIdleSwap)
2019-12-07 13:56:26.315 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Indicates how many seconds old a session can get, after its last use in a request, before it should be backed up to the store. -1 means sessions are not backed up.'
2019-12-07 13:56:26.315 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Indicates how many seconds old a session can get, after its last use in a request, before it should be backed up to the store. -1 means sessions are not backed up.)
2019-12-07 13:56:26.315 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.315 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.315 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.316 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@350c3997)
2019-12-07 13:56:26.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.316 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.316 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minIdleSwap'
2019-12-07 13:56:26.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minIdleSwap)
2019-12-07 13:56:26.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to ' The minimum time in seconds that a session must be idle before it can be swapped out of memory, or -1 if it can be swapped out at any time.'
2019-12-07 13:56:26.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description= The minimum time in seconds that a session must be idle before it can be swapped out of memory, or -1 if it can be swapped out at any time.)
2019-12-07 13:56:26.316 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.317 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.317 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.317 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.317 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.317 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.317 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.317 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.317 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.317 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.317 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@38c3f181)
2019-12-07 13:56:26.317 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.317 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.317 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.318 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.318 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.318 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.318 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.318 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.318 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.318 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.318 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
2019-12-07 13:56:26.318 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
2019-12-07 13:56:26.318 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The descriptive name of this Manager implementation (for logging)'
2019-12-07 13:56:26.318 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The descriptive name of this Manager implementation (for logging))
2019-12-07 13:56:26.318 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.318 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.318 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.319 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@74eb9d1d)
2019-12-07 13:56:26.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.319 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.319 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.320 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.320 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.320 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.320 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.320 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.320 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processExpiresFrequency'
2019-12-07 13:56:26.320 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processExpiresFrequency)
2019-12-07 13:56:26.320 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The frequency of the manager checks (expiration and passivation)'
2019-12-07 13:56:26.320 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The frequency of the manager checks (expiration and passivation))
2019-12-07 13:56:26.321 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.321 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.321 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.321 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.321 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.321 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.321 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.321 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.321 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.321 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.321 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@214acfdb)
2019-12-07 13:56:26.321 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.321 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.321 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.322 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.322 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.322 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.322 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.322 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.322 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.322 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.322 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processingTime'
2019-12-07 13:56:26.322 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processingTime)
2019-12-07 13:56:26.322 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time spent doing housekeeping and expiration'
2019-12-07 13:56:26.322 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time spent doing housekeeping and expiration)
2019-12-07 13:56:26.322 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:26.322 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:26.322 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.322 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.323 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.323 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.323 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.323 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.323 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.323 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.324 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@755e9ae4)
2019-12-07 13:56:26.324 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.324 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.324 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.324 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.324 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.325 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.325 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.325 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.325 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.325 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.325 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'saveOnRestart'
2019-12-07 13:56:26.325 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=saveOnRestart)
2019-12-07 13:56:26.325 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Indicates whether sessions are saved when the Manager is shut down properly. This requires the unload() method to be called.'
2019-12-07 13:56:26.325 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Indicates whether sessions are saved when the Manager is shut down properly. This requires the unload() method to be called.)
2019-12-07 13:56:26.326 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.326 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.326 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.326 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.326 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.326 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.326 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.326 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.326 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.326 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.326 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@52362237)
2019-12-07 13:56:26.326 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.327 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.327 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.327 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.327 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.327 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.327 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.327 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.327 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.328 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.328 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass'
2019-12-07 13:56:26.328 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass)
2019-12-07 13:56:26.328 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The random number generator class name'
2019-12-07 13:56:26.329 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The random number generator class name)
2019-12-07 13:56:26.329 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.329 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.329 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.329 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.330 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.330 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.330 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.330 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.330 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.330 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.330 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7a1d5e19)
2019-12-07 13:56:26.330 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.330 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.330 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.330 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.330 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.330 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.330 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.330 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.331 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.331 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.331 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAverageAliveTime'
2019-12-07 13:56:26.331 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAverageAliveTime)
2019-12-07 13:56:26.331 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Average time an expired session had been alive'
2019-12-07 13:56:26.331 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Average time an expired session had been alive)
2019-12-07 13:56:26.331 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.331 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.331 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.331 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.331 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.331 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.331 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.331 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.332 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.332 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.332 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.332 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.332 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@dde7296)
2019-12-07 13:56:26.332 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.332 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.332 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.333 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.333 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.333 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.333 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.333 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.333 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.333 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.333 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCreateRate'
2019-12-07 13:56:26.333 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCreateRate)
2019-12-07 13:56:26.333 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Session creation rate in sessions per minute'
2019-12-07 13:56:26.333 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Session creation rate in sessions per minute)
2019-12-07 13:56:26.333 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.333 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.333 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.333 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.333 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.333 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.333 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.333 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.333 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.334 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.334 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.334 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.334 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@cd65073)
2019-12-07 13:56:26.334 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.334 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.334 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.334 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.334 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.334 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.334 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.334 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.334 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.334 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.335 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCounter'
2019-12-07 13:56:26.335 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCounter)
2019-12-07 13:56:26.335 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Total number of sessions created by this manager'
2019-12-07 13:56:26.335 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Total number of sessions created by this manager)
2019-12-07 13:56:26.335 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:26.335 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:26.336 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.336 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.337 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.337 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.337 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.337 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.337 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.337 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.337 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6f12ec44)
2019-12-07 13:56:26.337 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.337 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.337 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.337 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.337 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.337 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.337 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.337 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.338 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.338 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.338 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionExpireRate'
2019-12-07 13:56:26.338 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionExpireRate)
2019-12-07 13:56:26.338 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Session expiration rate in sessions per minute'
2019-12-07 13:56:26.338 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Session expiration rate in sessions per minute)
2019-12-07 13:56:26.338 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.338 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.338 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.338 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.338 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.338 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.338 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.338 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.338 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.339 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.339 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.339 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.339 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7f6f8a29)
2019-12-07 13:56:26.339 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.339 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.339 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.339 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.339 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.339 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.339 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.339 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.339 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.339 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.340 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionMaxAliveTime'
2019-12-07 13:56:26.340 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionMaxAliveTime)
2019-12-07 13:56:26.340 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Longest time an expired session had been alive'
2019-12-07 13:56:26.340 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Longest time an expired session had been alive)
2019-12-07 13:56:26.340 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.340 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.340 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.341 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.341 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.341 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.341 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.341 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.341 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.341 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.342 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@15b0d90)
2019-12-07 13:56:26.342 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.342 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.342 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.342 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.342 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.342 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.342 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.342 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.343 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.343 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.343 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:26.343 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:26.343 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:26.343 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:26.344 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.345 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.345 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'websocketServletWebServerCustomizer'
2019-12-07 13:56:26.345 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration$TomcatWebSocketConfiguration'
2019-12-07 13:56:26.345 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.345 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.345 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.345 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.345 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.345 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.345 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.345 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.345 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.345 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.346 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3fb09000)
2019-12-07 13:56:26.346 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.346 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.346 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.346 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.346 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.346 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.346 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.346 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.346 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.346 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.346 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'rejectedSessions'
2019-12-07 13:56:26.346 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=rejectedSessions)
2019-12-07 13:56:26.346 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of sessions we rejected due to maxActive being reached'
2019-12-07 13:56:26.346 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of sessions we rejected due to maxActive being reached)
2019-12-07 13:56:26.347 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.347 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.347 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.347 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.347 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.347 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.347 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.347 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.347 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.347 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.347 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.347 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.347 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@47b83b7e)
2019-12-07 13:56:26.347 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.347 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.347 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.347 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.348 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.348 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.348 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.348 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.348 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.348 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.348 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAttributeNameFilter'
2019-12-07 13:56:26.348 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAttributeNameFilter)
2019-12-07 13:56:26.348 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The string pattern used for including session attributes in distribution. Null means all attributes are included.'
2019-12-07 13:56:26.348 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The string pattern used for including session attributes in distribution. Null means all attributes are included.)
2019-12-07 13:56:26.348 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.348 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.348 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.348 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.348 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.348 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.348 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.349 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.349 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.349 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.349 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4485df62)
2019-12-07 13:56:26.349 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.349 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.349 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.349 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.349 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.349 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.349 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.349 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.349 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.349 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.349 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAttributeValueClassNameFilter'
2019-12-07 13:56:26.350 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAttributeValueClassNameFilter)
2019-12-07 13:56:26.350 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The regular expression used to filter session attributes based on the implementation class of the value. The regular expression is anchored and must match the fully qualified class name.'
2019-12-07 13:56:26.350 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The regular expression used to filter session attributes based on the implementation class of the value. The regular expression is anchored and must match the fully qualified class name.)
2019-12-07 13:56:26.350 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.350 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.350 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.350 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.350 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.350 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.350 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.350 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.350 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.350 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.350 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1d6b7def)
2019-12-07 13:56:26.350 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.350 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.350 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.351 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.351 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.351 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.351 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.351 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.351 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.351 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.351 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'warnOnSessionAttributeFilterFailure'
2019-12-07 13:56:26.351 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=warnOnSessionAttributeFilterFailure)
2019-12-07 13:56:26.351 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?'
2019-12-07 13:56:26.351 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?)
2019-12-07 13:56:26.351 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.351 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.351 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.351 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.351 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.351 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.351 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2660ded2)
2019-12-07 13:56:26.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.352 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.352 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'backgroundProcess'
2019-12-07 13:56:26.352 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=backgroundProcess)
2019-12-07 13:56:26.353 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Invalidate all sessions that have expired.'
2019-12-07 13:56:26.353 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Invalidate all sessions that have expired.)
2019-12-07 13:56:26.353 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.353 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.353 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.353 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.353 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.353 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.353 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.353 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.353 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:26.353 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.353 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.353 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.354 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.354 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@200572ab)
2019-12-07 13:56:26.354 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.354 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.354 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.354 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.354 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.354 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.354 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.354 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.354 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.354 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.354 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'expireSession'
2019-12-07 13:56:26.354 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=expireSession)
2019-12-07 13:56:26.354 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Expire a session'
2019-12-07 13:56:26.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Expire a session)
2019-12-07 13:56:26.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.355 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.355 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
2019-12-07 13:56:26.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
2019-12-07 13:56:26.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
2019-12-07 13:56:26.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
2019-12-07 13:56:26.355 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.356 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4a91c706)
2019-12-07 13:56:26.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.356 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.356 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.357 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.357 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.357 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.357 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.357 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.357 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.357 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.357 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@c535fbe)
2019-12-07 13:56:26.357 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.357 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.357 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.357 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.357 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.357 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.357 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.357 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.357 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.358 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.358 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getCreationTime'
2019-12-07 13:56:26.358 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getCreationTime)
2019-12-07 13:56:26.358 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the creation time'
2019-12-07 13:56:26.358 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the creation time)
2019-12-07 13:56:26.358 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.358 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.358 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:26.358 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:26.358 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.358 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.358 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.358 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.358 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.358 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.358 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.358 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
2019-12-07 13:56:26.358 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
2019-12-07 13:56:26.359 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'servletWebServerFactoryCustomizer'
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.359 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration'
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2ce596a8)
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@277e39b5)
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.359 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getCreationTimestamp'
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getCreationTimestamp)
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the creation timestamp'
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the creation timestamp)
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'long'
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=long)
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.360 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@639373ab)
2019-12-07 13:56:26.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.361 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.361 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@752b6ec8)
2019-12-07 13:56:26.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.361 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.361 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.361 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getLastAccessedTime'
2019-12-07 13:56:26.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getLastAccessedTime)
2019-12-07 13:56:26.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the last access time'
2019-12-07 13:56:26.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the last access time)
2019-12-07 13:56:26.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:26.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:26.362 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.362 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.362 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.363 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.363 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.363 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.363 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.363 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
2019-12-07 13:56:26.363 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
2019-12-07 13:56:26.363 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
2019-12-07 13:56:26.363 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
2019-12-07 13:56:26.363 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.363 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.363 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.364 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.364 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.364 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.364 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.364 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.364 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.364 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.364 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@75fbf613)
2019-12-07 13:56:26.364 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.364 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2019-12-07 13:56:26.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.365 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.365 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@231eda88)
2019-12-07 13:56:26.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.365 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.365 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

   )
2019-12-07 13:56:26.366 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getLastAccessedTimestamp'
2019-12-07 13:56:26.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getLastAccessedTimestamp)
2019-12-07 13:56:26.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the last access timestamp'
2019-12-07 13:56:26.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the last access timestamp)
2019-12-07 13:56:26.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'long'
2019-12-07 13:56:26.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=long)
2019-12-07 13:56:26.366 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.366 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.366 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
2019-12-07 13:56:26.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
2019-12-07 13:56:26.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
2019-12-07 13:56:26.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
2019-12-07 13:56:26.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.367 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.367 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5b68fb6b)
2019-12-07 13:56:26.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.368 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.368 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@759b83e0)
2019-12-07 13:56:26.368 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.369 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.369 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.369 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.369 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.369 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.369 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.369 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.369 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.369 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.369 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getSessionAttribute'
2019-12-07 13:56:26.369 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getSessionAttribute)
2019-12-07 13:56:26.369 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return a session attribute'
2019-12-07 13:56:26.369 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return a session attribute)
2019-12-07 13:56:26.369 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.369 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.370 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:26.370 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:26.370 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.370 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.370 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.370 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.370 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.370 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.370 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.370 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
2019-12-07 13:56:26.370 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
2019-12-07 13:56:26.370 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
2019-12-07 13:56:26.370 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
2019-12-07 13:56:26.370 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.370 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.370 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.370 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5f7ab82e)
2019-12-07 13:56:26.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.371 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.371 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.371 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'key'
2019-12-07 13:56:26.372 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=key)
2019-12-07 13:56:26.372 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'key of the attribute'
2019-12-07 13:56:26.372 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=key of the attribute)
2019-12-07 13:56:26.372 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.372 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.372 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.372 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.372 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.372 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.372 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.372 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.372 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.372 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.372 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@a65e3d3)
2019-12-07 13:56:26.372 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.372 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.372 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.372 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.373 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.373 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
    '
2019-12-07 13:56:26.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@16cae257)
2019-12-07 13:56:26.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.373 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.373 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.373 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'listSessionIds'
2019-12-07 13:56:26.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=listSessionIds)
2019-12-07 13:56:26.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the list of active session ids'
2019-12-07 13:56:26.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the list of active session ids)
2019-12-07 13:56:26.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:26.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:26.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.374 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.374 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:26.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.374 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3f67f7ed)
2019-12-07 13:56:26.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.375 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.375 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isLoaded'
2019-12-07 13:56:26.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isLoaded)
2019-12-07 13:56:26.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'If the session id is loaded in memory?'
2019-12-07 13:56:26.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=If the session id is loaded in memory?)
2019-12-07 13:56:26.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
2019-12-07 13:56:26.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
2019-12-07 13:56:26.375 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.375 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.375 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
2019-12-07 13:56:26.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
2019-12-07 13:56:26.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
2019-12-07 13:56:26.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
2019-12-07 13:56:26.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.376 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@355693e7)
2019-12-07 13:56:26.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.376 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.376 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.376 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@108895e5)
2019-12-07 13:56:26.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.377 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.377 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:26.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

   

    

    

    

  '
2019-12-07 13:56:26.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.377 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=PersistentManager, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Persistent Manager, group=Manager, type=org.apache.catalina.session.PersistentManager])
2019-12-07 13:56:26.378 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:26.378 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.378 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.378 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:26.378 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

)
2019-12-07 13:56:26.378 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbeans-descriptors)
2019-12-07 13:56:26.378 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors'
2019-12-07 13:56:26.378 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

  

  

'
2019-12-07 13:56:26.378 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:26.378 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endDocument()
2019-12-07 13:56:26.378 DEBUG 15190 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry  : Found jar:file:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.22/79f39903498b28adacb18fe2ea046edd306295a6/tomcat-embed-core-9.0.22.jar!/org/apache/catalina/startup/mbeans-descriptors.xml
2019-12-07 13:56:26.379 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@508130cc)
2019-12-07 13:56:26.379 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startDocument()
2019-12-07 13:56:26.379 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbeans-descriptors)
2019-12-07 13:56:26.379 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors'
2019-12-07 13:56:26.380 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:26.380 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.380 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:26.380 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.380 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:26.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ContextConfig'
2019-12-07 13:56:26.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ContextConfig)
2019-12-07 13:56:26.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Startup event listener for a Context that configures the properties of that Context, and the associated defined servlets'
2019-12-07 13:56:26.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Startup event listener for a Context that configures the properties of that Context, and the associated defined servlets)
2019-12-07 13:56:26.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:26.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:26.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Listener'
2019-12-07 13:56:26.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Listener)
2019-12-07 13:56:26.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.startup.ContextConfig'
2019-12-07 13:56:26.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.startup.ContextConfig)
2019-12-07 13:56:26.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.381 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.381 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:26.381 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:26.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:26.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:26.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.382 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@472a084)
2019-12-07 13:56:26.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.382 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.382 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.382 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultContextXml'
2019-12-07 13:56:26.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultContextXml)
2019-12-07 13:56:26.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The location of the default context file'
2019-12-07 13:56:26.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The location of the default context file)
2019-12-07 13:56:26.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.383 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5d15c33e)
2019-12-07 13:56:26.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.383 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.384 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.384 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultWebXml'
2019-12-07 13:56:26.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultWebXml)
2019-12-07 13:56:26.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The location of the default deployment descriptor'
2019-12-07 13:56:26.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The location of the default deployment descriptor)
2019-12-07 13:56:26.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.384 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4602c4a5)
2019-12-07 13:56:26.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.384 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.384 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.385 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:26.385 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.385 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

  '
2019-12-07 13:56:26.385 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.385 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.385 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.385 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.385 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ContextConfig, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Startup event listener for a Context that configures the properties of that Context, and the associated defined servlets, group=Listener, type=org.apache.catalina.startup.ContextConfig])
2019-12-07 13:56:26.385 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:26.385 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.385 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.385 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:26.385 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.385 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:26.385 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.385 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.386 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.386 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:26.386 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'EngineConfig'
2019-12-07 13:56:26.386 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=EngineConfig)
2019-12-07 13:56:26.386 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts'
2019-12-07 13:56:26.386 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts)
2019-12-07 13:56:26.386 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:26.386 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:26.386 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Listener'
2019-12-07 13:56:26.386 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Listener)
2019-12-07 13:56:26.386 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.startup.EngineConfig'
2019-12-07 13:56:26.386 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.startup.EngineConfig)
2019-12-07 13:56:26.386 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.386 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.386 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.386 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.386 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:26.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:26.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:26.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:26.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.387 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.387 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1f5c8bf9)
2019-12-07 13:56:26.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.388 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.388 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:26.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

  '
2019-12-07 13:56:26.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=EngineConfig, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts, group=Listener, type=org.apache.catalina.startup.EngineConfig])
2019-12-07 13:56:26.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:26.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:26.388 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(


  )
2019-12-07 13:56:26.388 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:26.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.388 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:26.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'HostConfig'
2019-12-07 13:56:26.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=HostConfig)
2019-12-07 13:56:26.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts'
2019-12-07 13:56:26.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts)
2019-12-07 13:56:26.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:26.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:26.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Listener'
2019-12-07 13:56:26.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Listener)
2019-12-07 13:56:26.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.startup.HostConfig'
2019-12-07 13:56:26.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.startup.HostConfig)
2019-12-07 13:56:26.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.389 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.389 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:26.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:26.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:26.389 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:26.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.390 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@e3b6e16)
2019-12-07 13:56:26.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.390 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.391 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.391 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'configBaseName'
2019-12-07 13:56:26.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=configBaseName)
2019-12-07 13:56:26.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The base directory for Context configuration files'
2019-12-07 13:56:26.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The base directory for Context configuration files)
2019-12-07 13:56:26.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.391 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.392 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'servletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2019-12-07 13:56:26.392 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7dc440dc)
2019-12-07 13:56:26.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.392 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.392 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.392 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'contextClass'
2019-12-07 13:56:26.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=contextClass)
2019-12-07 13:56:26.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Java class name of the Context implementation we should use'
2019-12-07 13:56:26.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Java class name of the Context implementation we should use)
2019-12-07 13:56:26.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.393 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2d33842d)
2019-12-07 13:56:26.393 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.394 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

     )
2019-12-07 13:56:26.394 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'copyXML'
2019-12-07 13:56:26.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=copyXML)
2019-12-07 13:56:26.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The copy XML config file flag for this component'
2019-12-07 13:56:26.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The copy XML config file flag for this component)
2019-12-07 13:56:26.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.394 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.395 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@564bd131)
2019-12-07 13:56:26.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.395 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

     )
2019-12-07 13:56:26.395 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.395 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.396 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.396 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.396 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deployXML'
2019-12-07 13:56:26.396 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deployXML)
2019-12-07 13:56:26.396 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The deploy XML config file flag for this component'
2019-12-07 13:56:26.396 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The deploy XML config file flag for this component)
2019-12-07 13:56:26.396 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.396 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.396 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.397 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.397 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.397 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.397 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.397 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.397 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.397 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.397 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.397 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.397 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6debc97e)
2019-12-07 13:56:26.397 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.397 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.397 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.397 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.397 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

     )
2019-12-07 13:56:26.397 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.397 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.398 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.398 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.398 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.398 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'unpackWARs'
2019-12-07 13:56:26.398 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=unpackWARs)
2019-12-07 13:56:26.398 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The unpack WARs flag'
2019-12-07 13:56:26.398 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The unpack WARs flag)
2019-12-07 13:56:26.398 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.398 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.399 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.399 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'tomcatServletWebServerFactoryCustomizer'
2019-12-07 13:56:26.399 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.399 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.399 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.399 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.399 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.399 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.399 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.399 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.399 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.399 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@65a14fab)
2019-12-07 13:56:26.399 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.399 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.399 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.399 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.399 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.399 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.400 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.400 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.400 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.400 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.400 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addServiced'
2019-12-07 13:56:26.400 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addServiced)
2019-12-07 13:56:26.400 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a web application to the serviced list to show it gets serviced by another component'
2019-12-07 13:56:26.400 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a web application to the serviced list to show it gets serviced by another component)
2019-12-07 13:56:26.400 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.400 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.400 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'tomcatServletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2019-12-07 13:56:26.400 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.400 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.400 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.400 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.400 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.400 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.400 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:26.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:26.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name'
2019-12-07 13:56:26.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name)
2019-12-07 13:56:26.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.401 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4c2c39f1)
2019-12-07 13:56:26.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.401 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.402 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.402 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5118854e)
2019-12-07 13:56:26.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.402 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.402 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.403 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.403 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.403 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.403 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.403 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.403 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'check'
2019-12-07 13:56:26.403 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=check)
2019-12-07 13:56:26.403 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Check a web application name for updates'
2019-12-07 13:56:26.403 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Check a web application name for updates)
2019-12-07 13:56:26.403 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.403 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.403 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.403 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.403 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.403 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.404 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.404 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'tomcatWebServerFactoryCustomizer'
2019-12-07 13:56:26.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.404 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration$TomcatWebServerFactoryCustomizerConfiguration'
2019-12-07 13:56:26.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:26.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:26.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name'
2019-12-07 13:56:26.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name)
2019-12-07 13:56:26.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.404 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.404 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@620b062a)
2019-12-07 13:56:26.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.405 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.405 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@db8c1d7)
2019-12-07 13:56:26.405 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.406 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.406 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.406 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.406 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.406 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.406 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.406 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.406 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.406 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.406 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'checkUndeploy'
2019-12-07 13:56:26.406 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=checkUndeploy)
2019-12-07 13:56:26.406 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Undeploy any old versions of applications deployed using parallel deployment that have no active sessions'
2019-12-07 13:56:26.406 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Undeploy any old versions of applications deployed using parallel deployment that have no active sessions)
2019-12-07 13:56:26.406 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.406 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.407 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.407 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:26.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@20769220)
2019-12-07 13:56:26.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.407 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.407 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.407 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getDeploymentTime'
2019-12-07 13:56:26.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getDeploymentTime)
2019-12-07 13:56:26.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the instant where an application was deployed'
2019-12-07 13:56:26.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the instant where an application was deployed)
2019-12-07 13:56:26.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'long'
2019-12-07 13:56:26.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=long)
2019-12-07 13:56:26.408 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.408 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.408 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:26.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:26.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name'
2019-12-07 13:56:26.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name)
2019-12-07 13:56:26.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.409 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.409 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@35515195)
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@f513b43)
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isDeployed'
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isDeployed)
2019-12-07 13:56:26.410 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Was this web application deployed by this component'
2019-12-07 13:56:26.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Was this web application deployed by this component)
2019-12-07 13:56:26.411 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'environment'
2019-12-07 13:56:26.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.411 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2019-12-07 13:56:26.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
2019-12-07 13:56:26.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
2019-12-07 13:56:26.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.411 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.411 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:26.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:26.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name'
2019-12-07 13:56:26.411 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name)
2019-12-07 13:56:26.412 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.412 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.412 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.412 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.412 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.412 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.412 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.412 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.412 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.412 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.412 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@442cf507)
2019-12-07 13:56:26.413 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.413 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.414 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.414 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.414 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.414 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.414 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.414 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.414 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.414 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.414 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.414 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.414 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@505f9830)
2019-12-07 13:56:26.414 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.414 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.414 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.414 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.414 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.414 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isServiced'
2019-12-07 13:56:26.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isServiced)
2019-12-07 13:56:26.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Is a web application serviced by another component'
2019-12-07 13:56:26.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Is a web application serviced by another component)
2019-12-07 13:56:26.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
2019-12-07 13:56:26.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
2019-12-07 13:56:26.415 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.415 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.416 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:26.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:26.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name'
2019-12-07 13:56:26.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name)
2019-12-07 13:56:26.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.416 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.416 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.417 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.417 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.417 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.417 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6f3db657)
2019-12-07 13:56:26.417 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.417 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.417 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.417 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.417 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.417 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.417 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.417 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.417 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.417 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.417 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.417 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.418 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@693003d0)
2019-12-07 13:56:26.418 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.418 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.418 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.418 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.418 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.418 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.418 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.418 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.418 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.419 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.419 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'manageApp'
2019-12-07 13:56:26.419 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=manageApp)
2019-12-07 13:56:26.419 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a web application managed externally'
2019-12-07 13:56:26.419 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a web application managed externally)
2019-12-07 13:56:26.419 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.419 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.419 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.419 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.419 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.419 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.419 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.419 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.419 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.419 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.419 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'context'
2019-12-07 13:56:26.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=context)
2019-12-07 13:56:26.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Context to add'
2019-12-07 13:56:26.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Context to add)
2019-12-07 13:56:26.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'org.apache.catalina.Context'
2019-12-07 13:56:26.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=org.apache.catalina.Context)
2019-12-07 13:56:26.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.420 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4a17473c)
2019-12-07 13:56:26.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.420 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.421 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'localeCharsetMappingsCustomizer'
2019-12-07 13:56:26.421 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration'
2019-12-07 13:56:26.421 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.421 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.421 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.422 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.422 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.422 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.422 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.422 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.422 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.422 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.422 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration$$EnhancerBySpringCGLIB$$d6046407] - unable to determine constructor/method parameter names
2019-12-07 13:56:26.422 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6625d856)
2019-12-07 13:56:26.422 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.422 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.422 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.422 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.422 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.422 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.423 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.423 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.423 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.423 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.423 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeServiced'
2019-12-07 13:56:26.423 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeServiced)
2019-12-07 13:56:26.423 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a web application from the serviced list to show it isn't serviced by another component'
2019-12-07 13:56:26.423 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a web application from the serviced list to show it isn't serviced by another component)
2019-12-07 13:56:26.423 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.423 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.423 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.423 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.423 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.423 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.423 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.423 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.424 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.424 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.424 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.424 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-12-07 13:56:26.424 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'spring.http-org.springframework.boot.autoconfigure.http.HttpProperties'
2019-12-07 13:56:26.424 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-12-07 13:56:26.424 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name'
2019-12-07 13:56:26.424 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name)
2019-12-07 13:56:26.424 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.424 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.424 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.424 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.424 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.424 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.424 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.424 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.424 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.425 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.425 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@64a855cb)
2019-12-07 13:56:26.425 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.425 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.425 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.425 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.425 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.425 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.425 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.425 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.425 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.425 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.425 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.425 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.425 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@d6ff40d)
2019-12-07 13:56:26.425 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.425 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.425 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.426 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.426 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'unmanageApp'
2019-12-07 13:56:26.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=unmanageApp)
2019-12-07 13:56:26.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a web application from checks'
2019-12-07 13:56:26.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a web application from checks)
2019-12-07 13:56:26.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.426 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.427 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.427 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.427 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.427 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.427 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.427 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.427 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.427 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.427 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.427 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'contextPath'
2019-12-07 13:56:26.428 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=contextPath)
2019-12-07 13:56:26.428 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The application path'
2019-12-07 13:56:26.428 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The application path)
2019-12-07 13:56:26.428 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.428 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.428 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.428 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.428 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.428 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration' via constructor to bean named 'spring.http-org.springframework.boot.autoconfigure.http.HttpProperties'
2019-12-07 13:56:26.430 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.430 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.430 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.430 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.430 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7d316c3b)
2019-12-07 13:56:26.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.431 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.431 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@359efca3)
2019-12-07 13:56:26.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.431 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.431 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.432 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:26.432 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.432 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

     

     

     

    

    

    

    

    

    

    

    

    

  '
2019-12-07 13:56:26.432 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.432 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.432 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.432 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.432 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=HostConfig, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts, group=Listener, type=org.apache.catalina.startup.HostConfig])
2019-12-07 13:56:26.432 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:26.432 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.432 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.432 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:26.433 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

)
2019-12-07 13:56:26.433 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbeans-descriptors)
2019-12-07 13:56:26.433 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors'
2019-12-07 13:56:26.433 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

  

  


  

'
2019-12-07 13:56:26.433 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:26.433 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endDocument()
2019-12-07 13:56:26.433 DEBUG 15190 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry  : Found jar:file:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.22/79f39903498b28adacb18fe2ea046edd306295a6/tomcat-embed-core-9.0.22.jar!/org/apache/catalina/users/mbeans-descriptors.xml
2019-12-07 13:56:26.434 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@17a5488f)
2019-12-07 13:56:26.434 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startDocument()
2019-12-07 13:56:26.435 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbeans-descriptors)
2019-12-07 13:56:26.437 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors'
2019-12-07 13:56:26.438 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:26.438 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
  )
2019-12-07 13:56:26.438 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:26.438 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.438 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.438 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.438 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:26.438 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'MemoryUserDatabase'
2019-12-07 13:56:26.438 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=MemoryUserDatabase)
2019-12-07 13:56:26.438 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.MemoryUserDatabaseMBean'
2019-12-07 13:56:26.438 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.MemoryUserDatabaseMBean)
2019-12-07 13:56:26.439 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'In-memory user and group database'
2019-12-07 13:56:26.439 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=In-memory user and group database)
2019-12-07 13:56:26.440 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Users'
2019-12-07 13:56:26.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Users)
2019-12-07 13:56:26.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'UserDatabase'
2019-12-07 13:56:26.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=UserDatabase)
2019-12-07 13:56:26.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.users.MemoryUserDatabase'
2019-12-07 13:56:26.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.users.MemoryUserDatabase)
2019-12-07 13:56:26.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.441 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.441 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'groups'
2019-12-07 13:56:26.441 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=groups)
2019-12-07 13:56:26.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of all defined groups'
2019-12-07 13:56:26.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of all defined groups)
2019-12-07 13:56:26.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-12-07 13:56:26.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-12-07 13:56:26.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.442 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.442 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@559cd53c)
2019-12-07 13:56:26.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.443 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.443 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pathname'
2019-12-07 13:56:26.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pathname)
2019-12-07 13:56:26.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Relative or absolute pathname to database file'
2019-12-07 13:56:26.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Relative or absolute pathname to database file)
2019-12-07 13:56:26.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.443 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.444 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.444 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.444 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.444 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.444 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.444 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.444 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.444 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@31483e08)
2019-12-07 13:56:26.444 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.444 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.444 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.444 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.444 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.444 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.444 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.445 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.445 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.445 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.445 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roles'
2019-12-07 13:56:26.445 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roles)
2019-12-07 13:56:26.445 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of all defined roles'
2019-12-07 13:56:26.445 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of all defined roles)
2019-12-07 13:56:26.445 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-12-07 13:56:26.445 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-12-07 13:56:26.445 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.445 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.445 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.445 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.445 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.445 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.445 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.445 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.446 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.446 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.446 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4db69a31)
2019-12-07 13:56:26.446 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.446 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.446 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.446 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.446 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.446 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.446 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.446 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.446 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.446 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.446 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'users'
2019-12-07 13:56:26.446 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=users)
2019-12-07 13:56:26.446 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of all defined users'
2019-12-07 13:56:26.447 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of all defined users)
2019-12-07 13:56:26.447 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-12-07 13:56:26.447 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-12-07 13:56:26.447 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.447 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.448 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.448 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.448 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.448 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.448 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.448 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.448 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.448 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.448 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@706a4238)
2019-12-07 13:56:26.448 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.448 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.449 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.449 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'readonly'
2019-12-07 13:56:26.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=readonly)
2019-12-07 13:56:26.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'No persistent save of the user database'
2019-12-07 13:56:26.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=No persistent save of the user database)
2019-12-07 13:56:26.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.449 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.450 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.450 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.450 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.450 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.450 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.450 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.450 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.450 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.450 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.450 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@43ec4c3c)
2019-12-07 13:56:26.450 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.450 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.450 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.450 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.450 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.450 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.450 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'writeable'
2019-12-07 13:56:26.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=writeable)
2019-12-07 13:56:26.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Check if user database is writeable'
2019-12-07 13:56:26.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Check if user database is writeable)
2019-12-07 13:56:26.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'impact' to 'INFO'
2019-12-07 13:56:26.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo impact=INFO)
2019-12-07 13:56:26.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.451 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.451 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.452 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.452 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.452 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.452 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.452 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@33249237)
2019-12-07 13:56:26.452 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.452 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.452 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.452 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.452 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.456 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.456 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.456 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.456 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.456 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.456 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createGroup'
2019-12-07 13:56:26.456 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createGroup)
2019-12-07 13:56:26.457 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create new group and return MBean name'
2019-12-07 13:56:26.457 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create new group and return MBean name)
2019-12-07 13:56:26.457 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.457 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.457 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:26.457 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:26.457 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.457 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.457 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.457 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.457 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.457 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.457 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'groupname'
2019-12-07 13:56:26.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=groupname)
2019-12-07 13:56:26.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Group name of the new group'
2019-12-07 13:56:26.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Group name of the new group)
2019-12-07 13:56:26.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.458 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.458 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4abaf170)
2019-12-07 13:56:26.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.459 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.459 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'description'
2019-12-07 13:56:26.459 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=description)
2019-12-07 13:56:26.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Description of the new group'
2019-12-07 13:56:26.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Description of the new group)
2019-12-07 13:56:26.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.460 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@68e3019d)
2019-12-07 13:56:26.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.460 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.460 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.460 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.461 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.461 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
    '
2019-12-07 13:56:26.461 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.461 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.461 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.461 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.461 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@49cf2d11)
2019-12-07 13:56:26.461 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.461 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.461 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.461 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.461 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.461 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.461 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.461 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.461 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.461 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.462 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createRole'
2019-12-07 13:56:26.462 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createRole)
2019-12-07 13:56:26.462 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create new role and return MBean name'
2019-12-07 13:56:26.462 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create new role and return MBean name)
2019-12-07 13:56:26.462 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.462 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.462 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:26.462 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:26.462 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.462 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.462 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.462 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.462 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.462 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.462 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.462 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'rolename'
2019-12-07 13:56:26.462 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=rolename)
2019-12-07 13:56:26.463 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role name of the new role'
2019-12-07 13:56:26.463 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role name of the new role)
2019-12-07 13:56:26.463 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.463 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.463 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.463 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.463 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.463 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.463 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.463 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.463 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.463 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.463 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5eedab35)
2019-12-07 13:56:26.463 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.463 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.463 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.463 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.463 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.464 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'description'
2019-12-07 13:56:26.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=description)
2019-12-07 13:56:26.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Description of the new role'
2019-12-07 13:56:26.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Description of the new role)
2019-12-07 13:56:26.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.464 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.464 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4341e0e9)
2019-12-07 13:56:26.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.465 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.465 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
    '
2019-12-07 13:56:26.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@33defef5)
2019-12-07 13:56:26.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.465 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.466 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.466 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.466 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.466 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.466 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.466 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.466 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.466 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createUser'
2019-12-07 13:56:26.466 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createUser)
2019-12-07 13:56:26.466 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create new user and return MBean name'
2019-12-07 13:56:26.466 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create new user and return MBean name)
2019-12-07 13:56:26.466 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.466 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.466 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:26.466 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:26.466 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.466 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.466 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'username'
2019-12-07 13:56:26.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=username)
2019-12-07 13:56:26.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'User name of the new user'
2019-12-07 13:56:26.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=User name of the new user)
2019-12-07 13:56:26.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.467 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3c9ea3a)
2019-12-07 13:56:26.467 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.468 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.468 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.468 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.468 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.468 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.468 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.468 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.468 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.468 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.468 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'password'
2019-12-07 13:56:26.468 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=password)
2019-12-07 13:56:26.468 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Password of the new user'
2019-12-07 13:56:26.468 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Password of the new user)
2019-12-07 13:56:26.468 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.468 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.468 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.468 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@304e5d75)
2019-12-07 13:56:26.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.469 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.469 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.469 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'fullName'
2019-12-07 13:56:26.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=fullName)
2019-12-07 13:56:26.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Full name of the new user'
2019-12-07 13:56:26.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Full name of the new user)
2019-12-07 13:56:26.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.470 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7cc4b53d)
2019-12-07 13:56:26.470 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.471 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.471 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.471 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.471 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.471 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.471 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.471 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
      
    '
2019-12-07 13:56:26.471 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.471 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.471 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.471 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.471 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@38a9d506)
2019-12-07 13:56:26.471 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.471 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.471 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.471 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.471 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.472 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.472 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.472 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.472 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.472 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.472 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findGroup'
2019-12-07 13:56:26.472 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findGroup)
2019-12-07 13:56:26.472 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return MBean Name of the specified group (if any)'
2019-12-07 13:56:26.472 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return MBean Name of the specified group (if any))
2019-12-07 13:56:26.472 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-12-07 13:56:26.472 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-12-07 13:56:26.472 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:26.472 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:26.472 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.473 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.473 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.473 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.473 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.473 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.473 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.473 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'groupname'
2019-12-07 13:56:26.473 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=groupname)
2019-12-07 13:56:26.474 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Group name of the requested group'
2019-12-07 13:56:26.474 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Group name of the requested group)
2019-12-07 13:56:26.474 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.474 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.474 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.474 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.474 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.474 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.474 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.474 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.474 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.474 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.474 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@747d6013)
2019-12-07 13:56:26.474 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.474 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.475 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.475 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@369a2e1c)
2019-12-07 13:56:26.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.475 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.475 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.475 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findRole'
2019-12-07 13:56:26.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findRole)
2019-12-07 13:56:26.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return MBean Name of the specified role (if any)'
2019-12-07 13:56:26.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return MBean Name of the specified role (if any))
2019-12-07 13:56:26.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-12-07 13:56:26.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-12-07 13:56:26.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:26.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:26.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.476 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.476 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'rolename'
2019-12-07 13:56:26.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=rolename)
2019-12-07 13:56:26.476 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role name of the requested role'
2019-12-07 13:56:26.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role name of the requested role)
2019-12-07 13:56:26.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.477 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6f2e08af)
2019-12-07 13:56:26.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.477 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.477 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.478 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.478 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.478 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.478 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.478 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.478 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.478 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.478 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@19d9e1a9)
2019-12-07 13:56:26.478 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.478 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.478 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.479 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.479 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findUser'
2019-12-07 13:56:26.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findUser)
2019-12-07 13:56:26.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return MBean Name of the specified user (if any)'
2019-12-07 13:56:26.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return MBean Name of the specified user (if any))
2019-12-07 13:56:26.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-12-07 13:56:26.479 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-12-07 13:56:26.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:26.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:26.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.480 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.480 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'username'
2019-12-07 13:56:26.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=username)
2019-12-07 13:56:26.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'User name of the requested user'
2019-12-07 13:56:26.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=User name of the requested user)
2019-12-07 13:56:26.480 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.481 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6bb7779)
2019-12-07 13:56:26.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.481 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.481 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.481 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6136437c)
2019-12-07 13:56:26.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.482 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.482 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeGroup'
2019-12-07 13:56:26.482 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeGroup)
2019-12-07 13:56:26.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove existing group (and all user memberships)'
2019-12-07 13:56:26.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove existing group (and all user memberships))
2019-12-07 13:56:26.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.483 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.483 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.484 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.484 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.484 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.484 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.484 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.484 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'groupname'
2019-12-07 13:56:26.484 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=groupname)
2019-12-07 13:56:26.484 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Group name of the group to remove'
2019-12-07 13:56:26.484 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Group name of the group to remove)
2019-12-07 13:56:26.484 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.484 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.484 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.484 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.484 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.484 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.484 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.484 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.484 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7e424485)
2019-12-07 13:56:26.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.485 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.485 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@28c0264d)
2019-12-07 13:56:26.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.485 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.485 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.485 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRole'
2019-12-07 13:56:26.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRole)
2019-12-07 13:56:26.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove existing role'
2019-12-07 13:56:26.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove existing role)
2019-12-07 13:56:26.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.486 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.486 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'rolename'
2019-12-07 13:56:26.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=rolename)
2019-12-07 13:56:26.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role name of the role to remove'
2019-12-07 13:56:26.486 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role name of the role to remove)
2019-12-07 13:56:26.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.487 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@759d8c93)
2019-12-07 13:56:26.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.487 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.488 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.488 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.488 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.488 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.488 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.488 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.488 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.488 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.488 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@26e31cff)
2019-12-07 13:56:26.488 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.488 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.488 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.488 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.488 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.488 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeUser'
2019-12-07 13:56:26.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeUser)
2019-12-07 13:56:26.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove existing user (and all group memberships)'
2019-12-07 13:56:26.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove existing user (and all group memberships))
2019-12-07 13:56:26.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.489 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.490 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.490 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'username'
2019-12-07 13:56:26.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=username)
2019-12-07 13:56:26.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'User name of the user to remove'
2019-12-07 13:56:26.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=User name of the user to remove)
2019-12-07 13:56:26.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.490 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'errorPageCustomizer'
2019-12-07 13:56:26.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.490 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.490 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration'
2019-12-07 13:56:26.490 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4a6902ca)
2019-12-07 13:56:26.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.491 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.491 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.491 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$$EnhancerBySpringCGLIB$$2e5bb2ea] - unable to determine constructor/method parameter names
2019-12-07 13:56:26.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6332b784)
2019-12-07 13:56:26.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.491 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.492 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.492 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'save'
2019-12-07 13:56:26.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=save)
2019-12-07 13:56:26.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Save current users and groups to persistent storage'
2019-12-07 13:56:26.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Save current users and groups to persistent storage)
2019-12-07 13:56:26.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.492 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.492 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.493 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:26.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7ad24665)
2019-12-07 13:56:26.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.493 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
  )
2019-12-07 13:56:26.493 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:26.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.493 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    
  '
2019-12-07 13:56:26.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=MemoryUserDatabase, className=org.apache.catalina.mbeans.MemoryUserDatabaseMBean, description=In-memory user and group database, group=UserDatabase, type=org.apache.catalina.users.MemoryUserDatabase])
2019-12-07 13:56:26.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:26.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:26.494 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
)
2019-12-07 13:56:26.494 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbeans-descriptors)
2019-12-07 13:56:26.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors'
2019-12-07 13:56:26.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
  
'
2019-12-07 13:56:26.494 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:26.494 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'dispatcherServletRegistration'
2019-12-07 13:56:26.494 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endDocument()
2019-12-07 13:56:26.495 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration'
2019-12-07 13:56:26.495 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration$$EnhancerBySpringCGLIB$$b4b6d1d5] - unable to determine constructor/method parameter names
2019-12-07 13:56:26.496 DEBUG 15190 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry  : Found jar:file:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.22/79f39903498b28adacb18fe2ea046edd306295a6/tomcat-embed-core-9.0.22.jar!/org/apache/catalina/connector/mbeans-descriptors.xml
2019-12-07 13:56:26.497 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@30ed8de0)
2019-12-07 13:56:26.497 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startDocument()
2019-12-07 13:56:26.497 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
2019-12-07 13:56:26.497 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbeans-descriptors)
2019-12-07 13:56:26.497 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors'
2019-12-07 13:56:26.497 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:26.497 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.498 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
  )
2019-12-07 13:56:26.498 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:26.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:26.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'CoyoteConnector'
2019-12-07 13:56:26.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=CoyoteConnector)
2019-12-07 13:56:26.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ConnectorMBean'
2019-12-07 13:56:26.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ConnectorMBean)
2019-12-07 13:56:26.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of a Coyote connector'
2019-12-07 13:56:26.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of a Coyote connector)
2019-12-07 13:56:26.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:26.498 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:26.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Connector'
2019-12-07 13:56:26.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Connector)
2019-12-07 13:56:26.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.connector.Connector'
2019-12-07 13:56:26.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.connector.Connector)
2019-12-07 13:56:26.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.499 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.499 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.499 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.499 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'acceptCount'
2019-12-07 13:56:26.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=acceptCount)
2019-12-07 13:56:26.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The accept count for this Connector'
2019-12-07 13:56:26.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The accept count for this Connector)
2019-12-07 13:56:26.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.500 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@586404f6)
2019-12-07 13:56:26.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.500 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.500 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.500 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.501 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.501 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.501 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.501 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.501 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.501 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'address'
2019-12-07 13:56:26.501 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=address)
2019-12-07 13:56:26.501 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The IP address on which to bind'
2019-12-07 13:56:26.501 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The IP address on which to bind)
2019-12-07 13:56:26.501 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.501 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.501 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.501 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.501 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.501 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.501 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.502 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.502 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.502 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
2019-12-07 13:56:26.502 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.504 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@59c43747)
2019-12-07 13:56:26.504 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.504 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.504 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.504 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.504 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.504 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.504 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.504 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.504 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.504 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'multipartConfigElement'
2019-12-07 13:56:26.504 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.504 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'ajpFlush'
2019-12-07 13:56:26.504 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=ajpFlush)
2019-12-07 13:56:26.504 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration'
2019-12-07 13:56:26.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Send AJP flush package for each explicit flush'
2019-12-07 13:56:26.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Send AJP flush package for each explicit flush)
2019-12-07 13:56:26.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.505 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.505 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration$$EnhancerBySpringCGLIB$$44f4ec14] - unable to determine constructor/method parameter names
2019-12-07 13:56:26.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@33dadc5a)
2019-12-07 13:56:26.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.505 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.506 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.506 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.506 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.506 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allowTrace'
2019-12-07 13:56:26.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allowTrace)
2019-12-07 13:56:26.507 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties'
2019-12-07 13:56:26.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Allow disabling TRACE method'
2019-12-07 13:56:26.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Allow disabling TRACE method)
2019-12-07 13:56:26.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.507 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6f04c54c)
2019-12-07 13:56:26.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.507 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.508 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.508 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.508 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.508 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.508 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.508 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.508 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.508 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.508 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'ciphers'
2019-12-07 13:56:26.508 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=ciphers)
2019-12-07 13:56:26.508 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Comma-separated list of requested cipher suites'
2019-12-07 13:56:26.508 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Comma-separated list of requested cipher suites)
2019-12-07 13:56:26.508 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.508 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.508 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.508 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.508 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.508 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.508 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.508 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.509 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.509 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.509 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@173f2fee)
2019-12-07 13:56:26.509 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.509 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.509 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.509 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.509 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.509 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.509 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.509 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.509 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.509 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.509 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'ciphersUsed'
2019-12-07 13:56:26.509 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=ciphersUsed)
2019-12-07 13:56:26.509 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Array of ciphers suites in use'
2019-12-07 13:56:26.509 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Array of ciphers suites in use)
2019-12-07 13:56:26.509 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-12-07 13:56:26.509 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-12-07 13:56:26.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.510 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6f394c41)
2019-12-07 13:56:26.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.510 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.510 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.510 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:26.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:26.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:26.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:26.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.511 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.511 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.513 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.513 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.513 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.513 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@a6465f0)
2019-12-07 13:56:26.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.514 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration' via constructor to bean named 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties'
2019-12-07 13:56:26.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.514 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.514 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.514 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionLinger'
2019-12-07 13:56:26.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionLinger)
2019-12-07 13:56:26.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Linger value on the incoming connection'
2019-12-07 13:56:26.514 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Linger value on the incoming connection)
2019-12-07 13:56:26.515 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.515 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.515 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.515 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.515 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.515 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.515 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.515 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.515 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.516 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.516 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4383ff55)
2019-12-07 13:56:26.516 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.516 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.516 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.516 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.516 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.516 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.516 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.516 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.516 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.516 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.516 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.516 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionTimeout'
2019-12-07 13:56:26.516 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionTimeout)
2019-12-07 13:56:26.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Timeout value on the incoming connection'
2019-12-07 13:56:26.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Timeout value on the incoming connection)
2019-12-07 13:56:26.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.517 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.517 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.518 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.518 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.518 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2dade894)
2019-12-07 13:56:26.518 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.518 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.518 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.518 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.518 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.518 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.518 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.518 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.518 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.518 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.518 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'enableLookups'
2019-12-07 13:56:26.518 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=enableLookups)
2019-12-07 13:56:26.518 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'enable DNS lookups' flag for this Connector'
2019-12-07 13:56:26.518 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'enable DNS lookups' flag for this Connector)
2019-12-07 13:56:26.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.519 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@8d3f224)
2019-12-07 13:56:26.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.519 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.520 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.520 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.520 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.520 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.520 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.520 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.520 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'executorName'
2019-12-07 13:56:26.520 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=executorName)
2019-12-07 13:56:26.520 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the executor - if any - associated with this Connector'
2019-12-07 13:56:26.520 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the executor - if any - associated with this Connector)
2019-12-07 13:56:26.520 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.520 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.520 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.521 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@21315d2b)
2019-12-07 13:56:26.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.521 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.521 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.521 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.521 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'keepAliveTimeout'
2019-12-07 13:56:26.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=keepAliveTimeout)
2019-12-07 13:56:26.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of seconds Tomcat will wait for a subsequent request before closing the connection'
2019-12-07 13:56:26.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of seconds Tomcat will wait for a subsequent request before closing the connection)
2019-12-07 13:56:26.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.522 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.522 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.523 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.523 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7d14670f)
2019-12-07 13:56:26.523 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.523 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.523 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.523 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.523 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.523 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.523 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.523 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.523 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.523 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.523 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'localPort'
2019-12-07 13:56:26.523 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=localPort)
2019-12-07 13:56:26.523 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The port number on which this connector is listening to requests. If the special value for port of zero is used then this method will report the actual port bound.'
2019-12-07 13:56:26.523 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The port number on which this connector is listening to requests. If the special value for port of zero is used then this method will report the actual port bound.)
2019-12-07 13:56:26.523 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.524 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.524 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.524 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.524 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.524 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.524 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.524 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.524 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.524 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.524 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.524 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.524 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3fbfd971)
2019-12-07 13:56:26.524 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.524 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.524 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.524 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.524 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.524 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.525 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.525 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.525 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.525 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.525 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxHeaderCount'
2019-12-07 13:56:26.525 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxHeaderCount)
2019-12-07 13:56:26.525 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of headers that are allowed by the container. 100 by default. A value of less than 0 means no limit.'
2019-12-07 13:56:26.525 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of headers that are allowed by the container. 100 by default. A value of less than 0 means no limit.)
2019-12-07 13:56:26.525 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.525 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.525 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.525 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.525 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.525 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.525 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.525 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.526 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.526 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.526 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@286a5e70)
2019-12-07 13:56:26.526 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.526 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.526 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.526 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.526 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.526 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.526 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.526 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.526 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.526 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.526 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxKeepAliveRequests'
2019-12-07 13:56:26.527 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxKeepAliveRequests)
2019-12-07 13:56:26.527 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of Keep-Alive requests to honor per connection'
2019-12-07 13:56:26.527 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of Keep-Alive requests to honor per connection)
2019-12-07 13:56:26.527 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.527 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.527 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.527 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.527 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.527 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.527 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.527 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.527 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3998653)
2019-12-07 13:56:26.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.528 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.528 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxParameterCount'
2019-12-07 13:56:26.528 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxParameterCount)
2019-12-07 13:56:26.529 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of parameters (GET plus POST) which will be automatically parsed by the container. 10000 by default. A value of less than 0 means no limit.'
2019-12-07 13:56:26.529 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of parameters (GET plus POST) which will be automatically parsed by the container. 10000 by default. A value of less than 0 means no limit.)
2019-12-07 13:56:26.529 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.530 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.530 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.530 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.531 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.531 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.531 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.531 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.531 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.531 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.531 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5debb530)
2019-12-07 13:56:26.531 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.531 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.531 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.531 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.531 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.531 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.532 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.532 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.532 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.532 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.532 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxPostSize'
2019-12-07 13:56:26.532 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxPostSize)
2019-12-07 13:56:26.532 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum size in bytes of a POST which will be handled by the servlet API provided features'
2019-12-07 13:56:26.532 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum size in bytes of a POST which will be handled by the servlet API provided features)
2019-12-07 13:56:26.532 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.532 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.532 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.532 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.532 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.532 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1cde9bad)
2019-12-07 13:56:26.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.533 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.533 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.533 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.534 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxSavePostSize'
2019-12-07 13:56:26.534 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxSavePostSize)
2019-12-07 13:56:26.534 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum size of a POST which will be saved by the container during authentication'
2019-12-07 13:56:26.534 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum size of a POST which will be saved by the container during authentication)
2019-12-07 13:56:26.534 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.534 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.534 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.534 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.534 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.534 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.534 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.534 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.534 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.534 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.535 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@663ddf98)
2019-12-07 13:56:26.535 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.535 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.535 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.535 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.535 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.535 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.535 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.535 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.536 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.536 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.536 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxSwallowSize'
2019-12-07 13:56:26.537 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxSwallowSize)
2019-12-07 13:56:26.537 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of request body bytes to be swallowed by Tomcat for an aborted upload'
2019-12-07 13:56:26.537 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of request body bytes to be swallowed by Tomcat for an aborted upload)
2019-12-07 13:56:26.536 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'dispatcherServlet'
2019-12-07 13:56:26.537 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.537 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration'
2019-12-07 13:56:26.537 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.537 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.537 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.537 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.538 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.538 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.538 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.538 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.538 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration$$EnhancerBySpringCGLIB$$52af3d2e] - unable to determine constructor/method parameter names
2019-12-07 13:56:26.538 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.538 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@29596612)
2019-12-07 13:56:26.538 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.539 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.539 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.539 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.539 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.539 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.539 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.539 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.539 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.539 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.539 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.539 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxThreads'
2019-12-07 13:56:26.539 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxThreads)
2019-12-07 13:56:26.539 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of request processing threads to be created for the internal Executor. -1 indicates an external Executor is being used.'
2019-12-07 13:56:26.539 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of request processing threads to be created for the internal Executor. -1 indicates an external Executor is being used.)
2019-12-07 13:56:26.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.540 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@291b043c)
2019-12-07 13:56:26.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.540 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.540 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.541 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minSpareThreads'
2019-12-07 13:56:26.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minSpareThreads)
2019-12-07 13:56:26.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of request processing threads that will be created for the internal Executor. -1 indicates an external Executor is being used.'
2019-12-07 13:56:26.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of request processing threads that will be created for the internal Executor. -1 indicates an external Executor is being used.)
2019-12-07 13:56:26.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.541 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.541 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.542 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration' via constructor to bean named 'spring.http-org.springframework.boot.autoconfigure.http.HttpProperties'
2019-12-07 13:56:26.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.542 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
2019-12-07 13:56:26.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@41f0e141)
2019-12-07 13:56:26.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.542 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.542 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.542 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.542 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.543 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.543 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.543 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'packetSize'
2019-12-07 13:56:26.543 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=packetSize)
2019-12-07 13:56:26.543 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The ajp packet size.'
2019-12-07 13:56:26.543 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The ajp packet size.)
2019-12-07 13:56:26.543 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.543 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.543 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.543 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.543 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.543 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.543 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.543 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.543 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.543 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.544 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@49b937f8)
2019-12-07 13:56:26.544 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.544 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.544 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.544 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.544 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.544 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.544 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.544 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.544 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.544 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.544 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'port'
2019-12-07 13:56:26.545 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=port)
2019-12-07 13:56:26.545 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The port number (excluding any offset) on which this connector is configured to listen for requests. The special value of 0 means select a random free port when the socket is bound.'
2019-12-07 13:56:26.545 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The port number (excluding any offset) on which this connector is configured to listen for requests. The special value of 0 means select a random free port when the socket is bound.)
2019-12-07 13:56:26.545 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.545 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.545 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.545 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.545 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.545 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.545 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.545 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.545 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.545 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.545 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2bb2b12b)
2019-12-07 13:56:26.545 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.545 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.546 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.546 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.546 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.546 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.546 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.546 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.546 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.546 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.546 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'portOffset'
2019-12-07 13:56:26.546 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=portOffset)
2019-12-07 13:56:26.546 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The offset that will be applied to port to determine the actual port number used.'
2019-12-07 13:56:26.546 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The offset that will be applied to port to determine the actual port number used.)
2019-12-07 13:56:26.546 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.546 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.546 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.546 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.547 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5af97a85)
2019-12-07 13:56:26.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.547 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.547 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.547 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'portWithOffset'
2019-12-07 13:56:26.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=portWithOffset)
2019-12-07 13:56:26.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The actual port number (including any offset) on which this connector is configured to listen for requests.'
2019-12-07 13:56:26.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The actual port number (including any offset) on which this connector is configured to listen for requests.)
2019-12-07 13:56:26.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.548 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.548 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1cc57272)
2019-12-07 13:56:26.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.549 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.549 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.549 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processorCache'
2019-12-07 13:56:26.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processorCache)
2019-12-07 13:56:26.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The processor cache size.'
2019-12-07 13:56:26.549 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The processor cache size.)
2019-12-07 13:56:26.550 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.550 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.550 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.550 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.550 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.550 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.550 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.550 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.550 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.550 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.550 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1cc380e5)
2019-12-07 13:56:26.550 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.550 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.550 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.550 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.550 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.550 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'protocol'
2019-12-07 13:56:26.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=protocol)
2019-12-07 13:56:26.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Coyote protocol handler in use'
2019-12-07 13:56:26.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Coyote protocol handler in use)
2019-12-07 13:56:26.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.551 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.551 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.552 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.552 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.552 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.552 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@22c651bf)
2019-12-07 13:56:26.552 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.552 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.552 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.552 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.553 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.553 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.553 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.553 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.553 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.553 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.553 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'protocolHandlerClassName'
2019-12-07 13:56:26.553 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=protocolHandlerClassName)
2019-12-07 13:56:26.553 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Coyote Protocol handler class name'
2019-12-07 13:56:26.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Coyote Protocol handler class name)
2019-12-07 13:56:26.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.554 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.554 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.555 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@33fa2a30)
2019-12-07 13:56:26.555 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.555 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.555 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.555 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.555 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.555 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.555 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.555 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.555 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.555 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.556 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'proxyName'
2019-12-07 13:56:26.556 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=proxyName)
2019-12-07 13:56:26.556 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Server name to which we should pretend requests to this Connector'
2019-12-07 13:56:26.556 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Server name to which we should pretend requests to this Connector)
2019-12-07 13:56:26.556 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.556 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.556 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.556 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.556 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.556 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.556 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.556 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.556 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.557 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.557 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@49b98df)
2019-12-07 13:56:26.557 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.557 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.557 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.557 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.557 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.557 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.557 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.557 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.557 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.557 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.557 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'proxyPort'
2019-12-07 13:56:26.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=proxyPort)
2019-12-07 13:56:26.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Server port to which we should pretend requests to this Connector'
2019-12-07 13:56:26.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Server port to which we should pretend requests to this Connector)
2019-12-07 13:56:26.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.558 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@45ff401)
2019-12-07 13:56:26.558 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.559 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.559 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'redirectPort'
2019-12-07 13:56:26.559 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=redirectPort)
2019-12-07 13:56:26.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The redirect port (excluding any offset) for non-SSL to SSL redirects'
2019-12-07 13:56:26.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The redirect port (excluding any offset) for non-SSL to SSL redirects)
2019-12-07 13:56:26.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.560 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1404169c)
2019-12-07 13:56:26.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.560 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.560 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.561 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'redirectPortWithOffset'
2019-12-07 13:56:26.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=redirectPortWithOffset)
2019-12-07 13:56:26.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The actual redirect port (including any offset) for non-SSL to SSL redirects.'
2019-12-07 13:56:26.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The actual redirect port (including any offset) for non-SSL to SSL redirects.)
2019-12-07 13:56:26.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.561 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.561 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@764d1586)
2019-12-07 13:56:26.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.562 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.562 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'scheme'
2019-12-07 13:56:26.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=scheme)
2019-12-07 13:56:26.562 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Protocol name for this Connector (http, https)'
2019-12-07 13:56:26.563 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Protocol name for this Connector (http, https))
2019-12-07 13:56:26.563 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.563 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.563 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.563 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.563 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.563 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.563 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.563 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.563 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.563 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.563 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2ec836f0)
2019-12-07 13:56:26.563 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.563 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.563 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.563 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.563 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.564 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.564 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.564 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.564 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.564 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.564 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secret'
2019-12-07 13:56:26.564 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secret)
2019-12-07 13:56:26.564 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Authentication secret (I guess ... not in Javadocs)'
2019-12-07 13:56:26.564 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Authentication secret (I guess ... not in Javadocs))
2019-12-07 13:56:26.564 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'readable' to 'false'
2019-12-07 13:56:26.564 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo readable=false)
2019-12-07 13:56:26.564 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.564 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.564 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.564 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@55cc30d4)
2019-12-07 13:56:26.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.565 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.565 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.565 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secure'
2019-12-07 13:56:26.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secure)
2019-12-07 13:56:26.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Is this a secure (SSL) Connector?'
2019-12-07 13:56:26.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Is this a secure (SSL) Connector?)
2019-12-07 13:56:26.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.566 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@61486c07)
2019-12-07 13:56:26.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.566 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.567 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.567 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.567 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.567 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.567 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.567 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.567 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.567 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sslProtocols'
2019-12-07 13:56:26.567 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sslProtocols)
2019-12-07 13:56:26.567 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Comma-separated list of SSL protocol variants to be enabled'
2019-12-07 13:56:26.567 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Comma-separated list of SSL protocol variants to be enabled)
2019-12-07 13:56:26.567 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.567 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.567 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.567 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.567 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.567 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7f37b48d)
2019-12-07 13:56:26.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.568 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.568 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.568 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:26.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:26.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:26.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:26.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.569 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.569 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.570 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.570 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1027722d)
2019-12-07 13:56:26.570 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.570 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.570 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.570 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.570 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.570 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.570 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.570 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.570 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.570 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.570 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.570 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'tcpNoDelay'
2019-12-07 13:56:26.570 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=tcpNoDelay)
2019-12-07 13:56:26.570 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we use TCP no delay?'
2019-12-07 13:56:26.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we use TCP no delay?)
2019-12-07 13:56:26.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.571 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@24d9aa6d)
2019-12-07 13:56:26.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.571 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.571 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.571 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.572 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'threadPriority'
2019-12-07 13:56:26.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=threadPriority)
2019-12-07 13:56:26.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The thread priority for processors using the internal Executor. -1 indicates an external Executor is being used.'
2019-12-07 13:56:26.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The thread priority for processors using the internal Executor. -1 indicates an external Executor is being used.)
2019-12-07 13:56:26.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.572 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.572 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@653c2a5)
2019-12-07 13:56:26.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.573 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.573 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'URIEncoding'
2019-12-07 13:56:26.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=URIEncoding)
2019-12-07 13:56:26.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Character encoding used to decode the URI'
2019-12-07 13:56:26.573 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Character encoding used to decode the URI)
2019-12-07 13:56:26.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.574 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@44028d3e)
2019-12-07 13:56:26.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.574 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.574 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.574 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useBodyEncodingForURI'
2019-12-07 13:56:26.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useBodyEncodingForURI)
2019-12-07 13:56:26.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the body encoding be used for URI query parameters'
2019-12-07 13:56:26.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the body encoding be used for URI query parameters)
2019-12-07 13:56:26.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.575 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.575 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6f9f3989)
2019-12-07 13:56:26.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.576 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.576 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useIPVHosts'
2019-12-07 13:56:26.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useIPVHosts)
2019-12-07 13:56:26.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should IP-based virtual hosting be used? '
2019-12-07 13:56:26.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should IP-based virtual hosting be used? )
2019-12-07 13:56:26.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.576 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.577 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@67c6cd5)
2019-12-07 13:56:26.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.577 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.577 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.577 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'xpoweredBy'
2019-12-07 13:56:26.578 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=xpoweredBy)
2019-12-07 13:56:26.578 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Is generation of X-Powered-By response header enabled/disabled?'
2019-12-07 13:56:26.578 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Is generation of X-Powered-By response header enabled/disabled?)
2019-12-07 13:56:26.578 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.578 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.578 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.578 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.578 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.578 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.578 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.578 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.578 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.578 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.578 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1ea2d055)
2019-12-07 13:56:26.578 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.579 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.579 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.579 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.579 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.579 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.579 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.579 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.579 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.579 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.579 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-12-07 13:56:26.579 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-12-07 13:56:26.579 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-12-07 13:56:26.579 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-12-07 13:56:26.579 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.579 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.580 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.580 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.580 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.580 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.580 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.580 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.580 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.580 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.580 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.580 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.580 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4e19c5c2)
2019-12-07 13:56:26.580 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.581 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.581 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-12-07 13:56:26.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-12-07 13:56:26.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-12-07 13:56:26.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-12-07 13:56:26.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.581 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.582 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@585cfef9)
2019-12-07 13:56:26.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.582 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.582 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.582 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.583 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.583 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.583 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'pause'
2019-12-07 13:56:26.583 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=pause)
2019-12-07 13:56:26.583 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-12-07 13:56:26.583 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-12-07 13:56:26.583 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.583 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.583 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.583 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.583 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.583 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.583 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.583 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.583 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.583 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.584 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.584 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.584 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3d233be3)
2019-12-07 13:56:26.584 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.584 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.584 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.584 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.584 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.584 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.584 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.584 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.584 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.584 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.584 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'resume'
2019-12-07 13:56:26.585 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=resume)
2019-12-07 13:56:26.585 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-12-07 13:56:26.586 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-12-07 13:56:26.587 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.587 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.587 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.587 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.587 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.587 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.587 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.587 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.587 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.587 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.587 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.587 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.587 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@350b746a)
2019-12-07 13:56:26.587 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.588 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.588 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-12-07 13:56:26.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-12-07 13:56:26.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
2019-12-07 13:56:26.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
2019-12-07 13:56:26.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.588 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.589 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.589 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.589 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.589 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.589 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.589 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.589 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.589 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.589 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.589 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@353c80dc)
2019-12-07 13:56:26.589 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.589 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.589 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.589 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.589 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.589 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.589 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.590 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.590 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.590 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.590 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-12-07 13:56:26.590 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-12-07 13:56:26.590 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
2019-12-07 13:56:26.590 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
2019-12-07 13:56:26.590 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.590 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.590 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.590 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.590 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.590 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.590 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.590 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.590 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.590 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@aa80bb4)
2019-12-07 13:56:26.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.591 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.591 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:26.591 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'dispatcherServlet'
2019-12-07 13:56:26.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    
    

    
    

    

    

    

    

    

    
    

    
    

    

    

    
    

    

    

    

    

    

    

    

    
    

    

    
    

    

    

    

    
    

    

    

    

    

    

    

    

    

    

    

    

    
    

    
    

    

    

    

    

    
    
    
    
    
    

  '
2019-12-07 13:56:26.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.591 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.592 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=CoyoteConnector, className=org.apache.catalina.mbeans.ConnectorMBean, description=Implementation of a Coyote connector, group=Connector, type=org.apache.catalina.connector.Connector])
2019-12-07 13:56:26.592 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:26.592 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.592 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.592 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:26.592 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
)
2019-12-07 13:56:26.592 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbeans-descriptors)
2019-12-07 13:56:26.592 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors'
2019-12-07 13:56:26.592 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

  
  
'
2019-12-07 13:56:26.592 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:26.592 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endDocument()
2019-12-07 13:56:26.592 DEBUG 15190 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry  : Found jar:file:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.22/79f39903498b28adacb18fe2ea046edd306295a6/tomcat-embed-core-9.0.22.jar!/org/apache/catalina/valves/mbeans-descriptors.xml
2019-12-07 13:56:26.593 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@11dd0e1b)
2019-12-07 13:56:26.593 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startDocument()
2019-12-07 13:56:26.594 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbeans-descriptors)
2019-12-07 13:56:26.594 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors'
2019-12-07 13:56:26.594 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:26.594 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.594 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:26.594 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.594 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.594 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.594 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:26.594 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'AccessLogValve'
2019-12-07 13:56:26.594 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=AccessLogValve)
2019-12-07 13:56:26.594 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that generates a web server access log'
2019-12-07 13:56:26.594 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that generates a web server access log)
2019-12-07 13:56:26.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:26.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:26.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-12-07 13:56:26.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-12-07 13:56:26.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.AccessLogValve'
2019-12-07 13:56:26.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.AccessLogValve)
2019-12-07 13:56:26.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.595 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.595 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.595 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-12-07 13:56:26.596 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-12-07 13:56:26.596 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
2019-12-07 13:56:26.596 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
2019-12-07 13:56:26.596 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.596 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.596 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.596 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.596 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.596 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.596 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.596 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.597 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.597 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.597 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.597 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.597 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5be2423f)
2019-12-07 13:56:26.598 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.598 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.598 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.598 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.598 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.598 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.598 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.598 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.598 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.598 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.598 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'buffered'
2019-12-07 13:56:26.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=buffered)
2019-12-07 13:56:26.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to buffering.'
2019-12-07 13:56:26.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to buffering.)
2019-12-07 13:56:26.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.599 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.599 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.600 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.600 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.600 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.600 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@73935daf)
2019-12-07 13:56:26.600 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.600 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.600 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.600 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.600 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.601 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.601 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.601 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.601 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.601 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.601 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'checkExists'
2019-12-07 13:56:26.601 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=checkExists)
2019-12-07 13:56:26.601 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Check for file existence before logging.'
2019-12-07 13:56:26.601 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Check for file existence before logging.)
2019-12-07 13:56:26.601 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.601 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@13254a8)
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.602 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.603 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.603 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.603 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.603 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.603 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@78e63f43)
2019-12-07 13:56:26.603 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.603 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.603 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.603 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.604 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.604 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'condition'
2019-12-07 13:56:26.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=condition)
2019-12-07 13:56:26.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging. The same as conditionUnless.'
2019-12-07 13:56:26.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging. The same as conditionUnless.)
2019-12-07 13:56:26.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.604 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.604 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@315c69da)
2019-12-07 13:56:26.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.605 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.605 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'conditionIf'
2019-12-07 13:56:26.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=conditionIf)
2019-12-07 13:56:26.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging.'
2019-12-07 13:56:26.605 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging.)
2019-12-07 13:56:26.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.606 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@584b247b)
2019-12-07 13:56:26.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.606 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.606 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.606 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'conditionUnless'
2019-12-07 13:56:26.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=conditionUnless)
2019-12-07 13:56:26.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging.'
2019-12-07 13:56:26.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging.)
2019-12-07 13:56:26.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.607 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4bcfbcce)
2019-12-07 13:56:26.607 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.608 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.608 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'directory'
2019-12-07 13:56:26.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=directory)
2019-12-07 13:56:26.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The directory in which log files are created'
2019-12-07 13:56:26.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The directory in which log files are created)
2019-12-07 13:56:26.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.608 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2019-12-07 13:56:26.608 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' via constructor to bean named 'dispatcherServletRegistration'
2019-12-07 13:56:26.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.608 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.608 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@21a9ed3)
2019-12-07 13:56:26.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.609 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.609 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'enabled'
2019-12-07 13:56:26.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=enabled)
2019-12-07 13:56:26.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Enable Access Logging'
2019-12-07 13:56:26.609 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Enable Access Logging)
2019-12-07 13:56:26.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'false'
2019-12-07 13:56:26.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=false)
2019-12-07 13:56:26.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.610 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.610 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.610 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'conventionErrorViewResolver'
2019-12-07 13:56:26.610 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration'
2019-12-07 13:56:26.611 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@505a35f3)
2019-12-07 13:56:26.611 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration$$EnhancerBySpringCGLIB$$42f0878a] - unable to determine constructor/method parameter names
2019-12-07 13:56:26.611 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.611 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.611 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.611 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.611 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.611 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.611 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.611 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.611 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.612 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.612 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'encoding'
2019-12-07 13:56:26.612 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=encoding)
2019-12-07 13:56:26.612 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Character set used to write the log file'
2019-12-07 13:56:26.612 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Character set used to write the log file)
2019-12-07 13:56:26.612 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.612 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.612 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.612 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.612 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.612 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.612 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.612 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.612 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.612 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.612 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@51b3ab7f)
2019-12-07 13:56:26.612 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.612 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.612 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.613 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.613 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.613 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.613 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.613 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.613 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.613 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.613 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'fileDateFormat'
2019-12-07 13:56:26.613 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=fileDateFormat)
2019-12-07 13:56:26.613 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The format for the date for date based log rotation'
2019-12-07 13:56:26.613 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The format for the date for date based log rotation)
2019-12-07 13:56:26.613 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.613 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.613 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.613 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.613 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.613 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@672c544b)
2019-12-07 13:56:26.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.614 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.614 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'locale'
2019-12-07 13:56:26.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=locale)
2019-12-07 13:56:26.614 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The locale used to format timestamps in the access log lines'
2019-12-07 13:56:26.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The locale used to format timestamps in the access log lines)
2019-12-07 13:56:26.615 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties'
2019-12-07 13:56:26.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.615 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3116b27b)
2019-12-07 13:56:26.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.615 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.615 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.615 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pattern'
2019-12-07 13:56:26.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pattern)
2019-12-07 13:56:26.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The pattern used to format our access log lines'
2019-12-07 13:56:26.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The pattern used to format our access log lines)
2019-12-07 13:56:26.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.616 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3062fc07)
2019-12-07 13:56:26.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.616 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.617 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.617 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'prefix'
2019-12-07 13:56:26.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=prefix)
2019-12-07 13:56:26.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The prefix that is added to log file filenames'
2019-12-07 13:56:26.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The prefix that is added to log file filenames)
2019-12-07 13:56:26.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.617 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.617 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7cc64127)
2019-12-07 13:56:26.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.618 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.618 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'rotatable'
2019-12-07 13:56:26.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=rotatable)
2019-12-07 13:56:26.618 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to indicate automatic log rotation.'
2019-12-07 13:56:26.619 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to indicate automatic log rotation.)
2019-12-07 13:56:26.619 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.619 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.619 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.619 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.619 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.619 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.619 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.619 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.619 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.619 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.619 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.619 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.619 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@794dccf8)
2019-12-07 13:56:26.619 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.619 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.620 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.620 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.620 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.620 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.620 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.620 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.620 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.620 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.620 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'renameOnRotate'
2019-12-07 13:56:26.620 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=renameOnRotate)
2019-12-07 13:56:26.620 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to defer inclusion of the date stamp in the log file name until rotation.'
2019-12-07 13:56:26.620 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to defer inclusion of the date stamp in the log file name until rotation.)
2019-12-07 13:56:26.620 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.620 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.620 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.620 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.620 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.620 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.621 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.621 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.621 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.621 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.621 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.621 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.621 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7dcc2cc0)
2019-12-07 13:56:26.621 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.621 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.621 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.621 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.621 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.621 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.622 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@60a36f4e'
2019-12-07 13:56:26.622 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties'
2019-12-07 13:56:26.622 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.622 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.622 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.623 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.623 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:26.623 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:26.623 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:26.623 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:26.623 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.623 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.623 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.623 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.623 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.623 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.624 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.624 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.624 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.624 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.624 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.624 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.624 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5a6965ba)
2019-12-07 13:56:26.624 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.624 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.624 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.624 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.624 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.625 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'suffix'
2019-12-07 13:56:26.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=suffix)
2019-12-07 13:56:26.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The suffix that is added to log file filenames'
2019-12-07 13:56:26.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The suffix that is added to log file filenames)
2019-12-07 13:56:26.625 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.626 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@14e8d8a9)
2019-12-07 13:56:26.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.626 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.626 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.626 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'rotate'
2019-12-07 13:56:26.627 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=rotate)
2019-12-07 13:56:26.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Check if the log file is due to be rotated and rotate if it is'
2019-12-07 13:56:26.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Check if the log file is due to be rotated and rotate if it is)
2019-12-07 13:56:26.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.628 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.628 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:26.628 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3d5fcc0)
2019-12-07 13:56:26.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.629 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.629 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'rotate'
2019-12-07 13:56:26.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=rotate)
2019-12-07 13:56:26.629 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Move the existing log file to a new name'
2019-12-07 13:56:26.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Move the existing log file to a new name)
2019-12-07 13:56:26.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
2019-12-07 13:56:26.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
2019-12-07 13:56:26.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.630 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.630 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'newFileName'
2019-12-07 13:56:26.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=newFileName)
2019-12-07 13:56:26.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'File name to move the log file to.'
2019-12-07 13:56:26.630 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=File name to move the log file to.)
2019-12-07 13:56:26.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.631 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1f637a56)
2019-12-07 13:56:26.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.631 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.631 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.631 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@e3688b5)
2019-12-07 13:56:26.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.632 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.632 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:26.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

  '
2019-12-07 13:56:26.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.632 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=AccessLogValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that generates a web server access log, group=Valve, type=org.apache.catalina.valves.AccessLogValve])
2019-12-07 13:56:26.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:26.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:26.633 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.633 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:26.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:26.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'CrawlerSessionManagerValve'
2019-12-07 13:56:26.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=CrawlerSessionManagerValve)
2019-12-07 13:56:26.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that ensures web crawlers always use sessions even if no session ID is presented by the client'
2019-12-07 13:56:26.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that ensures web crawlers always use sessions even if no session ID is presented by the client)
2019-12-07 13:56:26.633 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:26.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:26.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-12-07 13:56:26.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-12-07 13:56:26.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.CrawlerSessionManagerValve'
2019-12-07 13:56:26.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.CrawlerSessionManagerValve)
2019-12-07 13:56:26.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.634 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.634 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-12-07 13:56:26.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-12-07 13:56:26.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
2019-12-07 13:56:26.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
2019-12-07 13:56:26.634 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.635 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.635 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.635 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.635 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.635 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.635 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.635 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.635 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.635 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.635 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.635 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.635 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5c49344a)
2019-12-07 13:56:26.635 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.635 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.635 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.635 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.635 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.636 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.636 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.636 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.636 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.636 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.636 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:26.636 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:26.636 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:26.636 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:26.636 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.636 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.636 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.636 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.636 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.636 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.637 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.637 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.637 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.637 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.637 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.637 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.637 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@70d6f0ff)
2019-12-07 13:56:26.637 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.637 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.637 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.637 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.637 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.637 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'clientIpSessionId'
2019-12-07 13:56:26.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=clientIpSessionId)
2019-12-07 13:56:26.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Current Map of client IP address to session ID managed by this Valve'
2019-12-07 13:56:26.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Current Map of client IP address to session ID managed by this Valve)
2019-12-07 13:56:26.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.util.Map'
2019-12-07 13:56:26.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.util.Map)
2019-12-07 13:56:26.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.638 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.638 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@74639579)
2019-12-07 13:56:26.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.639 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.639 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.639 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'crawlerUserAgents'
2019-12-07 13:56:26.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=crawlerUserAgents)
2019-12-07 13:56:26.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Specify the regular expression used to identify crawlers based in the User-Agent header provided.'
2019-12-07 13:56:26.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Specify the regular expression used to identify crawlers based in the User-Agent header provided.)
2019-12-07 13:56:26.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true'
2019-12-07 13:56:26.640 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true)
2019-12-07 13:56:26.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.641 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4eaad860)
2019-12-07 13:56:26.641 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.642 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.642 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionInactiveInterval'
2019-12-07 13:56:26.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionInactiveInterval)
2019-12-07 13:56:26.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Specify the session timeout (in seconds) for a crawler's session.'
2019-12-07 13:56:26.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Specify the session timeout (in seconds) for a crawler's session.)
2019-12-07 13:56:26.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.642 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true'
2019-12-07 13:56:26.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true)
2019-12-07 13:56:26.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.643 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5b545e9b)
2019-12-07 13:56:26.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.643 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.643 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.644 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:26.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:26.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:26.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:26.644 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.645 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1c420c06)
2019-12-07 13:56:26.645 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.646 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.646 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:26.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

  '
2019-12-07 13:56:26.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=CrawlerSessionManagerValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that ensures web crawlers always use sessions even if no session ID is presented by the client, group=Valve, type=org.apache.catalina.valves.CrawlerSessionManagerValve])
2019-12-07 13:56:26.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:26.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.646 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.647 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:26.647 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.647 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:26.647 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.647 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.647 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.647 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:26.647 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ErrorReportValve'
2019-12-07 13:56:26.647 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ErrorReportValve)
2019-12-07 13:56:26.647 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of a Valve that outputs HTML error pages'
2019-12-07 13:56:26.647 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of a Valve that outputs HTML error pages)
2019-12-07 13:56:26.647 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:26.647 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:26.647 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-12-07 13:56:26.648 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-12-07 13:56:26.648 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.ErrorReportValve'
2019-12-07 13:56:26.648 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.ErrorReportValve)
2019-12-07 13:56:26.648 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.648 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.648 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.648 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.648 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.648 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.648 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.648 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-12-07 13:56:26.648 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-12-07 13:56:26.648 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
2019-12-07 13:56:26.649 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
2019-12-07 13:56:26.649 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.649 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.649 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.649 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.649 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.649 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.649 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@74629aaa)
2019-12-07 13:56:26.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.650 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.650 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.650 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.651 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.651 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:26.651 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:26.651 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:26.651 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:26.651 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.651 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.651 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.652 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.652 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.652 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.652 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.652 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.652 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.652 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.653 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.653 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.653 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6c13359e)
2019-12-07 13:56:26.653 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.653 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.653 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.653 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.653 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.653 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.653 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.653 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.653 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:26.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:26.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:26.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:26.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.654 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.654 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@154a0e01)
2019-12-07 13:56:26.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.655 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.655 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'showReport'
2019-12-07 13:56:26.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=showReport)
2019-12-07 13:56:26.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Enables/Disables full error reports'
2019-12-07 13:56:26.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Enables/Disables full error reports)
2019-12-07 13:56:26.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.655 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.656 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@19641292)
2019-12-07 13:56:26.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.656 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.656 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.656 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'showServerInfo'
2019-12-07 13:56:26.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=showServerInfo)
2019-12-07 13:56:26.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Enables/Disables server info on error pages'
2019-12-07 13:56:26.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Enables/Disables server info on error pages)
2019-12-07 13:56:26.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.657 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.658 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@79336cde)
2019-12-07 13:56:26.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.658 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.659 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.659 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:26.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

  '
2019-12-07 13:56:26.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ErrorReportValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Implementation of a Valve that outputs HTML error pages, group=Valve, type=org.apache.catalina.valves.ErrorReportValve])
2019-12-07 13:56:26.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:26.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.659 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:26.660 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.660 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:26.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:26.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ExtendedAccessLogValve'
2019-12-07 13:56:26.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ExtendedAccessLogValve)
2019-12-07 13:56:26.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that generates a web server access log'
2019-12-07 13:56:26.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that generates a web server access log)
2019-12-07 13:56:26.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:26.660 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:26.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-12-07 13:56:26.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-12-07 13:56:26.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.ExtendedAccessLogValve'
2019-12-07 13:56:26.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.ExtendedAccessLogValve)
2019-12-07 13:56:26.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.661 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.661 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-12-07 13:56:26.661 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-12-07 13:56:26.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
2019-12-07 13:56:26.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
2019-12-07 13:56:26.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.662 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.662 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.663 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@cf909a3)
2019-12-07 13:56:26.663 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.663 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.664 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.664 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.664 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.664 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.664 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.664 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.665 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.665 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.665 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'buffered'
2019-12-07 13:56:26.665 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=buffered)
2019-12-07 13:56:26.665 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to buffering.'
2019-12-07 13:56:26.665 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to buffering.)
2019-12-07 13:56:26.665 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.666 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4986243b)
2019-12-07 13:56:26.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.666 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.666 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.666 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'checkExists'
2019-12-07 13:56:26.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=checkExists)
2019-12-07 13:56:26.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Check for file existence before logging.'
2019-12-07 13:56:26.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Check for file existence before logging.)
2019-12-07 13:56:26.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.667 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.667 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.668 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.668 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.668 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.668 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.668 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.668 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.672 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@704f4f1b)
2019-12-07 13:56:26.673 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.673 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.673 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.673 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.673 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.675 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.675 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.675 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.675 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.675 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.675 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:26.675 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:26.675 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:26.675 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:26.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.676 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@12789850)
2019-12-07 13:56:26.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.676 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.677 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.677 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'condition'
2019-12-07 13:56:26.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=condition)
2019-12-07 13:56:26.677 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging. The same as conditionUnless.'
2019-12-07 13:56:26.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging. The same as conditionUnless.)
2019-12-07 13:56:26.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.678 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@56882fad)
2019-12-07 13:56:26.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.678 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.678 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.678 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'conditionIf'
2019-12-07 13:56:26.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=conditionIf)
2019-12-07 13:56:26.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging.'
2019-12-07 13:56:26.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging.)
2019-12-07 13:56:26.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.679 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.679 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2ed76ebb)
2019-12-07 13:56:26.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.680 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.680 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'conditionUnless'
2019-12-07 13:56:26.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=conditionUnless)
2019-12-07 13:56:26.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging.'
2019-12-07 13:56:26.680 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging.)
2019-12-07 13:56:26.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.681 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@246acbed)
2019-12-07 13:56:26.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.681 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.681 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.681 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'directory'
2019-12-07 13:56:26.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=directory)
2019-12-07 13:56:26.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The directory in which log files are created'
2019-12-07 13:56:26.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The directory in which log files are created)
2019-12-07 13:56:26.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.682 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@72867d28)
2019-12-07 13:56:26.682 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.683 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.683 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'enabled'
2019-12-07 13:56:26.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=enabled)
2019-12-07 13:56:26.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Enable Access Logging'
2019-12-07 13:56:26.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Enable Access Logging)
2019-12-07 13:56:26.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'false'
2019-12-07 13:56:26.683 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=false)
2019-12-07 13:56:26.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.684 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@65e4d192)
2019-12-07 13:56:26.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.684 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.684 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'encoding'
2019-12-07 13:56:26.684 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=encoding)
2019-12-07 13:56:26.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Character set used to write the log file'
2019-12-07 13:56:26.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Character set used to write the log file)
2019-12-07 13:56:26.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.685 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@70d3c923)
2019-12-07 13:56:26.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.685 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.685 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.686 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'fileDateFormat'
2019-12-07 13:56:26.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=fileDateFormat)
2019-12-07 13:56:26.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The format for the date date based log rotation.'
2019-12-07 13:56:26.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The format for the date date based log rotation.)
2019-12-07 13:56:26.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.686 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.686 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2144177)
2019-12-07 13:56:26.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.687 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.687 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'locale'
2019-12-07 13:56:26.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=locale)
2019-12-07 13:56:26.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The locale used to format timestamps in the access log lines'
2019-12-07 13:56:26.687 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The locale used to format timestamps in the access log lines)
2019-12-07 13:56:26.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.688 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@43ba1320)
2019-12-07 13:56:26.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.688 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.688 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.688 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pattern'
2019-12-07 13:56:26.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pattern)
2019-12-07 13:56:26.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The pattern used to format our access log lines'
2019-12-07 13:56:26.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The pattern used to format our access log lines)
2019-12-07 13:56:26.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.689 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.689 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@912284)
2019-12-07 13:56:26.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.690 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.690 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'prefix'
2019-12-07 13:56:26.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=prefix)
2019-12-07 13:56:26.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The prefix that is added to log file filenames'
2019-12-07 13:56:26.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The prefix that is added to log file filenames)
2019-12-07 13:56:26.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.690 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.691 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.691 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.691 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.691 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.691 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.691 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.691 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.691 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.691 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6e657964)
2019-12-07 13:56:26.691 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.691 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.691 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.691 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.691 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.692 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.692 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.692 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.692 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.692 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.692 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'rotatable'
2019-12-07 13:56:26.692 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=rotatable)
2019-12-07 13:56:26.692 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to indicate automatic log rotation.'
2019-12-07 13:56:26.692 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to indicate automatic log rotation.)
2019-12-07 13:56:26.692 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.693 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.693 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.693 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.693 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.694 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.694 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.694 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.694 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.694 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.694 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.694 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.694 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4eda8226)
2019-12-07 13:56:26.694 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.694 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.694 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.694 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.694 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.694 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.694 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.694 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.694 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.694 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.695 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'renameOnRotate'
2019-12-07 13:56:26.695 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=renameOnRotate)
2019-12-07 13:56:26.695 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to defer inclusion of the date stamp in the log file name until rotation.'
2019-12-07 13:56:26.695 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to defer inclusion of the date stamp in the log file name until rotation.)
2019-12-07 13:56:26.695 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.695 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.695 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.695 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.695 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.695 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.695 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.695 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.695 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.695 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.695 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.696 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.696 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5deabbce)
2019-12-07 13:56:26.696 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.696 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.696 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.696 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.696 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.696 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.696 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.696 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.696 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.696 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.696 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'suffix'
2019-12-07 13:56:26.697 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=suffix)
2019-12-07 13:56:26.697 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The suffix that is added to log file filenames'
2019-12-07 13:56:26.697 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The suffix that is added to log file filenames)
2019-12-07 13:56:26.697 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.697 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.697 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.697 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.697 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.697 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.697 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.697 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.697 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.698 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.698 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@546637f5)
2019-12-07 13:56:26.698 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.698 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.698 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.698 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.698 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.698 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.698 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.698 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.698 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.698 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.698 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'rotate'
2019-12-07 13:56:26.698 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=rotate)
2019-12-07 13:56:26.698 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Check if the log file is due to be rotated and rotate if it is'
2019-12-07 13:56:26.699 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Check if the log file is due to be rotated and rotate if it is)
2019-12-07 13:56:26.699 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.699 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.699 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.699 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.699 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.699 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.699 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.699 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.699 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:26.699 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.699 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.699 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.699 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@110dca44)
2019-12-07 13:56:26.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.700 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.700 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'rotate'
2019-12-07 13:56:26.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=rotate)
2019-12-07 13:56:26.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Move the existing log file to a new name'
2019-12-07 13:56:26.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Move the existing log file to a new name)
2019-12-07 13:56:26.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.700 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
2019-12-07 13:56:26.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
2019-12-07 13:56:26.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.701 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.701 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'newFileName'
2019-12-07 13:56:26.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=newFileName)
2019-12-07 13:56:26.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'File name to move the log file to.'
2019-12-07 13:56:26.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=File name to move the log file to.)
2019-12-07 13:56:26.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.701 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.701 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@b5ca1f1)
2019-12-07 13:56:26.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.702 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.702 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3605f9f)
2019-12-07 13:56:26.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.702 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.702 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.703 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:26.703 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.703 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

  '
2019-12-07 13:56:26.703 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.703 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.703 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.703 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.703 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ExtendedAccessLogValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that generates a web server access log, group=Valve, type=org.apache.catalina.valves.ExtendedAccessLogValve])
2019-12-07 13:56:26.703 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:26.703 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.703 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.703 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:26.703 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.703 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:26.703 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.703 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.703 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.703 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:26.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'SemaphoreValve'
2019-12-07 13:56:26.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=SemaphoreValve)
2019-12-07 13:56:26.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that does concurrency control'
2019-12-07 13:56:26.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that does concurrency control)
2019-12-07 13:56:26.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:26.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:26.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-12-07 13:56:26.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-12-07 13:56:26.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.SemaphoreValve'
2019-12-07 13:56:26.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.SemaphoreValve)
2019-12-07 13:56:26.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.704 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.704 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.704 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-12-07 13:56:26.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-12-07 13:56:26.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
2019-12-07 13:56:26.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
2019-12-07 13:56:26.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.705 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.705 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@66dc1999)
2019-12-07 13:56:26.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.706 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.706 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'block'
2019-12-07 13:56:26.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=block)
2019-12-07 13:56:26.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should this be blocked until a permit is available?'
2019-12-07 13:56:26.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should this be blocked until a permit is available?)
2019-12-07 13:56:26.706 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.707 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@197ca0ec)
2019-12-07 13:56:26.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.707 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.707 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.707 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:26.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:26.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:26.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:26.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.708 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.708 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@77c1c91b)
2019-12-07 13:56:26.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.709 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.709 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'concurrency'
2019-12-07 13:56:26.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=concurrency)
2019-12-07 13:56:26.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Desired concurrency level'
2019-12-07 13:56:26.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Desired concurrency level)
2019-12-07 13:56:26.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.709 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.710 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@765cfcdb)
2019-12-07 13:56:26.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.710 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.710 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.710 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'fairness'
2019-12-07 13:56:26.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=fairness)
2019-12-07 13:56:26.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Use a fair semaphore'
2019-12-07 13:56:26.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Use a fair semaphore)
2019-12-07 13:56:26.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.711 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@70ca3358)
2019-12-07 13:56:26.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.711 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.711 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.712 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.712 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.712 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.712 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.712 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.712 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'interruptible'
2019-12-07 13:56:26.712 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=interruptible)
2019-12-07 13:56:26.712 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should this be blocked interruptibly until a permit is available?'
2019-12-07 13:56:26.712 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should this be blocked interruptibly until a permit is available?)
2019-12-07 13:56:26.712 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.712 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.712 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.712 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.712 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.712 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.712 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.712 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@ccd966d)
2019-12-07 13:56:26.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.713 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.713 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:26.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:26.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:26.713 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:26.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.714 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.714 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@753d1ffe)
2019-12-07 13:56:26.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.715 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.715 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:26.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

  '
2019-12-07 13:56:26.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.715 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=SemaphoreValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that does concurrency control, group=Valve, type=org.apache.catalina.valves.SemaphoreValve])
2019-12-07 13:56:26.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:26.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:26.716 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.716 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:26.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:26.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'RemoteAddrValve'
2019-12-07 13:56:26.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=RemoteAddrValve)
2019-12-07 13:56:26.716 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's IP address'
2019-12-07 13:56:26.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's IP address)
2019-12-07 13:56:26.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:26.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:26.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-12-07 13:56:26.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-12-07 13:56:26.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.RemoteAddrValve'
2019-12-07 13:56:26.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.RemoteAddrValve)
2019-12-07 13:56:26.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.717 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.717 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'addConnectorPort'
2019-12-07 13:56:26.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=addConnectorPort)
2019-12-07 13:56:26.717 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Append the server connector port to the client IP separated by a semicolon'
2019-12-07 13:56:26.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Append the server connector port to the client IP separated by a semicolon)
2019-12-07 13:56:26.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.718 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@64169fa6)
2019-12-07 13:56:26.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.718 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.719 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.719 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allow'
2019-12-07 13:56:26.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allow)
2019-12-07 13:56:26.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The allow expression'
2019-12-07 13:56:26.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The allow expression)
2019-12-07 13:56:26.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.719 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.719 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@45e7308f)
2019-12-07 13:56:26.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.720 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.720 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.721 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allowValid'
2019-12-07 13:56:26.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allowValid)
2019-12-07 13:56:26.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Becomes false if assigned value of allow expression is not syntactically correct'
2019-12-07 13:56:26.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Becomes false if assigned value of allow expression is not syntactically correct)
2019-12-07 13:56:26.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.721 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.722 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2579a8a0)
2019-12-07 13:56:26.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.722 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.722 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.723 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-12-07 13:56:26.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-12-07 13:56:26.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
2019-12-07 13:56:26.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
2019-12-07 13:56:26.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.723 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.723 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@38a6811e)
2019-12-07 13:56:26.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.724 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.724 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.724 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:26.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:26.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:26.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:26.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.725 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@689dc203)
2019-12-07 13:56:26.725 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.726 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.726 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deny'
2019-12-07 13:56:26.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deny)
2019-12-07 13:56:26.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The deny expression'
2019-12-07 13:56:26.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The deny expression)
2019-12-07 13:56:26.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.726 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.726 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1402f4d7)
2019-12-07 13:56:26.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.727 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.727 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.727 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'denyStatus'
2019-12-07 13:56:26.728 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=denyStatus)
2019-12-07 13:56:26.728 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'HTTP response status code that is used when rejecting denied request'
2019-12-07 13:56:26.728 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=HTTP response status code that is used when rejecting denied request)
2019-12-07 13:56:26.728 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.728 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.728 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.728 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.728 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.728 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.728 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.728 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.728 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.728 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.728 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7cd6625f)
2019-12-07 13:56:26.728 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.728 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.729 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.729 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.729 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.729 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.729 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.729 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.729 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.729 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.729 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'denyValid'
2019-12-07 13:56:26.729 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=denyValid)
2019-12-07 13:56:26.729 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Becomes false if assigned value of deny expression is not syntactically correct'
2019-12-07 13:56:26.729 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Becomes false if assigned value of deny expression is not syntactically correct)
2019-12-07 13:56:26.730 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.730 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.730 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.730 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.730 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.730 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.730 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.730 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.730 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.730 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.730 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.731 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.731 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.731 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.731 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7074a2aa)
2019-12-07 13:56:26.731 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.731 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.731 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.731 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.731 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.731 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.732 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.732 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.732 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.732 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.732 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'invalidAuthenticationWhenDeny'
2019-12-07 13:56:26.732 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=invalidAuthenticationWhenDeny)
2019-12-07 13:56:26.732 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Send an invalid authentication header instead of deny'
2019-12-07 13:56:26.732 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Send an invalid authentication header instead of deny)
2019-12-07 13:56:26.732 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.732 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.732 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.733 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.733 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.733 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.733 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.733 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.733 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.733 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.733 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@76ffeb7d)
2019-12-07 13:56:26.733 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.733 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.734 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.734 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:26.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:26.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:26.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:26.734 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.coyote.http11.Http11NioProtocol port=0)
2019-12-07 13:56:26.734 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.735 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.735 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.735 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.735 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.735 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.735 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.735 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.735 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.736 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.736 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.736 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.736 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@75581d39)
2019-12-07 13:56:26.736 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.736 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.736 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.736 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.736 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.736 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.737 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.737 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.737 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.737 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.737 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isAllowed'
2019-12-07 13:56:26.737 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isAllowed)
2019-12-07 13:56:26.737 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Tests whether a client with this IP address value is allowed access by the current valve configuration'
2019-12-07 13:56:26.737 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Tests whether a client with this IP address value is allowed access by the current valve configuration)
2019-12-07 13:56:26.737 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-12-07 13:56:26.737 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-12-07 13:56:26.737 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
2019-12-07 13:56:26.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
2019-12-07 13:56:26.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.738 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.738 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'ipAddress'
2019-12-07 13:56:26.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=ipAddress)
2019-12-07 13:56:26.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'IP address to be tested'
2019-12-07 13:56:26.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=IP address to be tested)
2019-12-07 13:56:26.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.738 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.739 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3ad35d57)
2019-12-07 13:56:26.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.739 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.739 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.739 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6fe7d955)
2019-12-07 13:56:26.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.740 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
  )
2019-12-07 13:56:26.740 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:26.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    

    

    
  '
2019-12-07 13:56:26.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=RemoteAddrValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's IP address, group=Valve, type=org.apache.catalina.valves.RemoteAddrValve])
2019-12-07 13:56:26.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:26.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.740 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:26.741 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.741 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:26.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:26.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'RemoteHostValve'
2019-12-07 13:56:26.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=RemoteHostValve)
2019-12-07 13:56:26.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's host name'
2019-12-07 13:56:26.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's host name)
2019-12-07 13:56:26.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:26.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:26.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-12-07 13:56:26.741 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-12-07 13:56:26.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.RemoteHostValve'
2019-12-07 13:56:26.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.RemoteHostValve)
2019-12-07 13:56:26.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.742 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.742 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'addConnectorPort'
2019-12-07 13:56:26.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=addConnectorPort)
2019-12-07 13:56:26.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Append the server connector port to the client IP separated by a semicolon'
2019-12-07 13:56:26.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Append the server connector port to the client IP separated by a semicolon)
2019-12-07 13:56:26.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.742 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.742 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@664a63d7)
2019-12-07 13:56:26.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.743 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.743 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.743 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allow'
2019-12-07 13:56:26.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allow)
2019-12-07 13:56:26.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The allow expression'
2019-12-07 13:56:26.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The allow expression)
2019-12-07 13:56:26.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.744 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.744 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@53ce1bf2)
2019-12-07 13:56:26.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.745 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.745 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.745 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allowValid'
2019-12-07 13:56:26.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allowValid)
2019-12-07 13:56:26.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Becomes false if assigned value of allow expression is not syntactically correct'
2019-12-07 13:56:26.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Becomes false if assigned value of allow expression is not syntactically correct)
2019-12-07 13:56:26.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.746 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.747 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@73d7dd39)
2019-12-07 13:56:26.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.747 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.747 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.747 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.748 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.748 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.748 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.748 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.748 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-12-07 13:56:26.748 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-12-07 13:56:26.748 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
2019-12-07 13:56:26.748 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
2019-12-07 13:56:26.748 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.748 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.748 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.748 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.749 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@222b9f67)
2019-12-07 13:56:26.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.749 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.749 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.749 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:26.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:26.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:26.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:26.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.750 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.750 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.751 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.751 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@17ca142e)
2019-12-07 13:56:26.751 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.751 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.751 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.752 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.752 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.752 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.752 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.752 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.753 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.753 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.753 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deny'
2019-12-07 13:56:26.753 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deny)
2019-12-07 13:56:26.753 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The deny expression'
2019-12-07 13:56:26.753 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The deny expression)
2019-12-07 13:56:26.753 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.753 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.753 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.753 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.753 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.753 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.753 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.753 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.753 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.753 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.753 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@34789cae)
2019-12-07 13:56:26.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.754 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.coyote.http11.Http11NioProtocol bindOnInit=false)
2019-12-07 13:56:26.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.754 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.754 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'denyStatus'
2019-12-07 13:56:26.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=denyStatus)
2019-12-07 13:56:26.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'HTTP response status code that is used when rejecting denied request'
2019-12-07 13:56:26.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=HTTP response status code that is used when rejecting denied request)
2019-12-07 13:56:26.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.754 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.755 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@790bb10d)
2019-12-07 13:56:26.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.755 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.net.NioEndpoint bindOnInit=false)
2019-12-07 13:56:26.755 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.755 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.755 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.756 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.756 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'denyValid'
2019-12-07 13:56:26.756 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=denyValid)
2019-12-07 13:56:26.756 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Becomes false if assigned value of deny expression is not syntactically correct'
2019-12-07 13:56:26.756 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Becomes false if assigned value of deny expression is not syntactically correct)
2019-12-07 13:56:26.756 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.756 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.756 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.756 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.756 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.756 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.756 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.756 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.756 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.756 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.756 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.756 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.757 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.757 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.757 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7a5c9ec)
2019-12-07 13:56:26.757 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.757 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.757 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.757 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.757 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.757 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.757 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.757 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.757 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.757 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.757 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'invalidAuthenticationWhenDeny'
2019-12-07 13:56:26.757 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=invalidAuthenticationWhenDeny)
2019-12-07 13:56:26.758 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Send an invalid authentication header instead of deny'
2019-12-07 13:56:26.758 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Send an invalid authentication header instead of deny)
2019-12-07 13:56:26.758 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.758 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.758 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.758 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.758 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.758 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.758 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.758 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.758 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.758 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.758 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4009c652)
2019-12-07 13:56:26.758 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.758 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.758 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.758 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.759 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.759 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:26.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:26.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:26.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:26.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.759 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.759 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3064af11)
2019-12-07 13:56:26.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.760 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.760 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isAllowed'
2019-12-07 13:56:26.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isAllowed)
2019-12-07 13:56:26.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Tests whether a client with this host name is allowed access by the current valve configuration'
2019-12-07 13:56:26.760 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Tests whether a client with this host name is allowed access by the current valve configuration)
2019-12-07 13:56:26.761 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-12-07 13:56:26.761 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-12-07 13:56:26.761 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
2019-12-07 13:56:26.761 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
2019-12-07 13:56:26.763 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.763 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:26.764 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:26.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:26.764 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'hostName'
2019-12-07 13:56:26.765 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=hostName)
2019-12-07 13:56:26.765 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'host name to be tested'
2019-12-07 13:56:26.765 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=host name to be tested)
2019-12-07 13:56:26.765 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.765 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:26.765 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.766 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:26.766 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:26.766 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.766 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:26.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@14c3f3c9)
2019-12-07 13:56:26.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:26.767 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:26.768 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.768 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.768 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.768 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:26.768 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.768 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.768 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.768 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.768 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3d00b214)
2019-12-07 13:56:26.768 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.768 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.769 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
  )
2019-12-07 13:56:26.769 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:26.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    

    

    
  '
2019-12-07 13:56:26.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=RemoteHostValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's host name, group=Valve, type=org.apache.catalina.valves.RemoteHostValve])
2019-12-07 13:56:26.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:26.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.769 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:26.769 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.769 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:26.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:26.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'RemoteIpValve'
2019-12-07 13:56:26.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=RemoteIpValve)
2019-12-07 13:56:26.770 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.coyote.http11.Http11NioProtocol maxPostSize=2097152)
2019-12-07 13:56:26.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that sets client information (eg IP address) based on data from a trusted proxy'
2019-12-07 13:56:26.770 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that sets client information (eg IP address) based on data from a trusted proxy)
2019-12-07 13:56:26.770 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.net.NioEndpoint maxPostSize=2097152)
2019-12-07 13:56:26.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:26.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:26.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-12-07 13:56:26.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-12-07 13:56:26.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.RemoteIpValve'
2019-12-07 13:56:26.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.RemoteIpValve)
2019-12-07 13:56:26.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.771 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.771 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-12-07 13:56:26.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-12-07 13:56:26.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
2019-12-07 13:56:26.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
2019-12-07 13:56:26.771 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.772 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@33b5d8b0)
2019-12-07 13:56:26.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.772 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.773 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.773 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.773 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.773 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.773 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.773 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.773 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'httpServerPort'
2019-12-07 13:56:26.773 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=httpServerPort)
2019-12-07 13:56:26.773 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Value returned by ServletRequest.getServerPort() when the protocolHeader indicates http protocol'
2019-12-07 13:56:26.773 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Value returned by ServletRequest.getServerPort() when the protocolHeader indicates http protocol)
2019-12-07 13:56:26.773 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.773 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.773 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.774 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@26bcf5f0)
2019-12-07 13:56:26.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.774 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.774 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.774 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'httpsServerPort'
2019-12-07 13:56:26.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=httpsServerPort)
2019-12-07 13:56:26.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Value returned by ServletRequest.getServerPort() when the protocolHeader indicates https protocol'
2019-12-07 13:56:26.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Value returned by ServletRequest.getServerPort() when the protocolHeader indicates https protocol)
2019-12-07 13:56:26.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.775 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.775 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2dea0755)
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'internalProxies'
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=internalProxies)
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Regular expression that matches IP addresses of internal proxies'
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Regular expression that matches IP addresses of internal proxies)
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@154290ee)
2019-12-07 13:56:26.776 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.777 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.777 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'protocolHeader'
2019-12-07 13:56:26.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=protocolHeader)
2019-12-07 13:56:26.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The protocol header (e.g. "X-Forwarded-Proto")'
2019-12-07 13:56:26.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The protocol header (e.g. "X-Forwarded-Proto"))
2019-12-07 13:56:26.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.777 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.777 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@82faaae)
2019-12-07 13:56:26.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.778 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.778 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'protocolHeaderHttpsValue'
2019-12-07 13:56:26.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=protocolHeaderHttpsValue)
2019-12-07 13:56:26.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value of the protocol header for incoming https request (e.g. "https")'
2019-12-07 13:56:26.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value of the protocol header for incoming https request (e.g. "https"))
2019-12-07 13:56:26.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.778 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.779 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@497ddd2e)
2019-12-07 13:56:26.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.779 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.779 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.779 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'proxiesHeader'
2019-12-07 13:56:26.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=proxiesHeader)
2019-12-07 13:56:26.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The proxies header name (e.g. "X-Forwarded-By")'
2019-12-07 13:56:26.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The proxies header name (e.g. "X-Forwarded-By"))
2019-12-07 13:56:26.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.780 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.780 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3450bbfb)
2019-12-07 13:56:26.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.781 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.781 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'remoteIpHeader'
2019-12-07 13:56:26.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=remoteIpHeader)
2019-12-07 13:56:26.781 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The remote IP header name (e.g. "X-Forwarded-For")'
2019-12-07 13:56:26.782 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The remote IP header name (e.g. "X-Forwarded-For"))
2019-12-07 13:56:26.782 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.782 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.782 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.782 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.782 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.782 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.782 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.782 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.782 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.782 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.782 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.782 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.782 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3514987f)
2019-12-07 13:56:26.782 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.782 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.783 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.783 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:26.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:26.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:26.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:26.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.783 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.784 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@409b2ea9)
2019-12-07 13:56:26.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.784 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.784 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.784 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'trustedProxies'
2019-12-07 13:56:26.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=trustedProxies)
2019-12-07 13:56:26.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Regular expression that matches IP addresses of trusted proxies'
2019-12-07 13:56:26.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Regular expression that matches IP addresses of trusted proxies)
2019-12-07 13:56:26.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.785 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@67281f39)
2019-12-07 13:56:26.785 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.786 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.786 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:26.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    

    

  '
2019-12-07 13:56:26.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=RemoteIpValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that sets client information (eg IP address) based on data from a trusted proxy, group=Valve, type=org.apache.catalina.valves.RemoteIpValve])
2019-12-07 13:56:26.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:26.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:26.786 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.786 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:26.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.786 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:26.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StuckThreadDetectionValve'
2019-12-07 13:56:26.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StuckThreadDetectionValve)
2019-12-07 13:56:26.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Detect long requests for which their thread might be stuck'
2019-12-07 13:56:26.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Detect long requests for which their thread might be stuck)
2019-12-07 13:56:26.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:26.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:26.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-12-07 13:56:26.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-12-07 13:56:26.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.StuckThreadDetectionValve'
2019-12-07 13:56:26.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.StuckThreadDetectionValve)
2019-12-07 13:56:26.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.787 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.787 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.787 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-12-07 13:56:26.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-12-07 13:56:26.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
2019-12-07 13:56:26.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
2019-12-07 13:56:26.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:26.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:26.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.788 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.788 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.789 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5616ff44)
2019-12-07 13:56:26.789 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.789 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.789 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.789 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.789 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.789 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.789 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.789 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.789 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.789 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.789 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:26.789 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:26.789 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:26.789 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:26.789 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.789 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.790 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@47d05299)
2019-12-07 13:56:26.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.790 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.790 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.790 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:26.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:26.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:26.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:26.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.791 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.791 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5ea7c2ac)
2019-12-07 13:56:26.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.792 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.792 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stuckThreadCount'
2019-12-07 13:56:26.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stuckThreadCount)
2019-12-07 13:56:26.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Count of the threads currently considered stuck'
2019-12-07 13:56:26.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Count of the threads currently considered stuck)
2019-12-07 13:56:26.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.792 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.793 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.793 DEBUG 15190 --- [    Test worker] org.apache.catalina.core.ContainerBase   : Add child StandardHost[localhost] StandardEngine[Tomcat]
2019-12-07 13:56:26.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7951cf96)
2019-12-07 13:56:26.793 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.794 DEBUG 15190 --- [    Test worker] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: /Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot/2.1.7.RELEASE/1599a2ad1fc6d36dbfc2a7c0dd5dab3a0bb27c61/spring-boot-2.1.7.RELEASE.jar
2019-12-07 13:56:26.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.794 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.794 DEBUG 15190 --- [    Test worker] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: /Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot/2.1.7.RELEASE/1599a2ad1fc6d36dbfc2a7c0dd5dab3a0bb27c61/spring-boot-2.1.7.RELEASE.jar
2019-12-07 13:56:26.794 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.794 DEBUG 15190 --- [    Test worker] .s.b.w.e.t.TomcatServletWebServerFactory : None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
2019-12-07 13:56:26.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stuckThreadIds'
2019-12-07 13:56:26.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stuckThreadIds)
2019-12-07 13:56:26.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'IDs of the threads currently considered stuck. Each ID can then be used with the Threading MBean to retrieve data about it.'
2019-12-07 13:56:26.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=IDs of the threads currently considered stuck. Each ID can then be used with the Threading MBean to retrieve data about it.)
2019-12-07 13:56:26.794 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long[]'
2019-12-07 13:56:26.796 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long[])
2019-12-07 13:56:26.796 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.796 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.796 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.796 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.796 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.796 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.796 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.796 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@18dcf327)
2019-12-07 13:56:26.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.797 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.797 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stuckThreadNames'
2019-12-07 13:56:26.797 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stuckThreadNames)
2019-12-07 13:56:26.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Names of the threads currently considered stuck.'
2019-12-07 13:56:26.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Names of the threads currently considered stuck.)
2019-12-07 13:56:26.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String[]'
2019-12-07 13:56:26.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String[])
2019-12-07 13:56:26.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.798 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5ddd2e3f)
2019-12-07 13:56:26.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.798 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.799 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.799 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'threshold'
2019-12-07 13:56:26.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=threshold)
2019-12-07 13:56:26.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Duration in seconds after which a request is considered as stuck'
2019-12-07 13:56:26.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Duration in seconds after which a request is considered as stuck)
2019-12-07 13:56:26.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:26.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:26.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.799 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.799 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3d0f358a)
2019-12-07 13:56:26.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.800 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.800 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:26.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

  '
2019-12-07 13:56:26.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.800 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StuckThreadDetectionValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Detect long requests for which their thread might be stuck, group=Valve, type=org.apache.catalina.valves.StuckThreadDetectionValve])
2019-12-07 13:56:26.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:26.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:26.801 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
)
2019-12-07 13:56:26.801 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbeans-descriptors)
2019-12-07 13:56:26.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors'
2019-12-07 13:56:26.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

  

  

  

  

  

  

  

  

  
'
2019-12-07 13:56:26.801 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:26.801 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endDocument()
2019-12-07 13:56:26.802 DEBUG 15190 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry  : Found jar:file:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.22/79f39903498b28adacb18fe2ea046edd306295a6/tomcat-embed-core-9.0.22.jar!/org/apache/tomcat/util/descriptor/web/mbeans-descriptors.xml
2019-12-07 13:56:26.802 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@1778b30)
2019-12-07 13:56:26.803 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startDocument()
2019-12-07 13:56:26.803 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbeans-descriptors)
2019-12-07 13:56:26.803 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors'
2019-12-07 13:56:26.803 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:26.803 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.803 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:26.803 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.803 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.803 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.803 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:26.803 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ContextEnvironment'
2019-12-07 13:56:26.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ContextEnvironment)
2019-12-07 13:56:26.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContextEnvironmentMBean'
2019-12-07 13:56:26.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContextEnvironmentMBean)
2019-12-07 13:56:26.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Representation of an application environment entry'
2019-12-07 13:56:26.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Representation of an application environment entry)
2019-12-07 13:56:26.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:26.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:26.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Resources'
2019-12-07 13:56:26.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Resources)
2019-12-07 13:56:26.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.tomcat.util.descriptor.web.ContextEnvironment'
2019-12-07 13:56:26.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.tomcat.util.descriptor.web.ContextEnvironment)
2019-12-07 13:56:26.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.804 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.804 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.804 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-12-07 13:56:26.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-12-07 13:56:26.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-12-07 13:56:26.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-12-07 13:56:26.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.805 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.805 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@45905df1)
2019-12-07 13:56:26.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.806 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.806 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.806 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.807 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'description'
2019-12-07 13:56:26.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=description)
2019-12-07 13:56:26.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The description of this environment entry'
2019-12-07 13:56:26.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The description of this environment entry)
2019-12-07 13:56:26.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.808 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.808 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2422e6f1)
2019-12-07 13:56:26.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.809 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.809 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
2019-12-07 13:56:26.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
2019-12-07 13:56:26.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of this environment entry'
2019-12-07 13:56:26.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of this environment entry)
2019-12-07 13:56:26.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.809 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.809 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6ebc7156)
2019-12-07 13:56:26.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.810 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.810 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.810 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'override'
2019-12-07 13:56:26.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=override)
2019-12-07 13:56:26.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this environment entry allow overrides by the                application deployment descriptor'
2019-12-07 13:56:26.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this environment entry allow overrides by the                application deployment descriptor)
2019-12-07 13:56:26.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:26.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:26.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.811 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@53af49ba)
2019-12-07 13:56:26.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.811 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.812 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.812 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'type'
2019-12-07 13:56:26.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=type)
2019-12-07 13:56:26.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The type of this environment entry'
2019-12-07 13:56:26.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The type of this environment entry)
2019-12-07 13:56:26.812 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.813 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.813 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.813 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.813 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.813 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.813 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.813 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.813 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.813 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.813 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1497f9eb)
2019-12-07 13:56:26.813 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.813 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.814 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.814 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'value'
2019-12-07 13:56:26.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=value)
2019-12-07 13:56:26.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value of this environment entry'
2019-12-07 13:56:26.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value of this environment entry)
2019-12-07 13:56:26.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.814 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.815 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@273190e6)
2019-12-07 13:56:26.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.815 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
  )
2019-12-07 13:56:26.815 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:26.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    
  '
2019-12-07 13:56:26.815 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ContextEnvironment, className=org.apache.catalina.mbeans.ContextEnvironmentMBean, description=Representation of an application environment entry, group=Resources, type=org.apache.tomcat.util.descriptor.web.ContextEnvironment])
2019-12-07 13:56:26.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:26.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:26.816 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(


  )
2019-12-07 13:56:26.816 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:26.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:26.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ContextResource'
2019-12-07 13:56:26.816 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ContextResource)
2019-12-07 13:56:26.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContextResourceMBean'
2019-12-07 13:56:26.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContextResourceMBean)
2019-12-07 13:56:26.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Representation of a resource reference for a web application'
2019-12-07 13:56:26.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Representation of a resource reference for a web application)
2019-12-07 13:56:26.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:26.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:26.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Resources'
2019-12-07 13:56:26.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Resources)
2019-12-07 13:56:26.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.tomcat.util.descriptor.web.ContextResource'
2019-12-07 13:56:26.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.tomcat.util.descriptor.web.ContextResource)
2019-12-07 13:56:26.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.817 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.817 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.817 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'auth'
2019-12-07 13:56:26.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=auth)
2019-12-07 13:56:26.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The authorization requirement for this resource'
2019-12-07 13:56:26.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The authorization requirement for this resource)
2019-12-07 13:56:26.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.818 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2a0a6397)
2019-12-07 13:56:26.818 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.819 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.819 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'description'
2019-12-07 13:56:26.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=description)
2019-12-07 13:56:26.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The description of this resource'
2019-12-07 13:56:26.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The description of this resource)
2019-12-07 13:56:26.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.819 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.820 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3411df5)
2019-12-07 13:56:26.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.820 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.820 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.820 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
2019-12-07 13:56:26.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
2019-12-07 13:56:26.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of this resource'
2019-12-07 13:56:26.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of this resource)
2019-12-07 13:56:26.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.821 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2832f4d7)
2019-12-07 13:56:26.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.821 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.822 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.822 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.822 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'scope'
2019-12-07 13:56:26.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=scope)
2019-12-07 13:56:26.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The sharing scope of this resource factory'
2019-12-07 13:56:26.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The sharing scope of this resource factory)
2019-12-07 13:56:26.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.823 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.823 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@32ff797)
2019-12-07 13:56:26.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.824 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.824 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'type'
2019-12-07 13:56:26.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=type)
2019-12-07 13:56:26.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The type of this environment entry'
2019-12-07 13:56:26.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The type of this environment entry)
2019-12-07 13:56:26.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.824 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.825 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7a403abe)
2019-12-07 13:56:26.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.825 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(
  )
2019-12-07 13:56:26.825 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:26.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    
  '
2019-12-07 13:56:26.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.825 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ContextResource, className=org.apache.catalina.mbeans.ContextResourceMBean, description=Representation of a resource reference for a web application, group=Resources, type=org.apache.tomcat.util.descriptor.web.ContextResource])
2019-12-07 13:56:26.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:26.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:26.826 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(


   )
2019-12-07 13:56:26.826 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:26.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:26.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ContextResourceLink'
2019-12-07 13:56:26.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ContextResourceLink)
2019-12-07 13:56:26.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContextResourceLinkMBean'
2019-12-07 13:56:26.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContextResourceLinkMBean)
2019-12-07 13:56:26.826 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Representation of a resource link for a web application'
2019-12-07 13:56:26.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Representation of a resource link for a web application)
2019-12-07 13:56:26.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:26.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:26.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Resources'
2019-12-07 13:56:26.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Resources)
2019-12-07 13:56:26.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.tomcat.util.descriptor.web.ContextResourceLink'
2019-12-07 13:56:26.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.tomcat.util.descriptor.web.ContextResourceLink)
2019-12-07 13:56:26.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.827 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.827 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'global'
2019-12-07 13:56:26.827 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=global)
2019-12-07 13:56:26.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The global name of this resource'
2019-12-07 13:56:26.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The global name of this resource)
2019-12-07 13:56:26.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.828 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@71652eb6)
2019-12-07 13:56:26.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.828 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.829 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.829 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
2019-12-07 13:56:26.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
2019-12-07 13:56:26.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of this resource'
2019-12-07 13:56:26.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of this resource)
2019-12-07 13:56:26.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.829 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.829 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4ecee801)
2019-12-07 13:56:26.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.830 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.830 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'description'
2019-12-07 13:56:26.830 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=description)
2019-12-07 13:56:26.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The description of this resource'
2019-12-07 13:56:26.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The description of this resource)
2019-12-07 13:56:26.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.831 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@32212d00)
2019-12-07 13:56:26.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.831 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.832 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.832 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'type'
2019-12-07 13:56:26.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=type)
2019-12-07 13:56:26.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The type of this resource'
2019-12-07 13:56:26.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The type of this resource)
2019-12-07 13:56:26.832 DEBUG 15190 --- [    Test worker] org.apache.catalina.core.ContainerBase   : Add child StandardWrapper[default] TomcatEmbeddedContext[]
2019-12-07 13:56:26.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.832 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.832 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@49cf6430)
2019-12-07 13:56:26.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.833 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.834 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.834 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.834 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:26.834 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.834 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

  '
2019-12-07 13:56:26.834 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.834 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.834 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.834 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.834 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ContextResourceLink, className=org.apache.catalina.mbeans.ContextResourceLinkMBean, description=Representation of a resource link for a web application, group=Resources, type=org.apache.tomcat.util.descriptor.web.ContextResourceLink])
2019-12-07 13:56:26.834 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:26.834 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.834 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.834 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:26.834 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : characters(


)
2019-12-07 13:56:26.834 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbeans-descriptors)
2019-12-07 13:56:26.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors'
2019-12-07 13:56:26.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   :   bodyText='

  


  


   


'
2019-12-07 13:56:26.835 DEBUG 15190 --- [kground-preinit] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:26.835 DEBUG 15190 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax    : endDocument()
2019-12-07 13:56:26.835 DEBUG 15190 --- [    Test worker] org.apache.catalina.core.ContainerBase   : Add child TomcatEmbeddedContext[] StandardEngine[Tomcat].StandardHost[localhost]
2019-12-07 13:56:26.844  INFO 15190 --- [    Test worker] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 0 (http)
2019-12-07 13:56:26.937 DEBUG 15190 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry  : Creating MBeanServer102
2019-12-07 13:56:26.938 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:type=Server
2019-12-07 13:56:26.940 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister StandardServer[-1] Tomcat:type=Server
2019-12-07 13:56:26.943 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:type=UtilityExecutor
2019-12-07 13:56:26.943 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Looking for descriptor 
2019-12-07 13:56:26.944 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Introspecting 
2019-12-07 13:56:26.946 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public java.util.concurrent.BlockingQueue java.util.concurrent.ScheduledThreadPoolExecutor.getQueue()
2019-12-07 13:56:26.946 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void java.util.concurrent.ThreadPoolExecutor.setThreadFactory(java.util.concurrent.ThreadFactory) interface java.util.concurrent.ThreadFactory
2019-12-07 13:56:26.946 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public java.util.concurrent.ThreadFactory java.util.concurrent.ThreadPoolExecutor.getThreadFactory()
2019-12-07 13:56:26.946 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void java.util.concurrent.ThreadPoolExecutor.setRejectedExecutionHandler(java.util.concurrent.RejectedExecutionHandler) interface java.util.concurrent.RejectedExecutionHandler
2019-12-07 13:56:26.946 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public java.util.concurrent.RejectedExecutionHandler java.util.concurrent.ThreadPoolExecutor.getRejectedExecutionHandler()
2019-12-07 13:56:26.947 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute largestPoolSize public int java.util.concurrent.ThreadPoolExecutor.getLargestPoolSize() null
2019-12-07 13:56:26.947 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute terminating public boolean java.util.concurrent.ThreadPoolExecutor.isTerminating() null
2019-12-07 13:56:26.947 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute terminated public boolean java.util.concurrent.ThreadPoolExecutor.isTerminated() null
2019-12-07 13:56:26.947 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute poolSize public int java.util.concurrent.ThreadPoolExecutor.getPoolSize() null
2019-12-07 13:56:26.947 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute completedTaskCount public long java.util.concurrent.ThreadPoolExecutor.getCompletedTaskCount() null
2019-12-07 13:56:26.948 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute executeExistingDelayedTasksAfterShutdownPolicy public boolean java.util.concurrent.ScheduledThreadPoolExecutor.getExecuteExistingDelayedTasksAfterShutdownPolicy() public void java.util.concurrent.ScheduledThreadPoolExecutor.setExecuteExistingDelayedTasksAfterShutdownPolicy(boolean)
2019-12-07 13:56:26.948 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute shutdown public boolean java.util.concurrent.ThreadPoolExecutor.isShutdown() null
2019-12-07 13:56:26.948 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute taskCount public long java.util.concurrent.ThreadPoolExecutor.getTaskCount() null
2019-12-07 13:56:26.948 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute continueExistingPeriodicTasksAfterShutdownPolicy public boolean java.util.concurrent.ScheduledThreadPoolExecutor.getContinueExistingPeriodicTasksAfterShutdownPolicy() public void java.util.concurrent.ScheduledThreadPoolExecutor.setContinueExistingPeriodicTasksAfterShutdownPolicy(boolean)
2019-12-07 13:56:26.948 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute removeOnCancelPolicy public boolean java.util.concurrent.ScheduledThreadPoolExecutor.getRemoveOnCancelPolicy() public void java.util.concurrent.ScheduledThreadPoolExecutor.setRemoveOnCancelPolicy(boolean)
2019-12-07 13:56:26.948 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maximumPoolSize public int java.util.concurrent.ThreadPoolExecutor.getMaximumPoolSize() public void java.util.concurrent.ThreadPoolExecutor.setMaximumPoolSize(int)
2019-12-07 13:56:26.948 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute corePoolSize public int java.util.concurrent.ThreadPoolExecutor.getCorePoolSize() public void java.util.concurrent.ThreadPoolExecutor.setCorePoolSize(int)
2019-12-07 13:56:26.949 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute activeCount public int java.util.concurrent.ThreadPoolExecutor.getActiveCount() null
2019-12-07 13:56:26.949 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Setting name: java.util.concurrent.ScheduledThreadPoolExecutor
2019-12-07 13:56:26.949 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister java.util.concurrent.ScheduledThreadPoolExecutor@6e305fe1[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] Tomcat:type=UtilityExecutor
2019-12-07 13:56:26.951 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:type=StringCache
2019-12-07 13:56:26.951 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Looking for descriptor 
2019-12-07 13:56:26.953 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Introspecting 
2019-12-07 13:56:26.957 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute trainThreshold public int org.apache.tomcat.util.buf.StringCache.getTrainThreshold() public void org.apache.tomcat.util.buf.StringCache.setTrainThreshold(int)
2019-12-07 13:56:26.957 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute byteEnabled public boolean org.apache.tomcat.util.buf.StringCache.getByteEnabled() public void org.apache.tomcat.util.buf.StringCache.setByteEnabled(boolean)
2019-12-07 13:56:26.957 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute hitCount public int org.apache.tomcat.util.buf.StringCache.getHitCount() null
2019-12-07 13:56:26.957 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute accessCount public int org.apache.tomcat.util.buf.StringCache.getAccessCount() null
2019-12-07 13:56:26.957 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute charEnabled public boolean org.apache.tomcat.util.buf.StringCache.getCharEnabled() public void org.apache.tomcat.util.buf.StringCache.setCharEnabled(boolean)
2019-12-07 13:56:26.958 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute cacheSize public int org.apache.tomcat.util.buf.StringCache.getCacheSize() public void org.apache.tomcat.util.buf.StringCache.setCacheSize(int)
2019-12-07 13:56:26.958 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Setting name: org.apache.tomcat.util.buf.StringCache
2019-12-07 13:56:26.958 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister org.apache.tomcat.util.buf.StringCache@16f64f0e Tomcat:type=StringCache
2019-12-07 13:56:26.958 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:type=MBeanFactory
2019-12-07 13:56:26.959 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister org.apache.catalina.mbeans.MBeanFactory@42c41455 Tomcat:type=MBeanFactory
2019-12-07 13:56:26.959 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:type=NamingResources
2019-12-07 13:56:26.960 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister org.apache.catalina.deploy.NamingResourcesImpl@5f91d244 Tomcat:type=NamingResources
2019-12-07 13:56:26.961 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:type=Service
2019-12-07 13:56:26.962 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister StandardService[Tomcat] Tomcat:type=Service
2019-12-07 13:56:26.963 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:type=Engine
2019-12-07 13:56:26.964 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister StandardEngine[Tomcat] Tomcat:type=Engine
2019-12-07 13:56:26.965 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:type=Mapper
2019-12-07 13:56:26.965 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Looking for descriptor 
2019-12-07 13:56:26.965 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Found jar:file:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.22/79f39903498b28adacb18fe2ea046edd306295a6/tomcat-embed-core-9.0.22.jar!/org/apache/catalina/mapper/mbeans-descriptors.xml
2019-12-07 13:56:26.967 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@149d85a8)
2019-12-07 13:56:26.967 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startDocument()
2019-12-07 13:56:26.967 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbeans-descriptors)
2019-12-07 13:56:26.967 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors'
2019-12-07 13:56:26.968 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:26.968 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.968 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:26.968 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.968 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.968 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.969 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:26.969 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'Mapper'
2019-12-07 13:56:26.969 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=Mapper)
2019-12-07 13:56:26.969 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Maps requests received by the associated connector to Hosts, Contexts and Wrappers'
2019-12-07 13:56:26.969 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Maps requests received by the associated connector to Hosts, Contexts and Wrappers)
2019-12-07 13:56:26.969 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:26.969 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:26.969 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Mapper'
2019-12-07 13:56:26.969 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Mapper)
2019-12-07 13:56:26.969 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.mapper.MapperListener'
2019-12-07 13:56:26.970 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.mapper.MapperListener)
2019-12-07 13:56:26.970 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.970 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.970 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:26.970 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.970 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.971 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.971 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:26.971 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:26.971 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:26.971 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-12-07 13:56:26.971 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-12-07 13:56:26.972 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:26.972 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:26.972 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:26.972 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:26.972 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.972 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:26.972 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:26.973 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.973 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.973 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.973 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.973 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:26.973 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@297d920a)
2019-12-07 13:56:26.973 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.974 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.974 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:26.974 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:26.974 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:26.974 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.974 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.975 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.975 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.975 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.975 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-12-07 13:56:26.975 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-12-07 13:56:26.975 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-12-07 13:56:26.975 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-12-07 13:56:26.976 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.976 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.976 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.976 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.976 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.976 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.976 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.977 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.977 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.977 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.977 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.977 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.977 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4555435c)
2019-12-07 13:56:26.977 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.977 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.978 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.978 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.978 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.978 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.978 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.978 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.979 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.979 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.979 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-12-07 13:56:26.979 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-12-07 13:56:26.979 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-12-07 13:56:26.979 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-12-07 13:56:26.979 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.980 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.980 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.980 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.980 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.980 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.980 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.980 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.981 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.981 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.981 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.981 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.981 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3210b352)
2019-12-07 13:56:26.981 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.981 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.981 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.982 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.982 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.982 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.982 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.982 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.982 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.982 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.982 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-12-07 13:56:26.983 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-12-07 13:56:26.983 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
2019-12-07 13:56:26.983 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
2019-12-07 13:56:26.983 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.983 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.984 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.984 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.984 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.984 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.985 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.985 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.985 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.985 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.985 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.985 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.985 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4a58c07d)
2019-12-07 13:56:26.985 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.986 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.986 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.986 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.986 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:26.986 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:26.986 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.986 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.987 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:26.987 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:26.987 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-12-07 13:56:26.987 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-12-07 13:56:26.987 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
2019-12-07 13:56:26.988 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
2019-12-07 13:56:26.988 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:26.988 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:26.988 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:26.988 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:26.988 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.988 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:26.988 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:26.988 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:26.989 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.989 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.989 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.989 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:26.989 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@ff0f6fe)
2019-12-07 13:56:26.989 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.989 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.990 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:26.990 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:26.990 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:26.990 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:26.990 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:26.990 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    
    
    
    

  '
2019-12-07 13:56:26.990 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.990 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:26.990 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.991 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:26.991 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=Mapper, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Maps requests received by the associated connector to Hosts, Contexts and Wrappers, group=Mapper, type=org.apache.catalina.mapper.MapperListener])
2019-12-07 13:56:26.991 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:26.991 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:26.991 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:26.991 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:26.991 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
)
2019-12-07 13:56:26.992 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbeans-descriptors)
2019-12-07 13:56:26.992 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors'
2019-12-07 13:56:26.992 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='

  
'
2019-12-07 13:56:26.992 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:26.992 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endDocument()
2019-12-07 13:56:26.992 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister org.apache.catalina.mapper.MapperListener@60d00bff Tomcat:type=Mapper
2019-12-07 13:56:26.993 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:type=Connector,port=auto-1
2019-12-07 13:56:26.995 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister Connector[HTTP/1.1-auto-1] Tomcat:type=Connector,port=auto-1
2019-12-07 13:56:26.999 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.coyote.http11.Http11NioProtocol parseBodyMethods=POST)
2019-12-07 13:56:27.000 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.net.NioEndpoint parseBodyMethods=POST)
2019-12-07 13:56:27.000 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:type=ProtocolHandler,port=auto-1
2019-12-07 13:56:27.000 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Looking for descriptor 
2019-12-07 13:56:27.001 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Found jar:file:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.22/79f39903498b28adacb18fe2ea046edd306295a6/tomcat-embed-core-9.0.22.jar!/org/apache/coyote/mbeans-descriptors.xml
2019-12-07 13:56:27.001 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@478199d1)
2019-12-07 13:56:27.001 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startDocument()
2019-12-07 13:56:27.002 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbeans-descriptors)
2019-12-07 13:56:27.002 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors'
2019-12-07 13:56:27.002 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:27.002 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.002 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:27.002 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:27.002 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:27.003 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.003 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:27.003 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'RequestGroupInfo'
2019-12-07 13:56:27.004 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=RequestGroupInfo)
2019-12-07 13:56:27.004 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Runtime information of a group of requests'
2019-12-07 13:56:27.004 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Runtime information of a group of requests)
2019-12-07 13:56:27.004 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:27.004 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:27.004 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Connector'
2019-12-07 13:56:27.004 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Connector)
2019-12-07 13:56:27.005 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.coyote.RequestGroupInfo'
2019-12-07 13:56:27.005 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.coyote.RequestGroupInfo)
2019-12-07 13:56:27.005 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:27.005 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

        )
2019-12-07 13:56:27.005 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.005 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.005 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.006 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.006 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.006 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxTime'
2019-12-07 13:56:27.006 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxTime)
2019-12-07 13:56:27.006 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum time to process a request'
2019-12-07 13:56:27.006 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum time to process a request)
2019-12-07 13:56:27.006 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:27.006 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:27.006 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.007 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.007 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.007 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.007 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.007 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.007 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.007 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.007 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.007 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.007 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1810b543)
2019-12-07 13:56:27.007 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.008 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.008 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.008 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.008 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

        )
2019-12-07 13:56:27.008 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.008 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.008 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.008 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.008 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.009 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processingTime'
2019-12-07 13:56:27.009 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processingTime)
2019-12-07 13:56:27.009 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Total time to process the requests'
2019-12-07 13:56:27.009 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Total time to process the requests)
2019-12-07 13:56:27.009 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:27.009 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:27.009 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.010 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.010 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.010 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.010 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.010 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.010 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.010 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.010 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.011 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.011 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@426dab51)
2019-12-07 13:56:27.011 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.011 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.011 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.011 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.011 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

        )
2019-12-07 13:56:27.012 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.012 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.012 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.012 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.012 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.012 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'requestCount'
2019-12-07 13:56:27.013 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=requestCount)
2019-12-07 13:56:27.013 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of requests processed'
2019-12-07 13:56:27.013 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of requests processed)
2019-12-07 13:56:27.013 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.013 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.013 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.014 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.014 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.014 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.014 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.014 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.014 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.014 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.015 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.015 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.015 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@277ab255)
2019-12-07 13:56:27.015 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.015 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.015 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.016 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.016 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

        )
2019-12-07 13:56:27.016 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.016 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.016 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.016 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.016 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.016 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'errorCount'
2019-12-07 13:56:27.016 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=errorCount)
2019-12-07 13:56:27.016 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of errors'
2019-12-07 13:56:27.017 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of errors)
2019-12-07 13:56:27.017 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.017 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.017 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.017 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.018 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.018 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.018 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.018 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.018 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.018 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.018 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.019 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.019 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6c7ef87a)
2019-12-07 13:56:27.019 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.019 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.020 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.020 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.020 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

        )
2019-12-07 13:56:27.020 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.020 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.020 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.021 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.021 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.021 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'bytesReceived'
2019-12-07 13:56:27.021 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=bytesReceived)
2019-12-07 13:56:27.021 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Amount of data received, in bytes'
2019-12-07 13:56:27.021 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Amount of data received, in bytes)
2019-12-07 13:56:27.021 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:27.022 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:27.022 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.022 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.022 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.022 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.022 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.022 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.023 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.023 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.023 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.023 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.023 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@71d9f21b)
2019-12-07 13:56:27.023 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.023 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.024 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.024 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.024 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

        )
2019-12-07 13:56:27.024 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.024 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.024 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.024 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.024 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.025 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'bytesSent'
2019-12-07 13:56:27.025 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=bytesSent)
2019-12-07 13:56:27.025 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Amount of data sent, in bytes'
2019-12-07 13:56:27.025 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Amount of data sent, in bytes)
2019-12-07 13:56:27.025 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:27.025 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:27.025 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.025 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.026 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.026 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.026 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.026 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.026 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.026 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.026 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.027 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.027 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5ec1f852)
2019-12-07 13:56:27.027 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.027 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.027 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.027 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.027 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

        )
2019-12-07 13:56:27.027 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.028 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.028 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.028 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.028 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.028 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'resetCounters'
2019-12-07 13:56:27.028 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=resetCounters)
2019-12-07 13:56:27.028 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Reset counters'
2019-12-07 13:56:27.028 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Reset counters)
2019-12-07 13:56:27.029 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:27.029 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:27.029 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.029 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.029 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.029 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.029 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.030 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.030 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.030 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.030 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.030 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.030 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2c5b11c5)
2019-12-07 13:56:27.030 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.031 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.031 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.031 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.031 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.031 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:27.032 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:27.032 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='

        

        

        

        

        

        

        

    '
2019-12-07 13:56:27.032 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:27.032 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.032 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:27.032 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:27.032 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=RequestGroupInfo, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Runtime information of a group of requests, group=Connector, type=org.apache.coyote.RequestGroupInfo])
2019-12-07 13:56:27.033 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:27.033 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.033 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:27.033 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:27.033 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
)
2019-12-07 13:56:27.033 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbeans-descriptors)
2019-12-07 13:56:27.033 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors'
2019-12-07 13:56:27.034 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='

    
'
2019-12-07 13:56:27.034 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:27.034 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endDocument()
2019-12-07 13:56:27.035 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Introspecting 
2019-12-07 13:56:27.037 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public java.net.InetAddress org.apache.coyote.AbstractProtocol.getAddress()
2019-12-07 13:56:27.038 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.coyote.AbstractProtocol.setAddress(java.net.InetAddress) class java.net.InetAddress
2019-12-07 13:56:27.038 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.coyote.AbstractProtocol.setAdapter(org.apache.coyote.Adapter) interface org.apache.coyote.Adapter
2019-12-07 13:56:27.038 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.coyote.AbstractProtocol.setUtilityExecutor(java.util.concurrent.ScheduledExecutorService) interface java.util.concurrent.ScheduledExecutorService
2019-12-07 13:56:27.038 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.coyote.AbstractProtocol.setExecutor(java.util.concurrent.Executor) interface java.util.concurrent.Executor
2019-12-07 13:56:27.039 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public java.util.concurrent.Executor org.apache.coyote.AbstractProtocol.getExecutor()
2019-12-07 13:56:27.039 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.coyote.Adapter org.apache.coyote.AbstractProtocol.getAdapter()
2019-12-07 13:56:27.039 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public java.util.concurrent.ScheduledExecutorService org.apache.coyote.AbstractProtocol.getUtilityExecutor()
2019-12-07 13:56:27.039 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute minSpareThreads public int org.apache.coyote.AbstractProtocol.getMinSpareThreads() public void org.apache.coyote.AbstractProtocol.setMinSpareThreads(int)
2019-12-07 13:56:27.039 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLCACertificateFile public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLCACertificateFile() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLCACertificateFile(java.lang.String)
2019-12-07 13:56:27.039 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute localPort public int org.apache.coyote.AbstractProtocol.getLocalPort() null
2019-12-07 13:56:27.039 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute aprRequired public boolean org.apache.coyote.AbstractProtocol.isAprRequired() null
2019-12-07 13:56:27.039 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute compression public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getCompression() public void org.apache.coyote.http11.AbstractHttp11Protocol.setCompression(java.lang.String)
2019-12-07 13:56:27.039 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLDisableCompression public boolean org.apache.coyote.http11.AbstractHttp11Protocol.getSSLDisableCompression() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLDisableCompression(boolean)
2019-12-07 13:56:27.040 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute ciphers public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getCiphers() public void org.apache.coyote.http11.AbstractHttp11Protocol.setCiphers(java.lang.String)
2019-12-07 13:56:27.040 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute truststorePass public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getTruststorePass() public void org.apache.coyote.http11.AbstractHttp11Protocol.setTruststorePass(java.lang.String)
2019-12-07 13:56:27.040 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute truststoreProvider public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getTruststoreProvider() public void org.apache.coyote.http11.AbstractHttp11Protocol.setTruststoreProvider(java.lang.String)
2019-12-07 13:56:27.040 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute portWithOffset public int org.apache.coyote.AbstractProtocol.getPortWithOffset() null
2019-12-07 13:56:27.040 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute nameIndex public synchronized int org.apache.coyote.AbstractProtocol.getNameIndex() null
2019-12-07 13:56:27.040 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clientCertProvider public java.lang.String org.apache.coyote.AbstractProtocol.getClientCertProvider() public void org.apache.coyote.AbstractProtocol.setClientCertProvider(java.lang.String)
2019-12-07 13:56:27.040 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLCertificateKeyFile public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLCertificateKeyFile() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLCertificateKeyFile(java.lang.String)
2019-12-07 13:56:27.040 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute keystoreType public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getKeystoreType() public void org.apache.coyote.http11.AbstractHttp11Protocol.setKeystoreType(java.lang.String)
2019-12-07 13:56:27.040 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute disableUploadTimeout public boolean org.apache.coyote.http11.AbstractHttp11Protocol.getDisableUploadTimeout() public void org.apache.coyote.http11.AbstractHttp11Protocol.setDisableUploadTimeout(boolean)
2019-12-07 13:56:27.040 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute serverRemoveAppProvidedValues public boolean org.apache.coyote.http11.AbstractHttp11Protocol.getServerRemoveAppProvidedValues() public void org.apache.coyote.http11.AbstractHttp11Protocol.setServerRemoveAppProvidedValues(boolean)
2019-12-07 13:56:27.040 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sslImplementationName public java.lang.String org.apache.coyote.http11.AbstractHttp11JsseProtocol.getSslImplementationName() public void org.apache.coyote.http11.AbstractHttp11JsseProtocol.setSslImplementationName(java.lang.String)
2019-12-07 13:56:27.041 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxExtensionSize public int org.apache.coyote.http11.AbstractHttp11Protocol.getMaxExtensionSize() public void org.apache.coyote.http11.AbstractHttp11Protocol.setMaxExtensionSize(int)
2019-12-07 13:56:27.041 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute restrictedUserAgents public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getRestrictedUserAgents() public void org.apache.coyote.http11.AbstractHttp11Protocol.setRestrictedUserAgents(java.lang.String)
2019-12-07 13:56:27.041 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxSavePostSize public int org.apache.coyote.http11.AbstractHttp11Protocol.getMaxSavePostSize() public void org.apache.coyote.http11.AbstractHttp11Protocol.setMaxSavePostSize(int)
2019-12-07 13:56:27.041 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute server public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getServer() public void org.apache.coyote.http11.AbstractHttp11Protocol.setServer(java.lang.String)
2019-12-07 13:56:27.041 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxSwallowSize public int org.apache.coyote.http11.AbstractHttp11Protocol.getMaxSwallowSize() public void org.apache.coyote.http11.AbstractHttp11Protocol.setMaxSwallowSize(int)
2019-12-07 13:56:27.041 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLCACertificatePath public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLCACertificatePath() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLCACertificatePath(java.lang.String)
2019-12-07 13:56:27.041 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute keystorePass public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getKeystorePass() public void org.apache.coyote.http11.AbstractHttp11Protocol.setKeystorePass(java.lang.String)
2019-12-07 13:56:27.041 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute crlFile public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getCrlFile() public void org.apache.coyote.http11.AbstractHttp11Protocol.setCrlFile(java.lang.String)
2019-12-07 13:56:27.042 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute rejectIllegalHeaderName public boolean org.apache.coyote.http11.AbstractHttp11Protocol.getRejectIllegalHeaderName() public void org.apache.coyote.http11.AbstractHttp11Protocol.setRejectIllegalHeaderName(boolean)
2019-12-07 13:56:27.042 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLHonorCipherOrder public boolean org.apache.coyote.http11.AbstractHttp11Protocol.getSSLHonorCipherOrder() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLHonorCipherOrder(boolean)
2019-12-07 13:56:27.042 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute pollerThreadCount public int org.apache.coyote.http11.Http11NioProtocol.getPollerThreadCount() public void org.apache.coyote.http11.Http11NioProtocol.setPollerThreadCount(int)
2019-12-07 13:56:27.042 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLCertificateFile public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLCertificateFile() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLCertificateFile(java.lang.String)
2019-12-07 13:56:27.042 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute relaxedPathChars public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getRelaxedPathChars() public void org.apache.coyote.http11.AbstractHttp11Protocol.setRelaxedPathChars(java.lang.String)
2019-12-07 13:56:27.042 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute processorCache public int org.apache.coyote.AbstractProtocol.getProcessorCache() public void org.apache.coyote.AbstractProtocol.setProcessorCache(int)
2019-12-07 13:56:27.042 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute port public int org.apache.coyote.AbstractProtocol.getPort() public void org.apache.coyote.AbstractProtocol.setPort(int)
2019-12-07 13:56:27.043 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute connectionTimeout public int org.apache.coyote.AbstractProtocol.getConnectionTimeout() public void org.apache.coyote.AbstractProtocol.setConnectionTimeout(int)
2019-12-07 13:56:27.043 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxHeaderCount public int org.apache.coyote.AbstractProtocol.getMaxHeaderCount() public void org.apache.coyote.AbstractProtocol.setMaxHeaderCount(int)
2019-12-07 13:56:27.043 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute acceptCount public int org.apache.coyote.AbstractProtocol.getAcceptCount() public void org.apache.coyote.AbstractProtocol.setAcceptCount(int)
2019-12-07 13:56:27.043 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute threadPriority public int org.apache.coyote.AbstractProtocol.getThreadPriority() public void org.apache.coyote.AbstractProtocol.setThreadPriority(int)
2019-12-07 13:56:27.043 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute objectName public javax.management.ObjectName org.apache.coyote.AbstractProtocol.getObjectName() null
2019-12-07 13:56:27.043 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute compressibleMimeType public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getCompressibleMimeType() public void org.apache.coyote.http11.AbstractHttp11Protocol.setCompressibleMimeType(java.lang.String)
2019-12-07 13:56:27.043 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute pollerThreadPriority public int org.apache.coyote.http11.Http11NioProtocol.getPollerThreadPriority() public void org.apache.coyote.http11.Http11NioProtocol.setPollerThreadPriority(int)
2019-12-07 13:56:27.044 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute tcpNoDelay public boolean org.apache.coyote.AbstractProtocol.getTcpNoDelay() public void org.apache.coyote.AbstractProtocol.setTcpNoDelay(boolean)
2019-12-07 13:56:27.044 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLVerifyDepth public int org.apache.coyote.http11.AbstractHttp11Protocol.getSSLVerifyDepth() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLVerifyDepth(int)
2019-12-07 13:56:27.044 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute trustMaxCertLength public int org.apache.coyote.http11.AbstractHttp11Protocol.getTrustMaxCertLength() public void org.apache.coyote.http11.AbstractHttp11Protocol.setTrustMaxCertLength(int)
2019-12-07 13:56:27.044 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute acceptorThreadPriority public int org.apache.coyote.AbstractProtocol.getAcceptorThreadPriority() public void org.apache.coyote.AbstractProtocol.setAcceptorThreadPriority(int)
2019-12-07 13:56:27.044 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sslProtocol public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSslProtocol() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSslProtocol(java.lang.String)
2019-12-07 13:56:27.044 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sessionCacheSize public int org.apache.coyote.http11.AbstractHttp11Protocol.getSessionCacheSize() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSessionCacheSize(int)
2019-12-07 13:56:27.044 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sendfileSupported public boolean org.apache.coyote.AbstractProtocol.isSendfileSupported() null
2019-12-07 13:56:27.044 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute useServerCipherSuitesOrder public boolean org.apache.coyote.http11.AbstractHttp11Protocol.getUseServerCipherSuitesOrder() public void org.apache.coyote.http11.AbstractHttp11Protocol.setUseServerCipherSuitesOrder(boolean)
2019-12-07 13:56:27.045 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sessionTimeout public int org.apache.coyote.http11.AbstractHttp11Protocol.getSessionTimeout() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSessionTimeout(int)
2019-12-07 13:56:27.045 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute defaultSSLHostConfigName public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getDefaultSSLHostConfigName() public void org.apache.coyote.http11.AbstractHttp11Protocol.setDefaultSSLHostConfigName(java.lang.String)
2019-12-07 13:56:27.045 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLProtocol public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLProtocol() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLProtocol(java.lang.String)
2019-12-07 13:56:27.045 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute name public java.lang.String org.apache.coyote.AbstractProtocol.getName() null
2019-12-07 13:56:27.045 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute compressibleMimeTypes public java.lang.String[] org.apache.coyote.http11.AbstractHttp11Protocol.getCompressibleMimeTypes() null
2019-12-07 13:56:27.045 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLVerifyClient public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLVerifyClient() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLVerifyClient(java.lang.String)
2019-12-07 13:56:27.045 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute useSendfile public boolean org.apache.coyote.http11.AbstractHttp11Protocol.getUseSendfile() public void org.apache.coyote.http11.AbstractHttp11Protocol.setUseSendfile(boolean)
2019-12-07 13:56:27.045 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute keyPass public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getKeyPass() public void org.apache.coyote.http11.AbstractHttp11Protocol.setKeyPass(java.lang.String)
2019-12-07 13:56:27.046 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxThreads public int org.apache.coyote.AbstractProtocol.getMaxThreads() public void org.apache.coyote.AbstractProtocol.setMaxThreads(int)
2019-12-07 13:56:27.046 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute compressionMinSize public int org.apache.coyote.http11.AbstractHttp11Protocol.getCompressionMinSize() public void org.apache.coyote.http11.AbstractHttp11Protocol.setCompressionMinSize(int)
2019-12-07 13:56:27.046 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute keyAlias public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getKeyAlias() public void org.apache.coyote.http11.AbstractHttp11Protocol.setKeyAlias(java.lang.String)
2019-12-07 13:56:27.046 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sslEnabledProtocols public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSslEnabledProtocols() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSslEnabledProtocols(java.lang.String)
2019-12-07 13:56:27.046 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute noCompressionUserAgents public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getNoCompressionUserAgents() public void org.apache.coyote.http11.AbstractHttp11Protocol.setNoCompressionUserAgents(java.lang.String)
2019-12-07 13:56:27.046 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute selectorTimeout public long org.apache.coyote.http11.Http11NioProtocol.getSelectorTimeout() public void org.apache.coyote.http11.Http11NioProtocol.setSelectorTimeout(long)
2019-12-07 13:56:27.046 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute trustManagerClassName public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getTrustManagerClassName() public void org.apache.coyote.http11.AbstractHttp11Protocol.setTrustManagerClassName(java.lang.String)
2019-12-07 13:56:27.047 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLCARevocationFile public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLCARevocationFile() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLCARevocationFile(java.lang.String)
2019-12-07 13:56:27.047 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute paused public boolean org.apache.coyote.AbstractProtocol.isPaused() null
2019-12-07 13:56:27.047 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLCipherSuite public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLCipherSuite() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLCipherSuite(java.lang.String)
2019-12-07 13:56:27.047 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute truststoreFile public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getTruststoreFile() public void org.apache.coyote.http11.AbstractHttp11Protocol.setTruststoreFile(java.lang.String)
2019-12-07 13:56:27.047 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute keepAliveTimeout public int org.apache.coyote.AbstractProtocol.getKeepAliveTimeout() public void org.apache.coyote.AbstractProtocol.setKeepAliveTimeout(int)
2019-12-07 13:56:27.047 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute allowedTrailerHeaders public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getAllowedTrailerHeaders() public void org.apache.coyote.http11.AbstractHttp11Protocol.setAllowedTrailerHeaders(java.lang.String)
2019-12-07 13:56:27.047 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute connectionCount public long org.apache.coyote.AbstractProtocol.getConnectionCount() null
2019-12-07 13:56:27.047 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute secure public boolean org.apache.coyote.http11.AbstractHttp11Protocol.getSecure() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSecure(boolean)
2019-12-07 13:56:27.048 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute keystoreProvider public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getKeystoreProvider() public void org.apache.coyote.http11.AbstractHttp11Protocol.setKeystoreProvider(java.lang.String)
2019-12-07 13:56:27.048 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute connectionUploadTimeout public int org.apache.coyote.http11.AbstractHttp11Protocol.getConnectionUploadTimeout() public void org.apache.coyote.http11.AbstractHttp11Protocol.setConnectionUploadTimeout(int)
2019-12-07 13:56:27.048 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLPassword public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLPassword() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLPassword(java.lang.String)
2019-12-07 13:56:27.048 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute truststoreAlgorithm public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getTruststoreAlgorithm() public void org.apache.coyote.http11.AbstractHttp11Protocol.setTruststoreAlgorithm(java.lang.String)
2019-12-07 13:56:27.048 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute domain public java.lang.String org.apache.coyote.AbstractProtocol.getDomain() null
2019-12-07 13:56:27.048 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute acceptorThreadCount public int org.apache.coyote.AbstractProtocol.getAcceptorThreadCount() public void org.apache.coyote.AbstractProtocol.setAcceptorThreadCount(int)
2019-12-07 13:56:27.048 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxKeepAliveRequests public int org.apache.coyote.http11.AbstractHttp11Protocol.getMaxKeepAliveRequests() public void org.apache.coyote.http11.AbstractHttp11Protocol.setMaxKeepAliveRequests(int)
2019-12-07 13:56:27.048 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLCertificateChainFile public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLCertificateChainFile() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLCertificateChainFile(java.lang.String)
2019-12-07 13:56:27.048 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sniParseLimit public int org.apache.coyote.http11.AbstractHttp11JsseProtocol.getSniParseLimit() public void org.apache.coyote.http11.AbstractHttp11JsseProtocol.setSniParseLimit(int)
2019-12-07 13:56:27.049 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute allowHostHeaderMismatch public boolean org.apache.coyote.http11.AbstractHttp11Protocol.getAllowHostHeaderMismatch() public void org.apache.coyote.http11.AbstractHttp11Protocol.setAllowHostHeaderMismatch(boolean)
2019-12-07 13:56:27.049 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clientAuth public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getClientAuth() public void org.apache.coyote.http11.AbstractHttp11Protocol.setClientAuth(java.lang.String)
2019-12-07 13:56:27.049 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLCARevocationPath public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLCARevocationPath() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLCARevocationPath(java.lang.String)
2019-12-07 13:56:27.049 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute algorithm public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getAlgorithm() public void org.apache.coyote.http11.AbstractHttp11Protocol.setAlgorithm(java.lang.String)
2019-12-07 13:56:27.049 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute keystoreFile public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getKeystoreFile() public void org.apache.coyote.http11.AbstractHttp11Protocol.setKeystoreFile(java.lang.String)
2019-12-07 13:56:27.049 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxHttpHeaderSize public int org.apache.coyote.http11.AbstractHttp11Protocol.getMaxHttpHeaderSize() public void org.apache.coyote.http11.AbstractHttp11Protocol.setMaxHttpHeaderSize(int)
2019-12-07 13:56:27.049 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute relaxedQueryChars public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getRelaxedQueryChars() public void org.apache.coyote.http11.AbstractHttp11Protocol.setRelaxedQueryChars(java.lang.String)
2019-12-07 13:56:27.049 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute connectionLinger public int org.apache.coyote.AbstractProtocol.getConnectionLinger() public void org.apache.coyote.AbstractProtocol.setConnectionLinger(int)
2019-12-07 13:56:27.049 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLDisableSessionTickets public boolean org.apache.coyote.http11.AbstractHttp11Protocol.getSSLDisableSessionTickets() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLDisableSessionTickets(boolean)
2019-12-07 13:56:27.050 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxTrailerSize public int org.apache.coyote.http11.AbstractHttp11Protocol.getMaxTrailerSize() public void org.apache.coyote.http11.AbstractHttp11Protocol.setMaxTrailerSize(int)
2019-12-07 13:56:27.050 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute truststoreType public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getTruststoreType() public void org.apache.coyote.http11.AbstractHttp11Protocol.setTruststoreType(java.lang.String)
2019-12-07 13:56:27.050 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute portOffset public int org.apache.coyote.AbstractProtocol.getPortOffset() public void org.apache.coyote.AbstractProtocol.setPortOffset(int)
2019-12-07 13:56:27.050 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxConnections public int org.apache.coyote.AbstractProtocol.getMaxConnections() public void org.apache.coyote.AbstractProtocol.setMaxConnections(int)
2019-12-07 13:56:27.050 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLEnabled public boolean org.apache.coyote.http11.AbstractHttp11Protocol.isSSLEnabled() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLEnabled(boolean)
2019-12-07 13:56:27.050 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Setting name: org.apache.coyote.http11.Http11NioProtocol
2019-12-07 13:56:27.051 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister org.apache.coyote.http11.Http11NioProtocol@37fd911c Tomcat:type=ProtocolHandler,port=auto-1
2019-12-07 13:56:27.051 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:type=GlobalRequestProcessor,name="http-nio-auto-1"
2019-12-07 13:56:27.051 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister BaseModelMbean[null] Tomcat:type=GlobalRequestProcessor,name="http-nio-auto-1"
2019-12-07 13:56:27.051 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister null Tomcat:type=GlobalRequestProcessor,name="http-nio-auto-1"
2019-12-07 13:56:27.052 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:type=ThreadPool,name="http-nio-auto-1"
2019-12-07 13:56:27.052 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Looking for descriptor 
2019-12-07 13:56:27.053 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Found jar:file:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.22/79f39903498b28adacb18fe2ea046edd306295a6/tomcat-embed-core-9.0.22.jar!/org/apache/tomcat/util/net/mbeans-descriptors.xml
2019-12-07 13:56:27.053 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@29a5ae80)
2019-12-07 13:56:27.054 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startDocument()
2019-12-07 13:56:27.054 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbeans-descriptors)
2019-12-07 13:56:27.054 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors'
2019-12-07 13:56:27.054 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:27.054 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:27.055 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:27.055 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:27.055 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:27.055 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.055 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:27.055 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'NioEndpoint'
2019-12-07 13:56:27.056 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=NioEndpoint)
2019-12-07 13:56:27.056 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ClassNameMBean'
2019-12-07 13:56:27.056 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ClassNameMBean)
2019-12-07 13:56:27.056 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:27.057 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:27.057 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'ThreadPool'
2019-12-07 13:56:27.057 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=ThreadPool)
2019-12-07 13:56:27.057 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.tomcat.util.net.NioEndpoint'
2019-12-07 13:56:27.057 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.tomcat.util.net.NioEndpoint)
2019-12-07 13:56:27.057 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:27.057 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.058 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.058 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.058 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.058 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.058 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.058 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'acceptCount'
2019-12-07 13:56:27.058 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=acceptCount)
2019-12-07 13:56:27.058 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.059 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.059 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.059 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.059 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.059 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.059 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.059 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.060 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.060 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.060 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1e9defa2)
2019-12-07 13:56:27.060 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.060 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.060 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.060 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.061 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.061 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.061 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.061 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.061 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.061 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.061 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'acceptorThreadCount'
2019-12-07 13:56:27.062 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=acceptorThreadCount)
2019-12-07 13:56:27.062 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.062 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.062 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.062 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.062 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.062 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.063 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.063 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.063 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.063 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.063 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1ac8935f)
2019-12-07 13:56:27.064 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.064 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.064 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.064 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.064 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.064 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.064 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.065 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.065 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.065 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.065 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'acceptorThreadPriority'
2019-12-07 13:56:27.065 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=acceptorThreadPriority)
2019-12-07 13:56:27.065 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.065 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.066 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.066 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.066 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.066 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.066 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.066 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.066 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.067 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.067 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@15c995a6)
2019-12-07 13:56:27.067 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.067 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.067 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.067 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.067 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.067 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.068 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.068 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.068 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.068 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.068 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'alpnSupported'
2019-12-07 13:56:27.068 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=alpnSupported)
2019-12-07 13:56:27.069 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.069 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.069 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.069 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.069 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:27.069 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:27.070 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.070 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.070 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.070 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.070 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.070 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.070 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.070 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.071 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@44bd3ebd)
2019-12-07 13:56:27.071 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.071 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.071 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.071 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.071 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.071 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.071 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.072 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.072 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.072 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.072 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'bindOnInit'
2019-12-07 13:56:27.072 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=bindOnInit)
2019-12-07 13:56:27.072 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.072 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.073 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.073 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.073 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.073 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.073 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.073 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.073 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.074 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.074 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@35ac3977)
2019-12-07 13:56:27.074 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.074 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.074 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.074 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.074 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.075 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.075 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.075 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.075 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.075 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.075 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionCount'
2019-12-07 13:56:27.075 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionCount)
2019-12-07 13:56:27.075 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:27.076 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:27.076 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.076 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.076 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.076 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.076 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.076 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.077 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.077 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.077 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.077 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.077 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6b2006f6)
2019-12-07 13:56:27.077 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.077 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.077 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.077 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.077 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.077 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.077 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.078 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.078 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.078 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.078 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionLinger'
2019-12-07 13:56:27.078 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionLinger)
2019-12-07 13:56:27.078 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.078 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.078 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.078 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.079 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.079 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.079 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.079 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.079 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.079 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.079 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@321dda91)
2019-12-07 13:56:27.079 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.080 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.080 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.080 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.080 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.080 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.080 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.080 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.081 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.081 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.081 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionTimeout'
2019-12-07 13:56:27.081 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionTimeout)
2019-12-07 13:56:27.081 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.081 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.081 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.082 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.082 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.082 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.082 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.082 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.082 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.082 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.082 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1f7852b9)
2019-12-07 13:56:27.083 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.083 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.083 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.083 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.083 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.083 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.083 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.083 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.083 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.083 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.083 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'currentThreadCount'
2019-12-07 13:56:27.083 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=currentThreadCount)
2019-12-07 13:56:27.084 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.084 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.084 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.084 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.084 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.084 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.084 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.084 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.085 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.085 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.085 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.085 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.085 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4b4ba7a0)
2019-12-07 13:56:27.085 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.085 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.086 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.086 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.086 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.086 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.086 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.086 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.086 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.086 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.087 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'currentThreadsBusy'
2019-12-07 13:56:27.087 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=currentThreadsBusy)
2019-12-07 13:56:27.087 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.087 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.087 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.087 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.087 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.088 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.088 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.088 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.088 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.088 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.088 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.088 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.088 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@20b71f89)
2019-12-07 13:56:27.088 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.089 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.089 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.089 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.089 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.089 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.089 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.089 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.089 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.089 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.089 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'daemon'
2019-12-07 13:56:27.089 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=daemon)
2019-12-07 13:56:27.089 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.089 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.090 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.090 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.090 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.090 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.090 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.090 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.090 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.090 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.090 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7c22805c)
2019-12-07 13:56:27.090 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.090 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.090 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.090 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.091 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.091 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.091 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.091 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.091 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.091 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.091 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultSSLHostConfigName'
2019-12-07 13:56:27.091 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultSSLHostConfigName)
2019-12-07 13:56:27.091 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.092 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:27.092 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.092 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.092 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.092 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.092 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.092 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.092 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.092 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.093 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2192f8fb)
2019-12-07 13:56:27.093 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.093 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.093 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.093 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.093 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.093 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.093 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.093 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.093 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.093 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.093 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deferAccept'
2019-12-07 13:56:27.094 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deferAccept)
2019-12-07 13:56:27.094 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.094 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.094 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.094 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.094 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.094 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.094 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.094 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.094 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.094 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.094 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.094 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.095 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@37722dce)
2019-12-07 13:56:27.095 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.095 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.095 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.095 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.095 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.095 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.095 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.095 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.095 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.096 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.096 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'domain'
2019-12-07 13:56:27.096 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=domain)
2019-12-07 13:56:27.096 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.096 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:27.096 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.096 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.096 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.096 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.096 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.097 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.097 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.097 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.097 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2fa127fe)
2019-12-07 13:56:27.097 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.097 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.097 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.097 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.097 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.097 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.097 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.097 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.098 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.098 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.098 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'executorTerminationTimeoutMillis'
2019-12-07 13:56:27.098 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=executorTerminationTimeoutMillis)
2019-12-07 13:56:27.098 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:27.098 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:27.098 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.098 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.098 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.098 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.098 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.098 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.098 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.098 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.099 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@47e96236)
2019-12-07 13:56:27.099 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.099 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.099 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.099 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.099 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.099 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.099 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.100 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.100 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.100 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.100 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'keepAliveCount'
2019-12-07 13:56:27.100 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=keepAliveCount)
2019-12-07 13:56:27.101 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.101 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.101 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.101 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.101 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.101 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.101 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.101 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.101 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.101 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.101 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.102 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.102 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@710a1f10)
2019-12-07 13:56:27.102 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.102 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.102 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.102 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.102 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.103 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.103 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.103 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.103 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.103 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.103 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'keepAliveTimeout'
2019-12-07 13:56:27.104 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=keepAliveTimeout)
2019-12-07 13:56:27.104 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.104 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.104 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.104 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.104 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.105 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.105 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.105 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.105 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.105 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.105 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@573040a2)
2019-12-07 13:56:27.105 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.105 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.106 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.106 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.106 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.106 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.106 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.106 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.106 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.106 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.106 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'localPort'
2019-12-07 13:56:27.106 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=localPort)
2019-12-07 13:56:27.106 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.106 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.107 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.107 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.107 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.107 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.107 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.107 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.107 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.107 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.107 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.107 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.107 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7188136d)
2019-12-07 13:56:27.107 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.107 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.108 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.108 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.108 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.108 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.108 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.108 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.108 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.108 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.108 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxConnections'
2019-12-07 13:56:27.108 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxConnections)
2019-12-07 13:56:27.108 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.109 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.109 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.109 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.109 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.109 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.109 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.109 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.110 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.110 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.110 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7d7c27b8)
2019-12-07 13:56:27.110 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.110 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.110 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.110 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.111 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.111 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.111 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.111 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.111 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.111 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.112 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxKeepAliveRequests'
2019-12-07 13:56:27.112 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxKeepAliveRequests)
2019-12-07 13:56:27.112 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.112 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.112 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.112 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.112 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.112 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.113 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.113 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.113 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.113 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.113 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5c2f5598)
2019-12-07 13:56:27.113 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.113 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.114 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.114 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.114 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.114 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.114 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.114 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.114 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.114 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.114 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxThreads'
2019-12-07 13:56:27.115 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxThreads)
2019-12-07 13:56:27.115 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.115 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.115 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.115 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.115 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.115 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.115 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.115 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.115 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.115 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.115 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@94f3bef)
2019-12-07 13:56:27.116 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.116 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.116 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.116 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.116 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.116 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.116 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.116 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.116 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.117 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.117 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minSpareThreads'
2019-12-07 13:56:27.117 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minSpareThreads)
2019-12-07 13:56:27.117 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.117 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.117 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.117 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.117 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.117 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.117 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.117 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.118 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.118 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.118 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@38ed52d0)
2019-12-07 13:56:27.118 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.118 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.118 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.118 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.118 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.118 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.118 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.118 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.119 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.119 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.119 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'modelerType'
2019-12-07 13:56:27.119 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=modelerType)
2019-12-07 13:56:27.119 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.119 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:27.119 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.119 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.119 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.119 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.119 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.119 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.119 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.120 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.120 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.120 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.120 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@24b0e392)
2019-12-07 13:56:27.120 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.120 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.120 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.121 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.121 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.121 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.121 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.121 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.121 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.121 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.122 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
2019-12-07 13:56:27.122 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
2019-12-07 13:56:27.122 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.122 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:27.122 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.122 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.123 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.123 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.123 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.123 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.123 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.123 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.123 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@215e109)
2019-12-07 13:56:27.124 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.124 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.124 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.124 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.124 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.124 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.124 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.125 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.125 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.125 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.125 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'paused'
2019-12-07 13:56:27.125 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=paused)
2019-12-07 13:56:27.125 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.125 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.126 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.126 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.126 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:27.126 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:27.126 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.126 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.126 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.127 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.127 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.127 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.127 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.127 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.127 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@72f522e7)
2019-12-07 13:56:27.127 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.128 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.128 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.128 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.128 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.128 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.128 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.128 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.129 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.129 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.129 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pollerThreadCount'
2019-12-07 13:56:27.129 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pollerThreadCount)
2019-12-07 13:56:27.129 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.129 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.129 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.130 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.130 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.130 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.130 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.130 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.130 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.130 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.131 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@205c95bb)
2019-12-07 13:56:27.131 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.131 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.131 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.131 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.131 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.131 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.132 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.132 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.132 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.132 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.132 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pollerThreadPriority'
2019-12-07 13:56:27.132 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pollerThreadPriority)
2019-12-07 13:56:27.132 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.133 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.133 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.133 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.133 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.133 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.133 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.133 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.134 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.134 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.134 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3d34e51)
2019-12-07 13:56:27.134 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.134 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.134 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.135 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.135 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.135 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.135 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.135 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.135 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.135 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.136 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'port'
2019-12-07 13:56:27.136 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=port)
2019-12-07 13:56:27.136 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.136 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.136 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.136 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.136 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.136 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.137 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.137 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.137 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.137 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.137 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2ee3fa8b)
2019-12-07 13:56:27.137 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.137 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.137 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.137 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.137 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.138 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.138 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.138 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.138 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.138 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.138 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'portOffset'
2019-12-07 13:56:27.139 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=portOffset)
2019-12-07 13:56:27.139 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.139 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.139 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.139 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.139 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.139 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.139 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.139 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.139 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.139 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.139 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@755a07aa)
2019-12-07 13:56:27.139 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.140 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.140 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.140 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.140 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.140 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.140 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.141 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.141 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.141 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.141 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'portWithOffset'
2019-12-07 13:56:27.141 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=portWithOffset)
2019-12-07 13:56:27.141 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.141 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.142 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.142 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.142 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.142 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.142 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.142 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.142 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.142 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.142 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.142 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.142 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@316fb5f7)
2019-12-07 13:56:27.142 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.143 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.143 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.143 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.143 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.143 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.143 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.143 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.143 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.143 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.143 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'running'
2019-12-07 13:56:27.143 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=running)
2019-12-07 13:56:27.143 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.144 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.144 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.144 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.144 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:27.144 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:27.144 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.144 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.144 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.144 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.144 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.144 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.144 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.145 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.145 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2857c44d)
2019-12-07 13:56:27.145 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.145 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.145 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.145 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.145 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.146 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.146 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.146 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.146 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.146 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.146 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sSLEnabled'
2019-12-07 13:56:27.146 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sSLEnabled)
2019-12-07 13:56:27.147 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.147 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.147 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:27.147 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:27.147 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.147 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.147 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.148 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.148 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.148 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.148 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.148 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.148 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1951546e)
2019-12-07 13:56:27.148 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.148 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.149 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.149 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.149 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.149 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.149 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.149 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.149 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.149 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.149 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'selectorTimeout'
2019-12-07 13:56:27.149 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=selectorTimeout)
2019-12-07 13:56:27.149 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:27.150 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:27.150 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.150 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.150 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.150 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.150 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.150 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.150 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.150 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.150 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3c9367b9)
2019-12-07 13:56:27.151 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.151 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.151 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.151 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.151 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.151 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.151 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.151 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.151 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.152 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.152 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sniParseLimit'
2019-12-07 13:56:27.152 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sniParseLimit)
2019-12-07 13:56:27.152 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.152 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.152 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.152 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.153 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.153 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.153 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.153 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.153 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.153 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.153 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@709fbdd1)
2019-12-07 13:56:27.153 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.154 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.154 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.154 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.154 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.154 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.154 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.154 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.154 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.154 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.154 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sslImplementation'
2019-12-07 13:56:27.154 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sslImplementation)
2019-12-07 13:56:27.154 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.tomcat.util.net.SSLImplementation'
2019-12-07 13:56:27.155 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.tomcat.util.net.SSLImplementation)
2019-12-07 13:56:27.155 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.155 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.155 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.155 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.155 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.155 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.155 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.155 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.155 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.156 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.156 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@667c6a23)
2019-12-07 13:56:27.156 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.156 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.156 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.156 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.156 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.156 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.157 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.157 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.157 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.157 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.157 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sslImplementationName'
2019-12-07 13:56:27.157 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sslImplementationName)
2019-12-07 13:56:27.157 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.157 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:27.157 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.157 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.158 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.158 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.158 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.158 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.158 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.158 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.158 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@751da0a6)
2019-12-07 13:56:27.158 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.158 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.158 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.159 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.159 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.159 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.159 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.159 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.159 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.159 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.159 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'tcpNoDelay'
2019-12-07 13:56:27.160 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=tcpNoDelay)
2019-12-07 13:56:27.160 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.160 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.160 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.160 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.160 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.160 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.160 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.160 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.160 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.161 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.161 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5294af13)
2019-12-07 13:56:27.161 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.161 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.161 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.161 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.161 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.161 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.161 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.161 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.162 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.162 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.162 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'threadPriority'
2019-12-07 13:56:27.162 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=threadPriority)
2019-12-07 13:56:27.162 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.162 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.162 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.163 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.163 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.163 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.163 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.163 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.163 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.163 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.163 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5f68e1a5)
2019-12-07 13:56:27.163 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.163 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.164 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.164 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.164 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.164 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.164 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.164 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.164 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.164 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.164 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useInheritedChannel'
2019-12-07 13:56:27.164 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useInheritedChannel)
2019-12-07 13:56:27.164 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.164 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.164 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.165 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.165 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.165 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.165 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.165 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.165 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.165 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.165 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5a40a519)
2019-12-07 13:56:27.165 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.165 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.165 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.165 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.165 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.165 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.166 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.166 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.166 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.166 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.166 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useSendfile'
2019-12-07 13:56:27.166 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useSendfile)
2019-12-07 13:56:27.166 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.166 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.166 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.166 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.166 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.166 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.166 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.167 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.167 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.167 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.167 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@42c03667)
2019-12-07 13:56:27.167 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.167 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.167 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.167 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.167 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.167 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.167 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.168 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.168 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.168 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.168 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addNegotiatedProtocol'
2019-12-07 13:56:27.168 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addNegotiatedProtocol)
2019-12-07 13:56:27.168 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.168 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.168 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.168 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:27.168 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:27.168 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.168 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.168 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.169 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:27.169 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
2019-12-07 13:56:27.169 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
2019-12-07 13:56:27.169 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.169 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:27.169 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.169 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:27.169 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.169 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.169 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.169 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.169 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.169 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.170 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@35dbe51b)
2019-12-07 13:56:27.170 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.170 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.170 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.170 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.170 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:27.170 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.171 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.171 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:27.171 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.171 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.171 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.171 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.171 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2d265fcc)
2019-12-07 13:56:27.171 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.172 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.172 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.172 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.172 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.172 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.172 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.172 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.173 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.173 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.173 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'bind'
2019-12-07 13:56:27.173 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=bind)
2019-12-07 13:56:27.173 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.173 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.174 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.174 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.174 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.174 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.174 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.174 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.174 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.174 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.174 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@72915f1c)
2019-12-07 13:56:27.174 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.174 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.174 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.174 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.175 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.175 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.175 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.175 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.175 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.175 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.175 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'closeServerSocketGraceful'
2019-12-07 13:56:27.175 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=closeServerSocketGraceful)
2019-12-07 13:56:27.175 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.175 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.175 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.175 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.176 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.176 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.176 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.176 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.176 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.176 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.176 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@31a13c27)
2019-12-07 13:56:27.176 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.176 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.176 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.176 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.176 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.176 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.177 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.177 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.177 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.177 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.177 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createExecutor'
2019-12-07 13:56:27.177 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createExecutor)
2019-12-07 13:56:27.177 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.177 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.177 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.177 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.177 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.177 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.178 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.178 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.178 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.178 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.178 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5b38e435)
2019-12-07 13:56:27.178 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.178 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.178 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.178 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.178 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.179 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.179 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.179 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.179 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.179 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.179 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-12-07 13:56:27.179 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-12-07 13:56:27.180 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.180 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.180 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.180 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.180 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.180 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.180 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.180 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.181 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.181 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.181 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@44ff18a1)
2019-12-07 13:56:27.181 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.181 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.181 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.181 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.181 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.182 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.182 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.182 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.182 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.182 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.182 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findSslHostConfigs'
2019-12-07 13:56:27.182 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findSslHostConfigs)
2019-12-07 13:56:27.182 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Lorg.apache.tomcat.util.net.SSLHostConfig;'
2019-12-07 13:56:27.182 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Lorg.apache.tomcat.util.net.SSLHostConfig;)
2019-12-07 13:56:27.182 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.182 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.183 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.183 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.183 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.183 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.183 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.183 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.183 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3ceed69d)
2019-12-07 13:56:27.184 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.184 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.184 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.184 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.184 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.184 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.184 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.184 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.184 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.184 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.185 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getAttribute'
2019-12-07 13:56:27.185 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getAttribute)
2019-12-07 13:56:27.185 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.Object'
2019-12-07 13:56:27.185 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.Object)
2019-12-07 13:56:27.185 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.185 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:27.185 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:27.185 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.185 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.185 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.185 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:27.185 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
2019-12-07 13:56:27.185 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
2019-12-07 13:56:27.186 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.186 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:27.186 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.186 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:27.186 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.186 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.186 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.186 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.186 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.186 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.186 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4168523)
2019-12-07 13:56:27.187 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.187 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.187 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.187 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.187 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:27.187 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.187 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.187 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:27.188 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.188 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.188 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.188 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.188 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1813d0d8)
2019-12-07 13:56:27.188 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.188 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.188 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.188 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.189 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.189 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.189 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.189 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.189 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.189 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.189 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getProperty'
2019-12-07 13:56:27.189 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getProperty)
2019-12-07 13:56:27.189 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:27.189 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:27.189 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.189 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:27.190 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:27.190 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.190 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.190 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.190 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:27.190 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
2019-12-07 13:56:27.190 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
2019-12-07 13:56:27.190 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.190 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:27.190 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.190 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:27.190 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.191 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.191 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.191 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.191 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.191 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.191 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2415f96b)
2019-12-07 13:56:27.191 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.191 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.191 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.191 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.191 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:27.191 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.192 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.192 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:27.192 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.192 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.192 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.192 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.192 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6e85994a)
2019-12-07 13:56:27.192 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.193 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.193 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.193 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.193 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.193 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.193 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.193 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.193 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.193 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.193 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'hasNegotiableProtocols'
2019-12-07 13:56:27.193 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=hasNegotiableProtocols)
2019-12-07 13:56:27.193 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
2019-12-07 13:56:27.194 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
2019-12-07 13:56:27.194 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.194 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.194 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.194 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.194 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.194 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.195 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.195 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.195 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5e0a2624)
2019-12-07 13:56:27.195 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.195 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.195 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.195 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.195 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.195 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.195 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.196 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.196 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.196 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.196 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-12-07 13:56:27.196 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-12-07 13:56:27.196 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.196 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.197 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.197 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.197 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.197 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.197 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.197 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.197 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.198 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.198 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5819a82d)
2019-12-07 13:56:27.198 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.198 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.198 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.198 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.198 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.198 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.198 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.198 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.198 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.199 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.199 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'pause'
2019-12-07 13:56:27.199 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=pause)
2019-12-07 13:56:27.199 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.199 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.199 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.199 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.199 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.199 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.199 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.199 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.200 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.200 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.200 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@534ccce4)
2019-12-07 13:56:27.200 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.200 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.200 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.200 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.200 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.200 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.200 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.200 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.200 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.200 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.201 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'reloadSslHostConfig'
2019-12-07 13:56:27.201 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=reloadSslHostConfig)
2019-12-07 13:56:27.201 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.201 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.201 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.201 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:27.201 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:27.201 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.201 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.201 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.201 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:27.201 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
2019-12-07 13:56:27.202 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
2019-12-07 13:56:27.202 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.202 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:27.202 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.202 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:27.202 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.202 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.202 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.202 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.203 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.203 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.203 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@11c1400e)
2019-12-07 13:56:27.203 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.203 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.203 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.203 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.203 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:27.203 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.204 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.204 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:27.204 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.204 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.204 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.204 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.204 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1ef56f14)
2019-12-07 13:56:27.204 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.205 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.205 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.205 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.206 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.206 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.206 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.206 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.206 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.206 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.206 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'reloadSslHostConfigs'
2019-12-07 13:56:27.207 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=reloadSslHostConfigs)
2019-12-07 13:56:27.207 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.207 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.207 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.207 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.207 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.207 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.207 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.208 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.208 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.208 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.208 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@bb8e427)
2019-12-07 13:56:27.208 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.208 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.208 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.208 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.208 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.208 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.208 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.209 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.209 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.209 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.209 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeSslHostConfig'
2019-12-07 13:56:27.209 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeSslHostConfig)
2019-12-07 13:56:27.209 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'org.apache.tomcat.util.net.SSLHostConfig'
2019-12-07 13:56:27.209 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=org.apache.tomcat.util.net.SSLHostConfig)
2019-12-07 13:56:27.209 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.209 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:27.209 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:27.209 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.209 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.209 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.210 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:27.210 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
2019-12-07 13:56:27.210 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
2019-12-07 13:56:27.210 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.210 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:27.210 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.210 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:27.210 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.210 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.210 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.210 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.210 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.210 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.210 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3ea63258)
2019-12-07 13:56:27.211 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.211 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.211 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.211 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.211 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:27.211 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.211 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.211 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:27.211 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.212 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.212 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.212 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.212 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@25fcd4b2)
2019-12-07 13:56:27.212 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.212 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.212 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.213 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.213 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.213 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.213 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.213 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.213 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.213 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.214 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'resume'
2019-12-07 13:56:27.214 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=resume)
2019-12-07 13:56:27.214 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.214 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.214 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.214 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.214 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.214 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.214 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.215 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.215 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.215 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.215 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@104492d6)
2019-12-07 13:56:27.215 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.215 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.215 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.215 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.216 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.216 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.216 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.216 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.216 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.216 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.216 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'setProperty'
2019-12-07 13:56:27.217 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=setProperty)
2019-12-07 13:56:27.217 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
2019-12-07 13:56:27.217 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
2019-12-07 13:56:27.217 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.217 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:27.217 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:27.217 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.218 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.218 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.218 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:27.218 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
2019-12-07 13:56:27.218 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
2019-12-07 13:56:27.218 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.218 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:27.218 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.218 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:27.218 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.218 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.218 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.219 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.219 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.219 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.219 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5c91d525)
2019-12-07 13:56:27.219 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.219 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.219 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.219 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.219 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:27.220 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:27.220 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.220 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.220 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.220 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:27.220 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param1'
2019-12-07 13:56:27.220 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param1)
2019-12-07 13:56:27.221 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.221 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:27.221 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.221 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:27.221 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.221 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.221 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.221 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.221 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.221 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.221 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@532a181d)
2019-12-07 13:56:27.222 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.222 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.222 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.222 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.222 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:27.222 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.222 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.222 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
    '
2019-12-07 13:56:27.222 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.222 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.222 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.222 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.222 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@10b01f8e)
2019-12-07 13:56:27.223 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.223 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.223 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.223 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.223 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.223 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.223 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.223 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.223 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.223 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.223 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'shutdownExecutor'
2019-12-07 13:56:27.223 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=shutdownExecutor)
2019-12-07 13:56:27.224 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.224 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.224 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.224 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.224 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.224 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.224 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.224 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.225 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.225 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.225 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2456ed6c)
2019-12-07 13:56:27.225 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.225 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.225 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.225 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.226 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.226 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.226 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.226 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.226 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.226 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.226 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-12-07 13:56:27.227 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-12-07 13:56:27.227 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.227 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.227 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.227 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.227 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.227 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.228 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.228 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.228 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.228 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.228 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@76bc2c3e)
2019-12-07 13:56:27.228 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.228 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.229 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.229 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.229 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.229 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.229 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.229 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.229 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.230 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.230 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'startInternal'
2019-12-07 13:56:27.230 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=startInternal)
2019-12-07 13:56:27.230 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.230 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.230 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.230 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.230 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.231 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.231 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.231 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.231 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.231 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.231 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@75d52804)
2019-12-07 13:56:27.231 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.231 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.232 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.232 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.232 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.232 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.232 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.232 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.232 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.232 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.233 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-12-07 13:56:27.233 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-12-07 13:56:27.233 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.233 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.233 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.233 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.233 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.234 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.234 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.234 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.234 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.234 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.234 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6509055f)
2019-12-07 13:56:27.234 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.235 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.235 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.235 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.235 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.235 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.235 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.235 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.236 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.236 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.236 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stopInternal'
2019-12-07 13:56:27.236 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stopInternal)
2019-12-07 13:56:27.236 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.236 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.236 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.236 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.237 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.237 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.237 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.237 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.237 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.237 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.237 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@76a7a91f)
2019-12-07 13:56:27.237 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.237 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.238 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.238 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.238 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.238 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.239 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.239 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.239 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.239 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.239 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'unbind'
2019-12-07 13:56:27.239 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=unbind)
2019-12-07 13:56:27.239 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.240 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.240 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.240 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.240 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.240 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.240 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.240 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.240 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.241 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.241 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@616da629)
2019-12-07 13:56:27.241 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.241 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.241 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.241 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.242 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:27.242 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:27.242 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:27.242 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

  '
2019-12-07 13:56:27.242 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:27.242 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.242 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:27.243 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:27.243 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=NioEndpoint, className=org.apache.catalina.mbeans.ClassNameMBean, description=null, group=ThreadPool, type=org.apache.tomcat.util.net.NioEndpoint])
2019-12-07 13:56:27.243 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:27.243 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.243 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:27.243 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:27.244 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:27.244 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:27.244 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:27.244 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:27.244 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.244 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:27.245 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'Nio2Endpoint'
2019-12-07 13:56:27.245 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=Nio2Endpoint)
2019-12-07 13:56:27.246 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ClassNameMBean'
2019-12-07 13:56:27.246 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ClassNameMBean)
2019-12-07 13:56:27.246 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:27.246 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:27.246 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'ThreadPool'
2019-12-07 13:56:27.246 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=ThreadPool)
2019-12-07 13:56:27.247 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.tomcat.util.net.Nio2Endpoint'
2019-12-07 13:56:27.247 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.tomcat.util.net.Nio2Endpoint)
2019-12-07 13:56:27.247 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:27.247 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.247 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.247 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.248 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.248 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.248 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.248 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'acceptCount'
2019-12-07 13:56:27.248 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=acceptCount)
2019-12-07 13:56:27.248 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.248 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.249 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.249 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.249 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.249 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.249 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.249 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.250 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.250 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.250 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3d243708)
2019-12-07 13:56:27.250 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.250 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.250 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.251 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.251 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.251 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.251 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.251 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.251 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.251 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.252 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'acceptorThreadCount'
2019-12-07 13:56:27.252 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=acceptorThreadCount)
2019-12-07 13:56:27.252 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.252 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.252 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.252 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.252 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.253 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.253 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.253 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.253 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.253 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.253 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@10aafe0e)
2019-12-07 13:56:27.253 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.254 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.254 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.254 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.254 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.254 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.254 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.254 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.255 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.255 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.255 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'acceptorThreadPriority'
2019-12-07 13:56:27.255 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=acceptorThreadPriority)
2019-12-07 13:56:27.255 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.255 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.255 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.256 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.256 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.256 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.256 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.256 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.256 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.256 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.256 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5b0e4255)
2019-12-07 13:56:27.257 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.257 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.257 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.257 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.257 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.257 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.258 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.258 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.258 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.258 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.258 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'alpnSupported'
2019-12-07 13:56:27.258 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=alpnSupported)
2019-12-07 13:56:27.258 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.259 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.259 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.259 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.259 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:27.259 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:27.259 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.259 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.260 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.260 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.260 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.260 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.260 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.260 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.260 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@575efbf3)
2019-12-07 13:56:27.261 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.261 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.261 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.261 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.261 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.261 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.262 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.262 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.262 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.262 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.262 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'bindOnInit'
2019-12-07 13:56:27.262 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=bindOnInit)
2019-12-07 13:56:27.262 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.262 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.262 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.263 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.263 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.263 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.263 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.263 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.263 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.263 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.263 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4b5e1a67)
2019-12-07 13:56:27.264 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.264 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.264 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.264 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.264 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.264 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.264 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.264 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.264 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.265 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.265 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionCount'
2019-12-07 13:56:27.265 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionCount)
2019-12-07 13:56:27.265 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:27.265 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:27.266 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.266 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.266 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.266 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.266 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.266 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.266 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.267 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.267 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.267 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.267 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@c43d78c)
2019-12-07 13:56:27.267 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.267 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.267 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.268 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.268 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.268 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.268 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.268 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.268 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.268 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.269 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionLinger'
2019-12-07 13:56:27.269 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionLinger)
2019-12-07 13:56:27.269 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.269 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.269 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.269 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.269 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.269 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.270 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.270 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.270 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.270 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.270 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@257630bb)
2019-12-07 13:56:27.270 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.270 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.270 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.271 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.271 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.271 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.271 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.271 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.271 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.271 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.272 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionTimeout'
2019-12-07 13:56:27.272 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionTimeout)
2019-12-07 13:56:27.272 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.272 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.272 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.272 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.272 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.272 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.273 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.273 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.273 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.273 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.273 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@557c685)
2019-12-07 13:56:27.273 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.273 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.273 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.273 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.274 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.274 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.274 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.274 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.274 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.274 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.274 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'currentThreadCount'
2019-12-07 13:56:27.275 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=currentThreadCount)
2019-12-07 13:56:27.275 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.275 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.275 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.275 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.275 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.275 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.275 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.275 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.275 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.276 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.276 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.276 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.276 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3ee1696a)
2019-12-07 13:56:27.276 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.276 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.276 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.276 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.276 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.276 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.277 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.277 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.277 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.277 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.277 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'currentThreadsBusy'
2019-12-07 13:56:27.277 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=currentThreadsBusy)
2019-12-07 13:56:27.277 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.278 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.278 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.278 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.278 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.278 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.278 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.278 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.279 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.279 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.279 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.279 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.279 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2c8c268d)
2019-12-07 13:56:27.279 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.279 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.280 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.280 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.280 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.280 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.280 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.280 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.280 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.280 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.281 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'daemon'
2019-12-07 13:56:27.281 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=daemon)
2019-12-07 13:56:27.281 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.281 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.281 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.281 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.281 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.282 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.282 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.282 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.282 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.282 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.282 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@386b284f)
2019-12-07 13:56:27.282 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.282 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.283 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.283 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.283 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.283 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.283 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.283 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.283 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.283 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.283 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultSSLHostConfigName'
2019-12-07 13:56:27.283 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultSSLHostConfigName)
2019-12-07 13:56:27.283 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.283 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:27.284 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.284 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.284 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.284 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.284 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.284 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.284 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.284 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.284 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3b3b229)
2019-12-07 13:56:27.284 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.284 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.284 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.284 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.285 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.285 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.285 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.285 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.285 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.285 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.285 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deferAccept'
2019-12-07 13:56:27.285 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deferAccept)
2019-12-07 13:56:27.285 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.285 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.285 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.286 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.286 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.286 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.286 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.286 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.286 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.286 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.286 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.287 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.287 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@362c210c)
2019-12-07 13:56:27.287 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.287 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.288 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.288 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.288 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.288 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.288 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.289 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.289 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.289 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.289 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'domain'
2019-12-07 13:56:27.289 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=domain)
2019-12-07 13:56:27.289 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.289 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:27.289 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.290 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.290 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.290 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.290 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.290 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.290 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.290 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.290 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7b59d10a)
2019-12-07 13:56:27.290 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.290 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.290 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.291 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.291 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.291 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.291 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.291 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.291 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.291 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.291 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'executorTerminationTimeoutMillis'
2019-12-07 13:56:27.291 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=executorTerminationTimeoutMillis)
2019-12-07 13:56:27.291 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:27.292 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:27.292 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.292 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.292 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.292 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.292 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.292 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.293 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.293 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.293 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1a91b77e)
2019-12-07 13:56:27.293 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.293 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.293 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.293 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.293 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.294 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.294 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.294 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.294 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.294 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.294 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'keepAliveCount'
2019-12-07 13:56:27.294 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=keepAliveCount)
2019-12-07 13:56:27.295 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.295 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.295 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.295 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.295 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.295 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.295 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.296 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.296 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.296 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.296 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.296 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.296 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@42d6cff)
2019-12-07 13:56:27.296 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.296 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.297 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.297 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.297 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.297 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.297 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.297 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.297 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.297 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.298 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'keepAliveTimeout'
2019-12-07 13:56:27.298 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=keepAliveTimeout)
2019-12-07 13:56:27.298 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.298 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.298 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.298 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.298 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.298 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.298 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.298 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.298 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.298 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.299 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@535e1937)
2019-12-07 13:56:27.299 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.299 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.299 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.299 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.299 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.299 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.299 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.299 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.299 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.299 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.299 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'localPort'
2019-12-07 13:56:27.299 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=localPort)
2019-12-07 13:56:27.300 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.300 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.300 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.300 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.300 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.300 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.300 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.300 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.300 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.301 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.301 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.301 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.301 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@66ba53d7)
2019-12-07 13:56:27.301 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.301 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.301 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.301 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.301 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.301 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.302 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.302 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.302 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.302 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.302 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxConnections'
2019-12-07 13:56:27.302 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxConnections)
2019-12-07 13:56:27.302 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.302 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.302 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.302 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.302 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.302 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.302 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.303 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.303 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.303 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.303 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@71072239)
2019-12-07 13:56:27.303 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.303 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.303 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.303 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.303 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.303 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.304 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.304 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.304 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.304 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.304 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxKeepAliveRequests'
2019-12-07 13:56:27.304 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxKeepAliveRequests)
2019-12-07 13:56:27.304 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.304 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.304 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.305 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.305 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.305 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.305 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.305 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.305 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.305 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.305 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1ea2f272)
2019-12-07 13:56:27.305 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.305 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.305 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.306 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.306 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.306 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.306 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.306 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.306 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.306 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.306 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxThreads'
2019-12-07 13:56:27.306 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxThreads)
2019-12-07 13:56:27.306 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.306 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.306 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.307 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.307 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.307 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.307 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.307 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.307 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.307 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.307 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3d16d730)
2019-12-07 13:56:27.307 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.307 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.307 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.307 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.307 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.308 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.308 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.308 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.308 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.308 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.308 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minSpareThreads'
2019-12-07 13:56:27.308 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minSpareThreads)
2019-12-07 13:56:27.308 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.308 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.308 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.309 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.309 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.309 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.309 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.309 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.309 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.309 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.309 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@9060fae)
2019-12-07 13:56:27.309 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.309 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.309 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.309 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.309 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.309 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.310 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.310 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.310 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.310 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.310 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'modelerType'
2019-12-07 13:56:27.310 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=modelerType)
2019-12-07 13:56:27.310 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.310 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:27.310 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.310 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.310 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.310 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.310 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.310 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.311 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.311 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.311 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.311 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.311 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4158e25d)
2019-12-07 13:56:27.311 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.311 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.311 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.311 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.311 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.311 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.311 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.312 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.312 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.312 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.312 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
2019-12-07 13:56:27.312 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
2019-12-07 13:56:27.312 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.312 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:27.312 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.313 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.313 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.313 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.313 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.313 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.313 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.313 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.313 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@48e0a966)
2019-12-07 13:56:27.314 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.314 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.314 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.314 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.314 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.314 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.314 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.314 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.314 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.315 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.315 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'paused'
2019-12-07 13:56:27.315 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=paused)
2019-12-07 13:56:27.315 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.315 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.315 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.315 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.315 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:27.315 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:27.315 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.315 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.315 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.316 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.316 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.316 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.316 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.316 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.316 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4344581d)
2019-12-07 13:56:27.316 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.316 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.316 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.316 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.316 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.316 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.316 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.316 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.317 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.317 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.317 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'port'
2019-12-07 13:56:27.317 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=port)
2019-12-07 13:56:27.317 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.317 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.317 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.317 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.317 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.317 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.317 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.317 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.317 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.317 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.318 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7a8654a4)
2019-12-07 13:56:27.318 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.318 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.318 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.318 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.318 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.318 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.318 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.318 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.319 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.319 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.319 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'portOffset'
2019-12-07 13:56:27.319 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=portOffset)
2019-12-07 13:56:27.319 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.319 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.319 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.319 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.319 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.319 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.319 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.319 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.320 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.320 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.320 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7cca0ba3)
2019-12-07 13:56:27.320 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.320 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.320 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.320 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.320 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.320 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.320 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.320 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.320 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.320 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.321 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'portWithOffset'
2019-12-07 13:56:27.321 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=portWithOffset)
2019-12-07 13:56:27.321 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.321 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.321 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.321 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.321 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.321 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.321 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.321 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.321 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.322 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.322 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.322 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.322 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@312c26c5)
2019-12-07 13:56:27.322 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.322 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.322 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.322 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.322 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.322 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.322 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.322 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.322 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.322 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.323 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'running'
2019-12-07 13:56:27.323 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=running)
2019-12-07 13:56:27.323 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.323 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.323 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.323 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.323 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:27.323 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:27.323 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.323 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.324 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.324 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.324 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.324 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.324 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.324 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.325 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@50c9044d)
2019-12-07 13:56:27.325 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.325 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.325 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.325 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.325 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.325 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.325 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.325 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.326 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.326 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.326 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sSLEnabled'
2019-12-07 13:56:27.326 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sSLEnabled)
2019-12-07 13:56:27.326 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.326 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.326 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:27.326 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:27.326 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.327 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.327 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.327 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.327 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.327 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.327 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.327 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.327 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@18224984)
2019-12-07 13:56:27.327 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.327 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.327 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.328 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.328 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.328 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.328 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.328 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.328 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.328 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.328 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sniParseLimit'
2019-12-07 13:56:27.329 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sniParseLimit)
2019-12-07 13:56:27.329 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.329 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.329 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.329 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.329 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.329 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.329 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.329 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.329 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.330 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.330 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3419ce30)
2019-12-07 13:56:27.330 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.330 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.330 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.330 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.330 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.330 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.330 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.330 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.331 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.331 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.331 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sslImplementation'
2019-12-07 13:56:27.331 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sslImplementation)
2019-12-07 13:56:27.331 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.tomcat.util.net.SSLImplementation'
2019-12-07 13:56:27.331 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.tomcat.util.net.SSLImplementation)
2019-12-07 13:56:27.331 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.331 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.331 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.331 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.331 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.332 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.332 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.332 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.332 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.332 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.332 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@64d3cc78)
2019-12-07 13:56:27.332 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.332 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.333 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.333 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.333 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.333 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.333 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.333 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.333 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.333 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.333 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sslImplementationName'
2019-12-07 13:56:27.334 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sslImplementationName)
2019-12-07 13:56:27.334 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.334 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:27.334 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.334 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.334 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.334 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.334 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.334 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.334 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.334 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.335 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7ca047c3)
2019-12-07 13:56:27.335 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.335 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.335 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.335 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.335 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.335 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.336 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.336 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.336 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.336 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.336 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'tcpNoDelay'
2019-12-07 13:56:27.336 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=tcpNoDelay)
2019-12-07 13:56:27.336 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.336 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.337 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.337 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.337 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.337 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.337 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.337 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.337 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.337 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.338 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@76c45fba)
2019-12-07 13:56:27.338 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.338 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.338 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.338 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.338 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.338 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.339 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.339 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.339 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.339 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.339 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'threadPriority'
2019-12-07 13:56:27.339 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=threadPriority)
2019-12-07 13:56:27.339 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.340 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.340 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.340 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.340 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.340 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.340 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.340 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.340 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.340 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.340 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@cd6671c)
2019-12-07 13:56:27.340 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.340 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.340 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.341 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.341 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.341 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.341 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.341 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.341 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.341 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.341 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useSendfile'
2019-12-07 13:56:27.341 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useSendfile)
2019-12-07 13:56:27.341 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.341 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.342 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.342 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.342 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.342 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.342 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.342 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.342 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.342 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.343 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@769ccaf2)
2019-12-07 13:56:27.343 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.343 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.343 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.343 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.343 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.343 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.343 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.343 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.343 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.344 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.344 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addNegotiatedProtocol'
2019-12-07 13:56:27.344 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addNegotiatedProtocol)
2019-12-07 13:56:27.344 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.344 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.344 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.344 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:27.344 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:27.344 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.345 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.345 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.345 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:27.345 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
2019-12-07 13:56:27.345 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
2019-12-07 13:56:27.345 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.345 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:27.345 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.346 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:27.346 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.346 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.346 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.346 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.346 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.346 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.346 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@8fc05bd)
2019-12-07 13:56:27.346 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.346 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.347 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.347 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.347 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:27.347 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.347 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.347 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:27.347 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.347 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.347 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.347 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.348 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5c11a297)
2019-12-07 13:56:27.348 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.348 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.348 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.348 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.348 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.348 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.348 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.348 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.348 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.349 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.349 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'bind'
2019-12-07 13:56:27.349 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=bind)
2019-12-07 13:56:27.349 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.349 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.349 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.349 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.349 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.349 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.349 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.349 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.350 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.350 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.350 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@63c0c08e)
2019-12-07 13:56:27.350 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.350 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.350 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.350 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.350 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.350 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.350 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.351 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.351 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.351 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.351 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'closeServerSocketGraceful'
2019-12-07 13:56:27.351 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=closeServerSocketGraceful)
2019-12-07 13:56:27.351 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.351 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.352 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.352 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.352 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.352 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.352 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.352 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.352 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.353 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.353 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@739b5d5e)
2019-12-07 13:56:27.353 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.353 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.353 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.353 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.354 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.354 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.354 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.354 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.354 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.354 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.355 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createExecutor'
2019-12-07 13:56:27.355 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createExecutor)
2019-12-07 13:56:27.355 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.355 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.355 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.355 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.355 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.355 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.355 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.355 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.356 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.356 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.356 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1b227f7d)
2019-12-07 13:56:27.356 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.356 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.356 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.356 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.356 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.356 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.356 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.357 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.357 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.357 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.357 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-12-07 13:56:27.357 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-12-07 13:56:27.357 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.357 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.358 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.358 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.358 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.358 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.358 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.358 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.358 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.358 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.358 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4af67394)
2019-12-07 13:56:27.359 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.359 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.359 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.359 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.359 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.359 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.359 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.359 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.360 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.360 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.360 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findSslHostConfigs'
2019-12-07 13:56:27.360 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findSslHostConfigs)
2019-12-07 13:56:27.360 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Lorg.apache.tomcat.util.net.SSLHostConfig;'
2019-12-07 13:56:27.360 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Lorg.apache.tomcat.util.net.SSLHostConfig;)
2019-12-07 13:56:27.360 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.360 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.360 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.360 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.360 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.361 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.361 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.361 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.361 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2f570ef4)
2019-12-07 13:56:27.361 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.361 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.361 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.361 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.361 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.361 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.362 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.362 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.362 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.362 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.362 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getAttribute'
2019-12-07 13:56:27.362 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getAttribute)
2019-12-07 13:56:27.362 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.Object'
2019-12-07 13:56:27.362 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.Object)
2019-12-07 13:56:27.362 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.362 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:27.362 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:27.363 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.363 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.363 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.363 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:27.363 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
2019-12-07 13:56:27.363 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
2019-12-07 13:56:27.363 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.363 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:27.363 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.363 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:27.363 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.364 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.364 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.364 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.364 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.364 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.364 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@60fd7ed)
2019-12-07 13:56:27.364 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.364 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.364 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.364 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.364 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:27.365 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.365 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.365 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:27.365 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.365 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.365 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.365 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.365 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@e5e99c6)
2019-12-07 13:56:27.365 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.366 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.366 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.366 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.366 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.366 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.366 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.366 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.366 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.366 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.366 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getProperty'
2019-12-07 13:56:27.366 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getProperty)
2019-12-07 13:56:27.366 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:27.367 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:27.367 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.367 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:27.367 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:27.367 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.367 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.367 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.367 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:27.367 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
2019-12-07 13:56:27.367 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
2019-12-07 13:56:27.367 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.367 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:27.368 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.368 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:27.368 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.368 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.368 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.368 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.368 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.368 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.368 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@77cd314a)
2019-12-07 13:56:27.368 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.368 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.368 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.368 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.369 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:27.369 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.369 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.369 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:27.369 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.369 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.369 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.369 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.370 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@607ab1e9)
2019-12-07 13:56:27.370 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.370 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.370 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.371 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.371 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.371 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.371 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.371 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.371 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.372 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.372 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'hasNegotiableProtocols'
2019-12-07 13:56:27.372 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=hasNegotiableProtocols)
2019-12-07 13:56:27.372 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
2019-12-07 13:56:27.372 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
2019-12-07 13:56:27.372 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.372 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.373 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.373 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.373 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.373 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.373 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.373 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.373 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@18b2a2b4)
2019-12-07 13:56:27.373 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.373 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.373 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.373 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.373 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.374 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.374 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.374 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.374 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.374 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.374 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-12-07 13:56:27.374 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-12-07 13:56:27.374 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.374 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.374 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.374 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.374 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.375 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.375 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.375 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.375 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.375 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.375 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@625888cd)
2019-12-07 13:56:27.375 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.375 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.375 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.375 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.375 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.376 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.376 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.376 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.376 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.376 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.376 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'pause'
2019-12-07 13:56:27.376 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=pause)
2019-12-07 13:56:27.376 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.376 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.376 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.376 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.376 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.377 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.377 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.377 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.377 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.377 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.377 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7c01b2ad)
2019-12-07 13:56:27.377 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.377 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.377 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.377 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.377 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.377 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.378 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.378 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.378 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.378 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.378 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'reloadSslHostConfig'
2019-12-07 13:56:27.378 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=reloadSslHostConfig)
2019-12-07 13:56:27.378 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.378 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.378 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.378 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:27.378 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:27.379 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.379 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.379 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.379 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:27.379 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
2019-12-07 13:56:27.379 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
2019-12-07 13:56:27.379 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.379 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:27.379 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.379 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:27.380 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.380 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.380 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.380 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.380 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.380 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.380 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@49c1a13d)
2019-12-07 13:56:27.380 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.380 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.380 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.381 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.381 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:27.381 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.381 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.381 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:27.381 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.381 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.381 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.382 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.382 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@446b1db3)
2019-12-07 13:56:27.382 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.382 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.382 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.382 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.382 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.382 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.382 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.382 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.382 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.382 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.383 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'reloadSslHostConfigs'
2019-12-07 13:56:27.383 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=reloadSslHostConfigs)
2019-12-07 13:56:27.383 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.383 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.383 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.383 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.383 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.383 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.383 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.383 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.383 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.383 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.383 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6253fb13)
2019-12-07 13:56:27.384 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.384 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.384 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.384 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.384 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.384 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.384 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.384 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.384 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.384 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.384 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeSslHostConfig'
2019-12-07 13:56:27.385 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeSslHostConfig)
2019-12-07 13:56:27.385 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'org.apache.tomcat.util.net.SSLHostConfig'
2019-12-07 13:56:27.385 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=org.apache.tomcat.util.net.SSLHostConfig)
2019-12-07 13:56:27.385 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.385 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:27.385 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:27.385 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.385 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.385 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.385 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:27.385 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
2019-12-07 13:56:27.385 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
2019-12-07 13:56:27.386 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.386 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:27.386 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.386 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:27.386 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.386 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.386 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.386 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.386 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.386 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.386 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1336a92e)
2019-12-07 13:56:27.386 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.386 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.387 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.387 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.387 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:27.387 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.387 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.387 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:27.387 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.387 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.387 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.387 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.387 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@573a2a3c)
2019-12-07 13:56:27.388 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.388 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.388 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.388 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.388 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.388 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.388 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.388 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.388 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.388 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.389 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'resume'
2019-12-07 13:56:27.389 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=resume)
2019-12-07 13:56:27.389 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.389 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.389 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.389 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.389 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.389 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.389 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.389 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.389 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.389 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.390 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4b2033ed)
2019-12-07 13:56:27.390 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.390 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.390 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.390 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.390 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.390 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.390 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.390 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.390 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.390 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.390 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'setProperty'
2019-12-07 13:56:27.391 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=setProperty)
2019-12-07 13:56:27.391 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
2019-12-07 13:56:27.391 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
2019-12-07 13:56:27.391 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.391 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:27.391 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:27.391 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.391 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.391 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.391 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:27.391 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
2019-12-07 13:56:27.391 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
2019-12-07 13:56:27.392 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.392 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:27.392 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.392 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:27.392 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.392 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.392 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.392 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.392 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.393 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.393 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@36d6d2f9)
2019-12-07 13:56:27.393 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.393 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.393 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.393 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.393 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:27.393 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:27.393 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.393 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.393 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.394 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:27.394 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param1'
2019-12-07 13:56:27.394 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param1)
2019-12-07 13:56:27.394 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.394 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:27.394 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.394 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:27.394 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.394 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.394 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.394 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.394 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.394 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.395 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@100f72d4)
2019-12-07 13:56:27.395 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.395 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.395 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.395 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.395 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:27.395 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.395 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.395 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
    '
2019-12-07 13:56:27.395 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.395 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.395 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.396 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.396 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1662c123)
2019-12-07 13:56:27.396 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.396 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.396 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.396 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.396 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.396 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.396 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.396 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.397 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.397 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.397 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'shutdownExecutor'
2019-12-07 13:56:27.397 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=shutdownExecutor)
2019-12-07 13:56:27.397 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.397 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.397 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.397 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.398 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.398 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.398 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.398 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.398 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.398 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.398 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5c973759)
2019-12-07 13:56:27.398 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.398 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.398 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.398 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.398 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.399 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.399 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.399 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.399 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.399 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.399 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-12-07 13:56:27.399 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-12-07 13:56:27.399 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.399 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.399 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.399 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.399 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.399 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.400 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.400 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.400 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.400 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.400 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5c567728)
2019-12-07 13:56:27.400 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.400 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.400 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.400 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.400 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.400 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.400 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.400 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.401 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.401 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.401 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'startInternal'
2019-12-07 13:56:27.401 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=startInternal)
2019-12-07 13:56:27.401 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.401 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.401 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.401 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.401 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.401 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.401 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.401 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.401 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.402 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.402 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@372437a4)
2019-12-07 13:56:27.402 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.402 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.402 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.402 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.402 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.402 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.402 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.402 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.402 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.402 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.403 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-12-07 13:56:27.403 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-12-07 13:56:27.403 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.403 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.403 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.403 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.403 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.403 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.403 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.403 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.404 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.404 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.404 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@37cf93ba)
2019-12-07 13:56:27.404 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.404 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.404 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.404 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.404 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.404 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.404 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.404 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.405 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.405 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.405 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stopInternal'
2019-12-07 13:56:27.405 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stopInternal)
2019-12-07 13:56:27.405 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.405 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.405 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.405 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.405 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.405 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.405 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.405 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.405 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.405 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.406 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@528747e5)
2019-12-07 13:56:27.406 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.406 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.406 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.406 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.406 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.406 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.406 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.406 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.406 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.406 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.406 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'unbind'
2019-12-07 13:56:27.407 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=unbind)
2019-12-07 13:56:27.407 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.407 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.407 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.407 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.407 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.407 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.407 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.407 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.407 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.407 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.407 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3d8795aa)
2019-12-07 13:56:27.407 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.408 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.408 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.408 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.408 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:27.408 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:27.408 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:27.408 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

  '
2019-12-07 13:56:27.408 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:27.408 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.408 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:27.408 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:27.408 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=Nio2Endpoint, className=org.apache.catalina.mbeans.ClassNameMBean, description=null, group=ThreadPool, type=org.apache.tomcat.util.net.Nio2Endpoint])
2019-12-07 13:56:27.409 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:27.409 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.409 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:27.409 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:27.409 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:27.409 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:27.409 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:27.409 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:27.409 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.409 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:27.409 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'AprEndpoint'
2019-12-07 13:56:27.409 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=AprEndpoint)
2019-12-07 13:56:27.409 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ClassNameMBean'
2019-12-07 13:56:27.410 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ClassNameMBean)
2019-12-07 13:56:27.410 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:27.410 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:27.410 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'ThreadPool'
2019-12-07 13:56:27.410 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=ThreadPool)
2019-12-07 13:56:27.410 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.tomcat.util.net.AprEndpoint'
2019-12-07 13:56:27.410 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.tomcat.util.net.AprEndpoint)
2019-12-07 13:56:27.410 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:27.410 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.410 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.410 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.410 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.410 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.411 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.411 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'acceptCount'
2019-12-07 13:56:27.411 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=acceptCount)
2019-12-07 13:56:27.411 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.411 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.411 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.411 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.411 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.411 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.411 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.411 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.411 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.412 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.412 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2b880ca9)
2019-12-07 13:56:27.412 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.412 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.413 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.413 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.413 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.413 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.413 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.413 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.413 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.414 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.414 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'acceptorThreadCount'
2019-12-07 13:56:27.414 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=acceptorThreadCount)
2019-12-07 13:56:27.414 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.414 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.414 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.414 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.415 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.415 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.415 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.415 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.415 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.415 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.416 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@60911821)
2019-12-07 13:56:27.416 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.416 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.416 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.416 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.416 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.417 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.417 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.417 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.417 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.418 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.418 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'acceptorThreadPriority'
2019-12-07 13:56:27.418 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=acceptorThreadPriority)
2019-12-07 13:56:27.418 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.418 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.418 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.419 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.419 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.419 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.419 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.419 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.419 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.419 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.420 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@841c3b9)
2019-12-07 13:56:27.420 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.420 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.420 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.420 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.421 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.421 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.421 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.421 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.421 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.421 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.421 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'alpnSupported'
2019-12-07 13:56:27.422 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=alpnSupported)
2019-12-07 13:56:27.422 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.422 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.422 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.422 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.422 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:27.422 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:27.423 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.423 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.423 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.423 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.423 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.423 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.424 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.424 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.424 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@9ea2dde)
2019-12-07 13:56:27.424 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.424 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.424 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.424 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.424 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.424 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.424 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.425 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.425 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.425 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.425 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'bindOnInit'
2019-12-07 13:56:27.425 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=bindOnInit)
2019-12-07 13:56:27.425 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.425 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.425 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.425 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.425 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.425 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.426 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.426 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.426 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.426 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.426 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@626c950e)
2019-12-07 13:56:27.426 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.426 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.426 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.426 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.427 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.427 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.427 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.427 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.427 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.428 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.428 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionCount'
2019-12-07 13:56:27.428 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionCount)
2019-12-07 13:56:27.428 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:27.428 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:27.428 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.428 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.428 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.429 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.429 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.429 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.429 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.429 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.429 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.429 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.430 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@ad4c972)
2019-12-07 13:56:27.430 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.430 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.430 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.430 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.430 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.430 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.430 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.430 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.431 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.431 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.431 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionLinger'
2019-12-07 13:56:27.431 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionLinger)
2019-12-07 13:56:27.431 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.431 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.431 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.431 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.432 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.432 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.432 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.432 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.432 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.432 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.432 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@c8e9f9a)
2019-12-07 13:56:27.432 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.433 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.433 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.433 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.433 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.433 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.433 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.433 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.433 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.433 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.434 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionTimeout'
2019-12-07 13:56:27.434 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionTimeout)
2019-12-07 13:56:27.434 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.434 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.434 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.434 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.434 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.434 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.434 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.435 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.435 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.435 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.435 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@54d2c708)
2019-12-07 13:56:27.435 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.435 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.435 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.435 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.436 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.436 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.436 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.436 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.436 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.436 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.436 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'currentThreadCount'
2019-12-07 13:56:27.436 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=currentThreadCount)
2019-12-07 13:56:27.436 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.437 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.437 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.437 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.437 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.437 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.437 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.437 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.438 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.438 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.438 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.438 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.438 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5290fc79)
2019-12-07 13:56:27.438 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.438 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.438 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.439 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.439 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.439 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.439 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.439 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.439 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.439 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.439 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'currentThreadsBusy'
2019-12-07 13:56:27.440 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=currentThreadsBusy)
2019-12-07 13:56:27.440 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.440 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.440 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.440 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.440 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.440 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.440 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.441 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.441 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.441 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.441 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.441 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.441 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7ea33000)
2019-12-07 13:56:27.441 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.441 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.441 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.442 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.442 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.442 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.442 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.442 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.442 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.442 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.442 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'daemon'
2019-12-07 13:56:27.442 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=daemon)
2019-12-07 13:56:27.442 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.442 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.443 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.443 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.443 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.443 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.443 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.443 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.443 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.443 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.443 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6a91201)
2019-12-07 13:56:27.443 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.443 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.444 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.444 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.444 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.444 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.444 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.444 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.444 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.444 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.444 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultSSLHostConfigName'
2019-12-07 13:56:27.444 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultSSLHostConfigName)
2019-12-07 13:56:27.444 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.445 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:27.445 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.445 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.445 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.445 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.445 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.445 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.445 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.446 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.446 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@44016f5b)
2019-12-07 13:56:27.446 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.446 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.446 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.446 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.446 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.447 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.447 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.447 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.447 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.447 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.447 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deferAccept'
2019-12-07 13:56:27.447 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deferAccept)
2019-12-07 13:56:27.447 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.448 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.448 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.448 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.448 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.448 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.448 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.448 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.448 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.448 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.448 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@11a73096)
2019-12-07 13:56:27.449 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.449 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.449 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.449 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.449 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.449 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.449 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.449 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.449 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.449 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.450 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'domain'
2019-12-07 13:56:27.450 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=domain)
2019-12-07 13:56:27.450 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.450 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:27.450 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.450 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.450 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.450 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.450 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.450 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.451 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.451 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.451 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@76632192)
2019-12-07 13:56:27.451 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.451 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.451 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.451 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.451 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.451 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.451 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.452 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.452 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.452 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.452 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'executorTerminationTimeoutMillis'
2019-12-07 13:56:27.452 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=executorTerminationTimeoutMillis)
2019-12-07 13:56:27.452 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:27.452 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:27.452 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.452 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.452 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.453 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.453 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.453 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.453 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.453 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.453 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@38941c45)
2019-12-07 13:56:27.454 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.454 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.454 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.454 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.454 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.454 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.455 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.455 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.455 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.455 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.455 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'ipv6v6only'
2019-12-07 13:56:27.455 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=ipv6v6only)
2019-12-07 13:56:27.456 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.456 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.456 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.456 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.456 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.456 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.456 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.456 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.456 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.456 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.457 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7720d7bb)
2019-12-07 13:56:27.457 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.457 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.457 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.457 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.457 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.457 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.457 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.457 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.457 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.458 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.458 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'keepAliveCount'
2019-12-07 13:56:27.458 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=keepAliveCount)
2019-12-07 13:56:27.458 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.458 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.458 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.459 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.459 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.459 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.459 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.459 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.459 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.459 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.459 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.459 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.459 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5f2b6a49)
2019-12-07 13:56:27.459 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.459 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.459 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.460 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.460 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.460 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.460 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.460 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.460 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.460 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.460 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'keepAliveTimeout'
2019-12-07 13:56:27.460 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=keepAliveTimeout)
2019-12-07 13:56:27.460 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.460 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.460 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.461 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.461 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.461 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.461 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.461 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.461 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.461 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.461 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@30abaf8f)
2019-12-07 13:56:27.461 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.461 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.461 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.461 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.462 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.462 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.462 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.462 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.462 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.462 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.462 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'localPort'
2019-12-07 13:56:27.462 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=localPort)
2019-12-07 13:56:27.462 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.462 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.462 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.462 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.463 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.463 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.463 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.463 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.463 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.463 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.463 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.463 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.463 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2845ebeb)
2019-12-07 13:56:27.463 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.463 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.463 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.464 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.464 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.464 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.464 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.464 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.464 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.464 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.464 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxConnections'
2019-12-07 13:56:27.464 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxConnections)
2019-12-07 13:56:27.464 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.464 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.464 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.465 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.465 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.465 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.465 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.465 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.465 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.465 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.465 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@59296c57)
2019-12-07 13:56:27.465 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.465 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.465 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.465 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.465 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.466 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.466 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.466 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.466 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.466 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.466 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxKeepAliveRequests'
2019-12-07 13:56:27.466 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxKeepAliveRequests)
2019-12-07 13:56:27.466 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.466 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.466 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.466 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.466 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.466 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.467 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.467 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.467 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.467 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.467 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5dd43c19)
2019-12-07 13:56:27.467 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.467 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.467 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.467 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.467 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.467 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.467 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.468 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.468 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.468 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.468 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxThreads'
2019-12-07 13:56:27.468 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxThreads)
2019-12-07 13:56:27.468 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.468 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.468 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.468 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.468 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.468 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.468 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.468 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.469 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.469 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.469 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@306e27fb)
2019-12-07 13:56:27.469 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.469 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.469 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.469 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.469 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.469 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.469 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.469 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.470 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.470 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.470 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minSpareThreads'
2019-12-07 13:56:27.470 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minSpareThreads)
2019-12-07 13:56:27.470 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.470 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.471 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.471 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.471 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.471 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.471 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.471 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.471 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.472 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.472 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@37f398ae)
2019-12-07 13:56:27.472 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.472 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.472 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.472 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.472 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.472 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.473 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.473 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.473 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.473 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.473 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'modelerType'
2019-12-07 13:56:27.473 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=modelerType)
2019-12-07 13:56:27.473 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.473 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:27.473 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.474 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.474 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.474 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.474 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.474 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.474 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.474 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.474 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.474 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.474 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@25aa01d3)
2019-12-07 13:56:27.474 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.474 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.475 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.475 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.475 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.475 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.475 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.475 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.475 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.475 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.475 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
2019-12-07 13:56:27.475 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
2019-12-07 13:56:27.475 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.475 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:27.476 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.476 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.476 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.476 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.476 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.476 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.476 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.476 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.476 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@59e2c58b)
2019-12-07 13:56:27.476 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.476 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.476 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.477 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.477 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.477 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.477 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.477 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.477 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.477 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.477 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'paused'
2019-12-07 13:56:27.477 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=paused)
2019-12-07 13:56:27.477 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.477 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.477 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.478 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.478 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:27.478 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:27.478 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.478 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.478 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.478 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.478 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.478 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.478 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.478 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.479 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@187260b3)
2019-12-07 13:56:27.479 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.479 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.479 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.479 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.479 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.479 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.479 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.479 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.480 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.480 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.480 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pollTime'
2019-12-07 13:56:27.480 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pollTime)
2019-12-07 13:56:27.480 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.480 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.480 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.480 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.480 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.480 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.480 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.481 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.481 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.481 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.481 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@33efadfb)
2019-12-07 13:56:27.481 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.481 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.481 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.481 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.481 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.482 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.482 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.482 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.482 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.482 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.482 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'port'
2019-12-07 13:56:27.482 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=port)
2019-12-07 13:56:27.482 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.482 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.482 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.482 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.483 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.483 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.483 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.483 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.483 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.483 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.483 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@463e96cc)
2019-12-07 13:56:27.483 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.483 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.484 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.484 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.484 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.484 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.484 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.484 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.484 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.484 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.484 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'portOffset'
2019-12-07 13:56:27.484 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=portOffset)
2019-12-07 13:56:27.485 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.485 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.485 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.485 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.485 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.485 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.485 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.485 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.485 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.485 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.485 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@9bfcd1d)
2019-12-07 13:56:27.485 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.486 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.486 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.486 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.486 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.486 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.486 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.486 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.486 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.486 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.486 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'portWithOffset'
2019-12-07 13:56:27.486 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=portWithOffset)
2019-12-07 13:56:27.487 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.487 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.487 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.487 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.487 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.487 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.487 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.487 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.487 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.487 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.487 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.487 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.488 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2c34361)
2019-12-07 13:56:27.488 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.488 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.488 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.488 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.488 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.488 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.488 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.488 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.488 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.488 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.488 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'running'
2019-12-07 13:56:27.489 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=running)
2019-12-07 13:56:27.489 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.489 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.489 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.489 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.489 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:27.489 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:27.489 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.489 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.489 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.489 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.489 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.490 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.490 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.490 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.490 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4c0db6b7)
2019-12-07 13:56:27.490 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.490 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.490 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.490 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.490 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.490 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.490 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.490 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.491 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.491 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.491 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sSLEnabled'
2019-12-07 13:56:27.491 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sSLEnabled)
2019-12-07 13:56:27.491 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.491 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.491 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:27.491 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:27.492 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.492 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.492 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.492 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.492 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.492 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.492 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.492 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.493 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7e37c10c)
2019-12-07 13:56:27.493 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.493 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.493 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.493 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.493 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.493 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.493 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.494 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.494 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.494 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.494 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sendfileCount'
2019-12-07 13:56:27.494 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sendfileCount)
2019-12-07 13:56:27.494 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.494 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.495 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.495 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.495 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.495 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.495 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.495 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.495 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.495 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.496 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.496 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.496 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@9172cf2)
2019-12-07 13:56:27.496 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.496 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.496 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.496 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.496 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.497 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.497 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.497 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.497 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.497 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.497 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sendfileSize'
2019-12-07 13:56:27.497 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sendfileSize)
2019-12-07 13:56:27.497 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.497 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.497 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.498 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.498 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.498 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.498 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.498 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.498 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.498 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.498 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@11d7befa)
2019-12-07 13:56:27.498 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.498 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.498 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.498 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.499 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.499 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.499 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.499 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.499 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.499 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.499 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'tcpNoDelay'
2019-12-07 13:56:27.499 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=tcpNoDelay)
2019-12-07 13:56:27.499 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.499 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.500 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.500 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.500 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.500 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.500 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.500 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.500 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.500 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.501 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@304e0a79)
2019-12-07 13:56:27.501 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.501 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.501 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.501 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.501 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.501 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.502 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.502 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.502 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.502 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.502 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'threadPriority'
2019-12-07 13:56:27.502 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=threadPriority)
2019-12-07 13:56:27.502 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.503 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.503 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.503 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.503 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.503 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.503 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.503 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.503 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.504 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.504 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@703192dd)
2019-12-07 13:56:27.504 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.504 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.504 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.504 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.505 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.505 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.505 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.505 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.505 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.505 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.506 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useSendfile'
2019-12-07 13:56:27.506 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useSendfile)
2019-12-07 13:56:27.506 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.506 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.506 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.506 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.506 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.506 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.507 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.507 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.507 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.507 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.507 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@40f15095)
2019-12-07 13:56:27.507 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.507 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.508 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.508 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.508 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.508 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.508 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.508 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.508 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.508 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.508 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addNegotiatedProtocol'
2019-12-07 13:56:27.508 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addNegotiatedProtocol)
2019-12-07 13:56:27.509 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.509 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.509 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.509 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:27.509 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:27.509 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.509 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.509 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.509 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:27.510 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
2019-12-07 13:56:27.510 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
2019-12-07 13:56:27.510 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.510 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:27.511 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.511 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:27.511 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.511 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.511 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.511 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.511 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.511 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.512 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6c7d061f)
2019-12-07 13:56:27.512 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.512 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.512 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.512 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.512 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:27.512 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.513 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.513 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:27.513 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.513 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.513 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.513 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.513 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2c20d42b)
2019-12-07 13:56:27.514 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.514 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.514 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.514 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.514 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.514 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.515 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.515 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.515 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.515 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.515 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'bind'
2019-12-07 13:56:27.515 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=bind)
2019-12-07 13:56:27.515 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.515 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.515 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.516 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.516 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.516 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.516 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.516 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.516 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.516 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.516 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@507b0c08)
2019-12-07 13:56:27.516 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.516 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.516 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.517 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.517 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.517 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.517 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.517 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.517 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.517 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.517 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'closeServerSocketGraceful'
2019-12-07 13:56:27.518 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=closeServerSocketGraceful)
2019-12-07 13:56:27.519 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.519 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.519 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.519 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.519 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.519 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.519 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.520 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.520 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.521 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.521 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1a449b6a)
2019-12-07 13:56:27.521 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.521 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.521 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.522 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.522 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.522 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.522 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.522 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.522 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.522 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.522 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createExecutor'
2019-12-07 13:56:27.522 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createExecutor)
2019-12-07 13:56:27.522 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.523 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.523 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.523 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.523 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.523 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.523 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.523 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.523 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.523 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.524 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1e8d3bc3)
2019-12-07 13:56:27.524 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.524 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.524 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.524 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.524 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.524 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.525 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.525 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.525 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.525 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.525 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-12-07 13:56:27.525 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-12-07 13:56:27.525 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.526 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.526 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.526 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.526 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.526 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.526 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.526 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.526 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.526 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.526 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@342635b5)
2019-12-07 13:56:27.527 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.527 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.527 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.527 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.527 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.528 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.528 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.528 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.528 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.528 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.528 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findSslHostConfigs'
2019-12-07 13:56:27.529 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findSslHostConfigs)
2019-12-07 13:56:27.529 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Lorg.apache.tomcat.util.net.SSLHostConfig;'
2019-12-07 13:56:27.529 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Lorg.apache.tomcat.util.net.SSLHostConfig;)
2019-12-07 13:56:27.529 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.529 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.529 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.529 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.530 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.530 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.530 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.530 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.530 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3c356475)
2019-12-07 13:56:27.530 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.531 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.531 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.531 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.531 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.531 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.531 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.531 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.531 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.532 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.532 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getAttribute'
2019-12-07 13:56:27.532 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getAttribute)
2019-12-07 13:56:27.532 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.Object'
2019-12-07 13:56:27.532 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.Object)
2019-12-07 13:56:27.532 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.533 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:27.533 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:27.533 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.533 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.533 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.533 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:27.534 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
2019-12-07 13:56:27.534 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
2019-12-07 13:56:27.534 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.534 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:27.534 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.534 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:27.534 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.534 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.535 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.535 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.535 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.535 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.535 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2143752)
2019-12-07 13:56:27.535 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.536 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.536 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.536 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.536 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:27.536 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.536 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.537 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:27.537 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.537 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.537 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.537 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.538 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@753057f0)
2019-12-07 13:56:27.538 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.538 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.538 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.538 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.538 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.538 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.538 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.538 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.539 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.539 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.539 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getProperty'
2019-12-07 13:56:27.539 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getProperty)
2019-12-07 13:56:27.539 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-12-07 13:56:27.539 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-12-07 13:56:27.539 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.539 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:27.539 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:27.540 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.540 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.540 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.540 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:27.540 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
2019-12-07 13:56:27.540 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
2019-12-07 13:56:27.540 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.541 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:27.541 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.541 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:27.541 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.541 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.541 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.542 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.542 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.542 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.542 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@70be5f7e)
2019-12-07 13:56:27.542 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.542 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.542 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.543 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.543 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:27.543 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.543 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.543 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:27.543 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.543 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.544 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.544 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.544 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@673f9bd0)
2019-12-07 13:56:27.544 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.544 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.544 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.544 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.545 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.545 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.545 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.545 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.545 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.545 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.545 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getSslContext'
2019-12-07 13:56:27.546 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getSslContext)
2019-12-07 13:56:27.546 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'long'
2019-12-07 13:56:27.546 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=long)
2019-12-07 13:56:27.546 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.546 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:27.546 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:27.546 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.547 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.547 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.547 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:27.547 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
2019-12-07 13:56:27.547 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
2019-12-07 13:56:27.547 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.548 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:27.548 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.548 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:27.548 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.548 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.548 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.548 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.549 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.549 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.549 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@44b29ec2)
2019-12-07 13:56:27.549 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.549 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.549 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.549 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.549 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:27.550 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.550 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.550 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:27.550 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.550 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.550 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.550 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.550 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@334ace73)
2019-12-07 13:56:27.560 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.560 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.560 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.560 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.560 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.560 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.561 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.561 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.561 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.561 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.561 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'hasNegotiableProtocols'
2019-12-07 13:56:27.561 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=hasNegotiableProtocols)
2019-12-07 13:56:27.562 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
2019-12-07 13:56:27.562 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
2019-12-07 13:56:27.562 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.562 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.562 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.562 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.562 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.563 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.563 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.563 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.563 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@310d22cb)
2019-12-07 13:56:27.563 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.563 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.563 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.564 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.564 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.564 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.564 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.564 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.565 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.565 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.565 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-12-07 13:56:27.565 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-12-07 13:56:27.565 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.565 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.565 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.565 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.566 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.566 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.566 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.566 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.566 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.566 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.566 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2a77de21)
2019-12-07 13:56:27.566 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.567 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.567 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.567 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.567 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.567 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.567 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.567 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.567 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.567 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.568 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'pause'
2019-12-07 13:56:27.568 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=pause)
2019-12-07 13:56:27.568 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.568 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.568 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.568 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.568 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.568 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.569 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.569 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.569 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.569 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.569 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7ae30123)
2019-12-07 13:56:27.569 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.569 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.569 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.570 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.570 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.570 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.570 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.570 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.570 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.570 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.571 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'reloadSslHostConfig'
2019-12-07 13:56:27.571 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=reloadSslHostConfig)
2019-12-07 13:56:27.571 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.571 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.571 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.571 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:27.571 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:27.572 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.572 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.572 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.572 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:27.572 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
2019-12-07 13:56:27.572 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
2019-12-07 13:56:27.573 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.573 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:27.573 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.573 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:27.573 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.573 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.573 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.573 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.574 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.574 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.574 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1fbf615a)
2019-12-07 13:56:27.574 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.574 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.574 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.574 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.574 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:27.574 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.575 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.575 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:27.575 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.575 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.575 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.575 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.575 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@47fc031c)
2019-12-07 13:56:27.575 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.575 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.575 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.576 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.576 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.576 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.576 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.576 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.576 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.576 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.576 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'reloadSslHostConfigs'
2019-12-07 13:56:27.576 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=reloadSslHostConfigs)
2019-12-07 13:56:27.576 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.577 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.577 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.577 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.577 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.577 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.577 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.577 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.577 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.577 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.578 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@536e5b14)
2019-12-07 13:56:27.578 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.578 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.578 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.578 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.578 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.578 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.578 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.578 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.578 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.578 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.579 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeSslHostConfig'
2019-12-07 13:56:27.579 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeSslHostConfig)
2019-12-07 13:56:27.579 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'org.apache.tomcat.util.net.SSLHostConfig'
2019-12-07 13:56:27.579 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=org.apache.tomcat.util.net.SSLHostConfig)
2019-12-07 13:56:27.579 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.579 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:27.579 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:27.579 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.579 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.579 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.580 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:27.580 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
2019-12-07 13:56:27.580 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
2019-12-07 13:56:27.580 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.580 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:27.580 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.580 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:27.580 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.580 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.581 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.581 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.581 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.581 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.581 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@31e6a243)
2019-12-07 13:56:27.581 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.581 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.581 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.582 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.582 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:27.582 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.582 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.582 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
    '
2019-12-07 13:56:27.582 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.582 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.582 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.582 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.583 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@55b7a094)
2019-12-07 13:56:27.583 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.583 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.583 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.583 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.583 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.583 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.583 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.583 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.583 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.584 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.584 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'resume'
2019-12-07 13:56:27.584 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=resume)
2019-12-07 13:56:27.584 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.584 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.584 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.584 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.584 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.584 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.584 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.585 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.585 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.585 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.585 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@72f4bddd)
2019-12-07 13:56:27.585 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.585 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.585 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.585 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.585 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.586 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.586 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.586 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.586 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.586 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.586 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'setProperty'
2019-12-07 13:56:27.586 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=setProperty)
2019-12-07 13:56:27.586 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
2019-12-07 13:56:27.587 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
2019-12-07 13:56:27.587 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.587 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:27.587 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:27.587 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.587 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.588 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.588 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:27.588 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
2019-12-07 13:56:27.588 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
2019-12-07 13:56:27.588 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.589 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:27.589 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.589 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:27.589 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.589 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.589 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.589 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.590 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.590 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.590 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5363fe6c)
2019-12-07 13:56:27.590 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.590 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.590 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.590 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.591 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
      )
2019-12-07 13:56:27.591 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,parameter)
2019-12-07 13:56:27.591 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.591 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.591 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.591 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-12-07 13:56:27.591 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param1'
2019-12-07 13:56:27.592 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param1)
2019-12-07 13:56:27.592 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.592 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-12-07 13:56:27.592 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.592 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,parameter)
2019-12-07 13:56:27.592 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation/parameter'
2019-12-07 13:56:27.592 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.593 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.593 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.593 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.593 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-12-07 13:56:27.593 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5793baf9)
2019-12-07 13:56:27.593 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.593 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.593 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-12-07 13:56:27.593 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-12-07 13:56:27.594 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:27.594 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.594 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.594 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='
      
      
    '
2019-12-07 13:56:27.594 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.594 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.594 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.594 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.595 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3f48039f)
2019-12-07 13:56:27.595 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.595 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.595 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.595 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.595 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.595 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.596 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.596 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.596 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.596 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.596 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'shutdownExecutor'
2019-12-07 13:56:27.596 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=shutdownExecutor)
2019-12-07 13:56:27.597 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.597 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.597 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.597 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.597 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.597 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.597 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.597 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.597 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.598 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.598 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@68854bfe)
2019-12-07 13:56:27.598 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.598 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.598 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.598 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.598 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.598 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.599 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.599 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.599 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.599 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.599 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-12-07 13:56:27.599 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-12-07 13:56:27.599 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.600 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.600 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.600 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.600 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.600 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.600 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.600 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.600 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.600 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.600 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2459581c)
2019-12-07 13:56:27.601 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.601 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.601 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.601 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.601 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.601 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.601 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.601 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.602 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.602 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.602 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'startInternal'
2019-12-07 13:56:27.602 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=startInternal)
2019-12-07 13:56:27.602 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.602 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.602 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.602 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.602 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.602 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.603 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.603 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.603 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.603 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.603 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6ed77a1c)
2019-12-07 13:56:27.603 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.603 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.604 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.604 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.604 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.604 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.604 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.604 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.604 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.604 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.605 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-12-07 13:56:27.605 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-12-07 13:56:27.605 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.605 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.605 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.605 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.605 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.605 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.606 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.606 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.606 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.606 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.606 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@11fcd8a2)
2019-12-07 13:56:27.606 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.606 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.606 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.606 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.606 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.607 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.607 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.607 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.607 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.607 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.607 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stopInternal'
2019-12-07 13:56:27.607 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stopInternal)
2019-12-07 13:56:27.607 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.607 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.608 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.608 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.608 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.608 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.608 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.608 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.608 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.608 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.608 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@53e4bbd8)
2019-12-07 13:56:27.609 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.609 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.609 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.609 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.609 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.609 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.609 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.609 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.609 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.609 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.609 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'unbind'
2019-12-07 13:56:27.609 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=unbind)
2019-12-07 13:56:27.609 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.610 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.610 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.610 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.610 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.610 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.610 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.610 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.610 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.610 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.610 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3d138000)
2019-12-07 13:56:27.610 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.610 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.610 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.610 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.611 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:27.611 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:27.611 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:27.611 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

  '
2019-12-07 13:56:27.611 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:27.611 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.611 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:27.611 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:27.611 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=AprEndpoint, className=org.apache.catalina.mbeans.ClassNameMBean, description=null, group=ThreadPool, type=org.apache.tomcat.util.net.AprEndpoint])
2019-12-07 13:56:27.611 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:27.612 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.612 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:27.612 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:27.612 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

)
2019-12-07 13:56:27.612 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbeans-descriptors)
2019-12-07 13:56:27.612 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors'
2019-12-07 13:56:27.612 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='

  

  

  

'
2019-12-07 13:56:27.612 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:27.613 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endDocument()
2019-12-07 13:56:27.614 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister org.apache.tomcat.util.net.NioEndpoint@68c10a24 Tomcat:type=ThreadPool,name="http-nio-auto-1"
2019-12-07 13:56:27.614 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:type=ThreadPool,name="http-nio-auto-1",subType=SocketProperties
2019-12-07 13:56:27.614 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Looking for descriptor 
2019-12-07 13:56:27.614 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Introspecting 
2019-12-07 13:56:27.615 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.tomcat.util.net.SocketProperties.setProperties(java.nio.channels.AsynchronousServerSocketChannel) throws java.io.IOException class java.nio.channels.AsynchronousServerSocketChannel
2019-12-07 13:56:27.615 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.tomcat.util.net.SocketProperties.setProperties(java.nio.channels.AsynchronousSocketChannel) throws java.io.IOException class java.nio.channels.AsynchronousSocketChannel
2019-12-07 13:56:27.615 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.tomcat.util.net.SocketProperties.setProperties(java.net.ServerSocket) throws java.net.SocketException class java.net.ServerSocket
2019-12-07 13:56:27.615 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.tomcat.util.net.SocketProperties.setProperties(java.net.Socket) throws java.net.SocketException class java.net.Socket
2019-12-07 13:56:27.616 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute timeoutInterval public long org.apache.tomcat.util.net.SocketProperties.getTimeoutInterval() public void org.apache.tomcat.util.net.SocketProperties.setTimeoutInterval(long)
2019-12-07 13:56:27.616 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute txBufSize public int org.apache.tomcat.util.net.SocketProperties.getTxBufSize() public void org.apache.tomcat.util.net.SocketProperties.setTxBufSize(int)
2019-12-07 13:56:27.616 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute rxBufSize public int org.apache.tomcat.util.net.SocketProperties.getRxBufSize() public void org.apache.tomcat.util.net.SocketProperties.setRxBufSize(int)
2019-12-07 13:56:27.616 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute bufferPoolSize public int org.apache.tomcat.util.net.SocketProperties.getBufferPoolSize() public void org.apache.tomcat.util.net.SocketProperties.setBufferPoolSize(int)
2019-12-07 13:56:27.616 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute performanceLatency public int org.apache.tomcat.util.net.SocketProperties.getPerformanceLatency() public void org.apache.tomcat.util.net.SocketProperties.setPerformanceLatency(int)
2019-12-07 13:56:27.616 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute ooBInline public boolean org.apache.tomcat.util.net.SocketProperties.getOoBInline() public void org.apache.tomcat.util.net.SocketProperties.setOoBInline(boolean)
2019-12-07 13:56:27.616 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute appWriteBufSize public int org.apache.tomcat.util.net.SocketProperties.getAppWriteBufSize() public void org.apache.tomcat.util.net.SocketProperties.setAppWriteBufSize(int)
2019-12-07 13:56:27.616 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute soTimeout public int org.apache.tomcat.util.net.SocketProperties.getSoTimeout() public void org.apache.tomcat.util.net.SocketProperties.setSoTimeout(int)
2019-12-07 13:56:27.616 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute bufferPool public int org.apache.tomcat.util.net.SocketProperties.getBufferPool() public void org.apache.tomcat.util.net.SocketProperties.setBufferPool(int)
2019-12-07 13:56:27.616 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute directBuffer public boolean org.apache.tomcat.util.net.SocketProperties.getDirectBuffer() public void org.apache.tomcat.util.net.SocketProperties.setDirectBuffer(boolean)
2019-12-07 13:56:27.616 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute soLingerOn public boolean org.apache.tomcat.util.net.SocketProperties.getSoLingerOn() public void org.apache.tomcat.util.net.SocketProperties.setSoLingerOn(boolean)
2019-12-07 13:56:27.616 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute eventCache public int org.apache.tomcat.util.net.SocketProperties.getEventCache() public void org.apache.tomcat.util.net.SocketProperties.setEventCache(int)
2019-12-07 13:56:27.616 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute performanceBandwidth public int org.apache.tomcat.util.net.SocketProperties.getPerformanceBandwidth() public void org.apache.tomcat.util.net.SocketProperties.setPerformanceBandwidth(int)
2019-12-07 13:56:27.616 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute soReuseAddress public boolean org.apache.tomcat.util.net.SocketProperties.getSoReuseAddress() public void org.apache.tomcat.util.net.SocketProperties.setSoReuseAddress(boolean)
2019-12-07 13:56:27.617 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute appReadBufSize public int org.apache.tomcat.util.net.SocketProperties.getAppReadBufSize() public void org.apache.tomcat.util.net.SocketProperties.setAppReadBufSize(int)
2019-12-07 13:56:27.617 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute performanceConnectionTime public int org.apache.tomcat.util.net.SocketProperties.getPerformanceConnectionTime() public void org.apache.tomcat.util.net.SocketProperties.setPerformanceConnectionTime(int)
2019-12-07 13:56:27.617 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute soLingerTime public int org.apache.tomcat.util.net.SocketProperties.getSoLingerTime() public void org.apache.tomcat.util.net.SocketProperties.setSoLingerTime(int)
2019-12-07 13:56:27.617 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute directBufferPool public int org.apache.tomcat.util.net.SocketProperties.getDirectBufferPool() public void org.apache.tomcat.util.net.SocketProperties.setDirectBufferPool(int)
2019-12-07 13:56:27.617 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute directSslBuffer public boolean org.apache.tomcat.util.net.SocketProperties.getDirectSslBuffer() public void org.apache.tomcat.util.net.SocketProperties.setDirectSslBuffer(boolean)
2019-12-07 13:56:27.617 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute tcpNoDelay public boolean org.apache.tomcat.util.net.SocketProperties.getTcpNoDelay() public void org.apache.tomcat.util.net.SocketProperties.setTcpNoDelay(boolean)
2019-12-07 13:56:27.617 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute processorCache public int org.apache.tomcat.util.net.SocketProperties.getProcessorCache() public void org.apache.tomcat.util.net.SocketProperties.setProcessorCache(int)
2019-12-07 13:56:27.617 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute unlockTimeout public int org.apache.tomcat.util.net.SocketProperties.getUnlockTimeout() public void org.apache.tomcat.util.net.SocketProperties.setUnlockTimeout(int)
2019-12-07 13:56:27.617 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute soKeepAlive public boolean org.apache.tomcat.util.net.SocketProperties.getSoKeepAlive() public void org.apache.tomcat.util.net.SocketProperties.setSoKeepAlive(boolean)
2019-12-07 13:56:27.618 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Setting name: org.apache.tomcat.util.net.SocketProperties
2019-12-07 13:56:27.618 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister org.apache.tomcat.util.net.SocketProperties@70999fb5 Tomcat:type=ThreadPool,name="http-nio-auto-1",subType=SocketProperties
2019-12-07 13:56:27.618  INFO 15190 --- [    Test worker] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2019-12-07 13:56:27.618  INFO 15190 --- [    Test worker] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.22]
2019-12-07 13:56:27.618 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:type=Realm,realmPath=/realm0
2019-12-07 13:56:27.618 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Looking for descriptor 
2019-12-07 13:56:27.618 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Introspecting 
2019-12-07 13:56:27.624 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.CredentialHandler org.apache.catalina.realm.RealmBase.getCredentialHandler()
2019-12-07 13:56:27.624 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.realm.RealmBase.setCredentialHandler(org.apache.catalina.CredentialHandler) interface org.apache.catalina.CredentialHandler
2019-12-07 13:56:27.631 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.realm.RealmBase.setContainer(org.apache.catalina.Container) interface org.apache.catalina.Container
2019-12-07 13:56:27.631 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.Container org.apache.catalina.realm.RealmBase.getContainer()
2019-12-07 13:56:27.631 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.LifecycleState org.apache.catalina.util.LifecycleBase.getState()
2019-12-07 13:56:27.631 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute domainInternal public java.lang.String org.apache.catalina.realm.RealmBase.getDomainInternal() null
2019-12-07 13:56:27.631 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute available public default boolean org.apache.catalina.Realm.isAvailable() null
2019-12-07 13:56:27.631 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute stripRealmForGss public boolean org.apache.catalina.realm.RealmBase.isStripRealmForGss() public void org.apache.catalina.realm.RealmBase.setStripRealmForGss(boolean)
2019-12-07 13:56:27.632 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute domain public final java.lang.String org.apache.catalina.util.LifecycleMBeanBase.getDomain() public final void org.apache.catalina.util.LifecycleMBeanBase.setDomain(java.lang.String)
2019-12-07 13:56:27.632 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute objectName public final javax.management.ObjectName org.apache.catalina.util.LifecycleMBeanBase.getObjectName() null
2019-12-07 13:56:27.632 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute objectNameKeyProperties public java.lang.String org.apache.catalina.realm.RealmBase.getObjectNameKeyProperties() null
2019-12-07 13:56:27.632 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute throwOnFailure public boolean org.apache.catalina.util.LifecycleBase.getThrowOnFailure() public void org.apache.catalina.util.LifecycleBase.setThrowOnFailure(boolean)
2019-12-07 13:56:27.632 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute x509UsernameRetrieverClassName public java.lang.String org.apache.catalina.realm.RealmBase.getX509UsernameRetrieverClassName() public void org.apache.catalina.realm.RealmBase.setX509UsernameRetrieverClassName(java.lang.String)
2019-12-07 13:56:27.632 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute transportGuaranteeRedirectStatus public int org.apache.catalina.realm.RealmBase.getTransportGuaranteeRedirectStatus() public void org.apache.catalina.realm.RealmBase.setTransportGuaranteeRedirectStatus(int)
2019-12-07 13:56:27.632 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute validate public boolean org.apache.catalina.realm.RealmBase.getValidate() public void org.apache.catalina.realm.RealmBase.setValidate(boolean)
2019-12-07 13:56:27.633 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute realmPath public java.lang.String org.apache.catalina.realm.RealmBase.getRealmPath() public void org.apache.catalina.realm.RealmBase.setRealmPath(java.lang.String)
2019-12-07 13:56:27.633 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute stateName public java.lang.String org.apache.catalina.util.LifecycleBase.getStateName() null
2019-12-07 13:56:27.633 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute allRolesMode public java.lang.String org.apache.catalina.realm.RealmBase.getAllRolesMode() public void org.apache.catalina.realm.RealmBase.setAllRolesMode(java.lang.String)
2019-12-07 13:56:27.633 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Setting name: org.apache.catalina.startup.Tomcat$SimpleRealm
2019-12-07 13:56:27.634 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister SimpleRealm[StandardEngine[Tomcat]] Tomcat:type=Realm,realmPath=/realm0
2019-12-07 13:56:27.636 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:type=Host,host=localhost
2019-12-07 13:56:27.636 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister StandardEngine[Tomcat].StandardHost[localhost] Tomcat:type=Host,host=localhost
2019-12-07 13:56:27.636 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:j2eeType=WebModule,name=//localhost/,J2EEApplication=none,J2EEServer=none
2019-12-07 13:56:27.637 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Looking for descriptor 
2019-12-07 13:56:27.638 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Introspecting 
2019-12-07 13:56:27.642 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedContext.setStarter(org.springframework.boot.web.embedded.tomcat.TomcatStarter) class org.springframework.boot.web.embedded.tomcat.TomcatStarter
2019-12-07 13:56:27.643 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedContext.setManager(org.apache.catalina.Manager) interface org.apache.catalina.Manager
2019-12-07 13:56:27.643 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.springframework.boot.web.embedded.tomcat.TomcatStarter org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedContext.getStarter()
2019-12-07 13:56:27.643 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.WebResourceRoot org.apache.catalina.core.StandardContext.getResources()
2019-12-07 13:56:27.643 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public javax.servlet.ServletContext org.apache.catalina.core.StandardContext.getServletContext()
2019-12-07 13:56:27.643 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public javax.servlet.descriptor.JspConfigDescriptor org.apache.catalina.core.StandardContext.getJspConfigDescriptor()
2019-12-07 13:56:27.643 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.core.StandardContext.setResources(org.apache.catalina.WebResourceRoot) interface org.apache.catalina.WebResourceRoot
2019-12-07 13:56:27.644 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.tomcat.JarScanner org.apache.catalina.core.StandardContext.getJarScanner()
2019-12-07 13:56:27.644 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public java.net.URL org.apache.catalina.core.StandardContext.getConfigFile()
2019-12-07 13:56:27.644 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.core.StandardContext.setJarScanner(org.apache.tomcat.JarScanner) interface org.apache.tomcat.JarScanner
2019-12-07 13:56:27.644 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.Authenticator org.apache.catalina.core.StandardContext.getAuthenticator()
2019-12-07 13:56:27.644 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.tomcat.InstanceManager org.apache.catalina.core.StandardContext.getInstanceManager()
2019-12-07 13:56:27.644 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.core.StandardContext.setInstanceManager(org.apache.tomcat.InstanceManager) interface org.apache.tomcat.InstanceManager
2019-12-07 13:56:27.646 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.ThreadBindingListener org.apache.catalina.core.StandardContext.getThreadBindingListener()
2019-12-07 13:56:27.646 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.core.StandardContext.setThreadBindingListener(org.apache.catalina.ThreadBindingListener) interface org.apache.catalina.ThreadBindingListener
2019-12-07 13:56:27.646 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.core.StandardContext.setJspConfigDescriptor(javax.servlet.descriptor.JspConfigDescriptor) interface javax.servlet.descriptor.JspConfigDescriptor
2019-12-07 13:56:27.646 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public java.lang.Object org.apache.catalina.core.StandardContext.getNamingToken()
2019-12-07 13:56:27.647 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.core.StandardContext.setCookieProcessor(org.apache.tomcat.util.http.CookieProcessor) interface org.apache.tomcat.util.http.CookieProcessor
2019-12-07 13:56:27.647 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.tomcat.util.http.CookieProcessor org.apache.catalina.core.StandardContext.getCookieProcessor()
2019-12-07 13:56:27.647 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.Loader org.apache.catalina.core.StandardContext.getLoader()
2019-12-07 13:56:27.647 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public java.lang.ClassLoader org.apache.catalina.core.StandardContext.getParentClassLoader()
2019-12-07 13:56:27.647 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public javax.management.MBeanNotificationInfo[] org.apache.catalina.core.StandardContext.getNotificationInfo()
2019-12-07 13:56:27.647 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.core.StandardContext.setConfigFile(java.net.URL) class java.net.URL
2019-12-07 13:56:27.647 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.core.StandardContext.setLoader(org.apache.catalina.Loader) interface org.apache.catalina.Loader
2019-12-07 13:56:27.648 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.Manager org.apache.catalina.core.StandardContext.getManager()
2019-12-07 13:56:27.652 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.Container org.apache.catalina.core.ContainerBase.getParent()
2019-12-07 13:56:27.652 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.juli.logging.Log org.apache.catalina.core.ContainerBase.getLogger()
2019-12-07 13:56:27.652 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.core.ContainerBase.setParent(org.apache.catalina.Container) interface org.apache.catalina.Container
2019-12-07 13:56:27.652 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public javax.management.ObjectName[] org.apache.catalina.core.ContainerBase.getChildren()
2019-12-07 13:56:27.652 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.core.ContainerBase.setRealm(org.apache.catalina.Realm) interface org.apache.catalina.Realm
2019-12-07 13:56:27.653 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.Pipeline org.apache.catalina.core.ContainerBase.getPipeline()
2019-12-07 13:56:27.653 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.Cluster org.apache.catalina.core.ContainerBase.getCluster()
2019-12-07 13:56:27.653 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.core.ContainerBase.setCluster(org.apache.catalina.Cluster) interface org.apache.catalina.Cluster
2019-12-07 13:56:27.653 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.core.ContainerBase.setParentClassLoader(java.lang.ClassLoader) class java.lang.ClassLoader
2019-12-07 13:56:27.653 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.Realm org.apache.catalina.core.ContainerBase.getRealm()
2019-12-07 13:56:27.653 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.AccessLog org.apache.catalina.core.ContainerBase.getAccessLog()
2019-12-07 13:56:27.654 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.LifecycleState org.apache.catalina.util.LifecycleBase.getState()
2019-12-07 13:56:27.654 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute denyUncoveredHttpMethods public boolean org.apache.catalina.core.StandardContext.getDenyUncoveredHttpMethods() public void org.apache.catalina.core.StandardContext.setDenyUncoveredHttpMethods(boolean)
2019-12-07 13:56:27.654 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute failCtxIfServletStartFails public java.lang.Boolean org.apache.catalina.core.StandardContext.getFailCtxIfServletStartFails() public void org.apache.catalina.core.StandardContext.setFailCtxIfServletStartFails(java.lang.Boolean)
2019-12-07 13:56:27.654 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute copyXML public boolean org.apache.catalina.core.StandardContext.getCopyXML() public void org.apache.catalina.core.StandardContext.setCopyXML(boolean)
2019-12-07 13:56:27.654 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute configured public boolean org.apache.catalina.core.StandardContext.getConfigured() public void org.apache.catalina.core.StandardContext.setConfigured(boolean)
2019-12-07 13:56:27.654 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute allowMultipleLeadingForwardSlashInPath public boolean org.apache.catalina.core.StandardContext.getAllowMultipleLeadingForwardSlashInPath() public void org.apache.catalina.core.StandardContext.setAllowMultipleLeadingForwardSlashInPath(boolean)
2019-12-07 13:56:27.654 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute encodedPath public java.lang.String org.apache.catalina.core.StandardContext.getEncodedPath() null
2019-12-07 13:56:27.654 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute displayName public java.lang.String org.apache.catalina.core.StandardContext.getDisplayName() public void org.apache.catalina.core.StandardContext.setDisplayName(java.lang.String)
2019-12-07 13:56:27.655 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute baseName public java.lang.String org.apache.catalina.core.StandardContext.getBaseName() null
2019-12-07 13:56:27.655 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sendRedirectBody public boolean org.apache.catalina.core.StandardContext.getSendRedirectBody() public void org.apache.catalina.core.StandardContext.setSendRedirectBody(boolean)
2019-12-07 13:56:27.655 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute fireRequestListenersOnForwards public boolean org.apache.catalina.core.StandardContext.getFireRequestListenersOnForwards() public void org.apache.catalina.core.StandardContext.setFireRequestListenersOnForwards(boolean)
2019-12-07 13:56:27.655 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute xmlBlockExternal public boolean org.apache.catalina.core.StandardContext.getXmlBlockExternal() public void org.apache.catalina.core.StandardContext.setXmlBlockExternal(boolean)
2019-12-07 13:56:27.655 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute backgroundProcessorDelay public int org.apache.catalina.core.ContainerBase.getBackgroundProcessorDelay() public void org.apache.catalina.core.ContainerBase.setBackgroundProcessorDelay(int)
2019-12-07 13:56:27.655 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute privileged public boolean org.apache.catalina.core.StandardContext.getPrivileged() public void org.apache.catalina.core.StandardContext.setPrivileged(boolean)
2019-12-07 13:56:27.655 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute originalDocBase public java.lang.String org.apache.catalina.core.StandardContext.getOriginalDocBase() public void org.apache.catalina.core.StandardContext.setOriginalDocBase(java.lang.String)
2019-12-07 13:56:27.655 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute startChildren public boolean org.apache.catalina.core.ContainerBase.getStartChildren() public void org.apache.catalina.core.ContainerBase.setStartChildren(boolean)
2019-12-07 13:56:27.655 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute allowCasualMultipartParsing public boolean org.apache.catalina.core.StandardContext.getAllowCasualMultipartParsing() public void org.apache.catalina.core.StandardContext.setAllowCasualMultipartParsing(boolean)
2019-12-07 13:56:27.655 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute mBeanKeyProperties public java.lang.String org.apache.catalina.core.ContainerBase.getMBeanKeyProperties() null
2019-12-07 13:56:27.655 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute mapperDirectoryRedirectEnabled public boolean org.apache.catalina.core.StandardContext.getMapperDirectoryRedirectEnabled() public void org.apache.catalina.core.StandardContext.setMapperDirectoryRedirectEnabled(boolean)
2019-12-07 13:56:27.655 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clearReferencesRmiTargets public boolean org.apache.catalina.core.StandardContext.getClearReferencesRmiTargets() public void org.apache.catalina.core.StandardContext.setClearReferencesRmiTargets(boolean)
2019-12-07 13:56:27.656 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute unloadDelay public long org.apache.catalina.core.StandardContext.getUnloadDelay() public void org.apache.catalina.core.StandardContext.setUnloadDelay(long)
2019-12-07 13:56:27.656 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clearReferencesObjectStreamClassCaches public boolean org.apache.catalina.core.StandardContext.getClearReferencesObjectStreamClassCaches() public void org.apache.catalina.core.StandardContext.setClearReferencesObjectStreamClassCaches(boolean)
2019-12-07 13:56:27.656 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute webappVersion public java.lang.String org.apache.catalina.core.StandardContext.getWebappVersion() public void org.apache.catalina.core.StandardContext.setWebappVersion(java.lang.String)
2019-12-07 13:56:27.656 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute welcomeFiles public java.lang.String[] org.apache.catalina.core.StandardContext.getWelcomeFiles() null
2019-12-07 13:56:27.656 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute effectiveMajorVersion public int org.apache.catalina.core.StandardContext.getEffectiveMajorVersion() public void org.apache.catalina.core.StandardContext.setEffectiveMajorVersion(int)
2019-12-07 13:56:27.656 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute containerSciFilter public java.lang.String org.apache.catalina.core.StandardContext.getContainerSciFilter() public void org.apache.catalina.core.StandardContext.setContainerSciFilter(java.lang.String)
2019-12-07 13:56:27.656 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute errorCount public int org.apache.catalina.core.StandardContext.getErrorCount() null
2019-12-07 13:56:27.656 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sessionCookiePath public java.lang.String org.apache.catalina.core.StandardContext.getSessionCookiePath() public void org.apache.catalina.core.StandardContext.setSessionCookiePath(java.lang.String)
2019-12-07 13:56:27.656 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute server public java.lang.String org.apache.catalina.core.StandardContext.getServer() public java.lang.String org.apache.catalina.core.StandardContext.setServer(java.lang.String)
2019-12-07 13:56:27.656 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute charsetMapperClass public java.lang.String org.apache.catalina.core.StandardContext.getCharsetMapperClass() public void org.apache.catalina.core.StandardContext.setCharsetMapperClass(java.lang.String)
2019-12-07 13:56:27.656 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute wrapperClass public java.lang.String org.apache.catalina.core.StandardContext.getWrapperClass() public void org.apache.catalina.core.StandardContext.setWrapperClass(java.lang.String)
2019-12-07 13:56:27.656 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute cookies public boolean org.apache.catalina.core.StandardContext.getCookies() public void org.apache.catalina.core.StandardContext.setCookies(boolean)
2019-12-07 13:56:27.656 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute jndiExceptionOnFailedWrite public boolean org.apache.catalina.core.StandardContext.getJndiExceptionOnFailedWrite() public void org.apache.catalina.core.StandardContext.setJndiExceptionOnFailedWrite(boolean)
2019-12-07 13:56:27.657 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute startTime public long org.apache.catalina.core.StandardContext.getStartTime() null
2019-12-07 13:56:27.657 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute namingResources public org.apache.catalina.deploy.NamingResourcesImpl org.apache.catalina.core.StandardContext.getNamingResources() public void org.apache.catalina.core.StandardContext.setNamingResources(org.apache.catalina.deploy.NamingResourcesImpl)
2019-12-07 13:56:27.657 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sessionCookieName public java.lang.String org.apache.catalina.core.StandardContext.getSessionCookieName() public void org.apache.catalina.core.StandardContext.setSessionCookieName(java.lang.String)
2019-12-07 13:56:27.657 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute crossContext public boolean org.apache.catalina.core.StandardContext.getCrossContext() public void org.apache.catalina.core.StandardContext.setCrossContext(boolean)
2019-12-07 13:56:27.657 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute docBase public java.lang.String org.apache.catalina.core.StandardContext.getDocBase() public void org.apache.catalina.core.StandardContext.setDocBase(java.lang.String)
2019-12-07 13:56:27.657 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clearReferencesThreadLocals public boolean org.apache.catalina.core.StandardContext.getClearReferencesThreadLocals() public void org.apache.catalina.core.StandardContext.setClearReferencesThreadLocals(boolean)
2019-12-07 13:56:27.657 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clearReferencesStopThreads public boolean org.apache.catalina.core.StandardContext.getClearReferencesStopThreads() public void org.apache.catalina.core.StandardContext.setClearReferencesStopThreads(boolean)
2019-12-07 13:56:27.657 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute logName public java.lang.String org.apache.catalina.core.ContainerBase.getLogName() null
2019-12-07 13:56:27.657 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute skipMemoryLeakChecksOnJvmShutdown public boolean org.apache.catalina.core.StandardContext.getSkipMemoryLeakChecksOnJvmShutdown() public void org.apache.catalina.core.StandardContext.setSkipMemoryLeakChecksOnJvmShutdown(boolean)
2019-12-07 13:56:27.657 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute logEffectiveWebXml public boolean org.apache.catalina.core.StandardContext.getLogEffectiveWebXml() public void org.apache.catalina.core.StandardContext.setLogEffectiveWebXml(boolean)
2019-12-07 13:56:27.657 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute servlet22 public boolean org.apache.catalina.core.StandardContext.isServlet22() null
2019-12-07 13:56:27.657 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute preemptiveAuthentication public boolean org.apache.catalina.core.StandardContext.getPreemptiveAuthentication() public void org.apache.catalina.core.StandardContext.setPreemptiveAuthentication(boolean)
2019-12-07 13:56:27.657 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute tldValidation public boolean org.apache.catalina.core.StandardContext.getTldValidation() public void org.apache.catalina.core.StandardContext.setTldValidation(boolean)
2019-12-07 13:56:27.658 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute objectName public final javax.management.ObjectName org.apache.catalina.util.LifecycleMBeanBase.getObjectName() null
2019-12-07 13:56:27.658 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute xmlValidation public boolean org.apache.catalina.core.StandardContext.getXmlValidation() public void org.apache.catalina.core.StandardContext.setXmlValidation(boolean)
2019-12-07 13:56:27.658 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute effectiveMinorVersion public int org.apache.catalina.core.StandardContext.getEffectiveMinorVersion() public void org.apache.catalina.core.StandardContext.setEffectiveMinorVersion(int)
2019-12-07 13:56:27.658 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute catalinaHome public java.io.File org.apache.catalina.core.ContainerBase.getCatalinaHome() null
2019-12-07 13:56:27.658 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute createUploadTargets public boolean org.apache.catalina.core.StandardContext.getCreateUploadTargets() public void org.apache.catalina.core.StandardContext.setCreateUploadTargets(boolean)
2019-12-07 13:56:27.658 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute stateName public java.lang.String org.apache.catalina.util.LifecycleBase.getStateName() null
2019-12-07 13:56:27.658 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute path public java.lang.String org.apache.catalina.core.StandardContext.getPath() public void org.apache.catalina.core.StandardContext.setPath(java.lang.String)
2019-12-07 13:56:27.658 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute responseCharacterEncoding public java.lang.String org.apache.catalina.core.StandardContext.getResponseCharacterEncoding() public void org.apache.catalina.core.StandardContext.setResponseCharacterEncoding(java.lang.String)
2019-12-07 13:56:27.658 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute addWebinfClassesResources public boolean org.apache.catalina.core.StandardContext.getAddWebinfClassesResources() public void org.apache.catalina.core.StandardContext.setAddWebinfClassesResources(boolean)
2019-12-07 13:56:27.658 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute antiResourceLocking public boolean org.apache.catalina.core.StandardContext.getAntiResourceLocking() public void org.apache.catalina.core.StandardContext.setAntiResourceLocking(boolean)
2019-12-07 13:56:27.658 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute startupTime public long org.apache.catalina.core.StandardContext.getStartupTime() public void org.apache.catalina.core.StandardContext.setStartupTime(long)
2019-12-07 13:56:27.658 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clearReferencesStopTimerThreads public boolean org.apache.catalina.core.StandardContext.getClearReferencesStopTimerThreads() public void org.apache.catalina.core.StandardContext.setClearReferencesStopTimerThreads(boolean)
2019-12-07 13:56:27.659 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute useNaming public boolean org.apache.catalina.core.StandardContext.isUseNaming() public void org.apache.catalina.core.StandardContext.setUseNaming(boolean)
2019-12-07 13:56:27.659 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute processingTime public long org.apache.catalina.core.StandardContext.getProcessingTime() null
2019-12-07 13:56:27.659 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sessionTimeout public int org.apache.catalina.core.StandardContext.getSessionTimeout() public void org.apache.catalina.core.StandardContext.setSessionTimeout(int)
2019-12-07 13:56:27.659 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute requestCount public int org.apache.catalina.core.StandardContext.getRequestCount() null
2019-12-07 13:56:27.659 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute publicId public java.lang.String org.apache.catalina.core.StandardContext.getPublicId() public void org.apache.catalina.core.StandardContext.setPublicId(java.lang.String)
2019-12-07 13:56:27.659 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute name public java.lang.String org.apache.catalina.core.ContainerBase.getName() public void org.apache.catalina.core.ContainerBase.setName(java.lang.String)
2019-12-07 13:56:27.659 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute loginConfig public org.apache.tomcat.util.descriptor.web.LoginConfig org.apache.catalina.core.StandardContext.getLoginConfig() public void org.apache.catalina.core.StandardContext.setLoginConfig(org.apache.tomcat.util.descriptor.web.LoginConfig)
2019-12-07 13:56:27.659 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute workDir public java.lang.String org.apache.catalina.core.StandardContext.getWorkDir() public void org.apache.catalina.core.StandardContext.setWorkDir(java.lang.String)
2019-12-07 13:56:27.659 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute j2EEServer public java.lang.String org.apache.catalina.core.StandardContext.getJ2EEServer() public void org.apache.catalina.core.StandardContext.setJ2EEServer(java.lang.String)
2019-12-07 13:56:27.660 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute validateClientProvidedNewSessionId public boolean org.apache.catalina.core.StandardContext.getValidateClientProvidedNewSessionId() public void org.apache.catalina.core.StandardContext.setValidateClientProvidedNewSessionId(boolean)
2019-12-07 13:56:27.660 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sessionCookieDomain public java.lang.String org.apache.catalina.core.StandardContext.getSessionCookieDomain() public void org.apache.catalina.core.StandardContext.setSessionCookieDomain(java.lang.String)
2019-12-07 13:56:27.660 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute javaVMs public java.lang.String[] org.apache.catalina.core.StandardContext.getJavaVMs() public java.lang.String[] org.apache.catalina.core.StandardContext.setJavaVMs(java.lang.String[])
2019-12-07 13:56:27.660 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute useHttpOnly public boolean org.apache.catalina.core.StandardContext.getUseHttpOnly() public void org.apache.catalina.core.StandardContext.setUseHttpOnly(boolean)
2019-12-07 13:56:27.660 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute defaultWebXml public java.lang.String org.apache.catalina.core.StandardContext.getDefaultWebXml() public void org.apache.catalina.core.StandardContext.setDefaultWebXml(java.lang.String)
2019-12-07 13:56:27.660 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute paused public boolean org.apache.catalina.core.StandardContext.getPaused() null
2019-12-07 13:56:27.660 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute startStopThreads public int org.apache.catalina.core.ContainerBase.getStartStopThreads() public void org.apache.catalina.core.ContainerBase.setStartStopThreads(int)
2019-12-07 13:56:27.660 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxTime public long org.apache.catalina.core.StandardContext.getMaxTime() null
2019-12-07 13:56:27.661 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute defaultContextXml public java.lang.String org.apache.catalina.core.StandardContext.getDefaultContextXml() public void org.apache.catalina.core.StandardContext.setDefaultContextXml(java.lang.String)
2019-12-07 13:56:27.661 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute j2EEApplication public java.lang.String org.apache.catalina.core.StandardContext.getJ2EEApplication() public void org.apache.catalina.core.StandardContext.setJ2EEApplication(java.lang.String)
2019-12-07 13:56:27.661 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute delegate public boolean org.apache.catalina.core.StandardContext.getDelegate() public void org.apache.catalina.core.StandardContext.setDelegate(boolean)
2019-12-07 13:56:27.661 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute unpackWAR public boolean org.apache.catalina.core.StandardContext.getUnpackWAR() public void org.apache.catalina.core.StandardContext.setUnpackWAR(boolean)
2019-12-07 13:56:27.661 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute resourceOnlyServlets public java.lang.String org.apache.catalina.core.StandardContext.getResourceOnlyServlets() public void org.apache.catalina.core.StandardContext.setResourceOnlyServlets(java.lang.String)
2019-12-07 13:56:27.661 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute replaceWelcomeFiles null public void org.apache.catalina.core.StandardContext.setReplaceWelcomeFiles(boolean)
2019-12-07 13:56:27.661 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute catalinaBase public java.io.File org.apache.catalina.core.ContainerBase.getCatalinaBase() null
2019-12-07 13:56:27.661 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute renewThreadsWhenStoppingContext public boolean org.apache.catalina.core.StandardContext.getRenewThreadsWhenStoppingContext() public void org.apache.catalina.core.StandardContext.setRenewThreadsWhenStoppingContext(boolean)
2019-12-07 13:56:27.662 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sessionCookiePathUsesTrailingSlash public boolean org.apache.catalina.core.StandardContext.getSessionCookiePathUsesTrailingSlash() public void org.apache.catalina.core.StandardContext.setSessionCookiePathUsesTrailingSlash(boolean)
2019-12-07 13:56:27.662 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute altDDName public java.lang.String org.apache.catalina.core.StandardContext.getAltDDName() public void org.apache.catalina.core.StandardContext.setAltDDName(java.lang.String)
2019-12-07 13:56:27.662 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute useRelativeRedirects public boolean org.apache.catalina.core.StandardContext.getUseRelativeRedirects() public void org.apache.catalina.core.StandardContext.setUseRelativeRedirects(boolean)
2019-12-07 13:56:27.662 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute swallowAbortedUploads public boolean org.apache.catalina.core.StandardContext.getSwallowAbortedUploads() public void org.apache.catalina.core.StandardContext.setSwallowAbortedUploads(boolean)
2019-12-07 13:56:27.662 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute throwOnFailure public boolean org.apache.catalina.util.LifecycleBase.getThrowOnFailure() public void org.apache.catalina.util.LifecycleBase.setThrowOnFailure(boolean)
2019-12-07 13:56:27.662 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute requestCharacterEncoding public java.lang.String org.apache.catalina.core.StandardContext.getRequestCharacterEncoding() public void org.apache.catalina.core.StandardContext.setRequestCharacterEncoding(java.lang.String)
2019-12-07 13:56:27.662 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute applicationLifecycleListeners public java.lang.Object[] org.apache.catalina.core.StandardContext.getApplicationLifecycleListeners() public void org.apache.catalina.core.StandardContext.setApplicationLifecycleListeners(java.lang.Object[])
2019-12-07 13:56:27.662 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute dispatchersUseEncodedPaths public boolean org.apache.catalina.core.StandardContext.getDispatchersUseEncodedPaths() public void org.apache.catalina.core.StandardContext.setDispatchersUseEncodedPaths(boolean)
2019-12-07 13:56:27.663 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute domain public final java.lang.String org.apache.catalina.util.LifecycleMBeanBase.getDomain() public final void org.apache.catalina.util.LifecycleMBeanBase.setDomain(java.lang.String)
2019-12-07 13:56:27.663 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute namingContextListener public org.apache.catalina.core.NamingContextListener org.apache.catalina.core.StandardContext.getNamingContextListener() public void org.apache.catalina.core.StandardContext.setNamingContextListener(org.apache.catalina.core.NamingContextListener)
2019-12-07 13:56:27.663 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute minTime public long org.apache.catalina.core.StandardContext.getMinTime() null
2019-12-07 13:56:27.663 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute ignoreAnnotations public boolean org.apache.catalina.core.StandardContext.getIgnoreAnnotations() public void org.apache.catalina.core.StandardContext.setIgnoreAnnotations(boolean)
2019-12-07 13:56:27.664 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute swallowOutput public boolean org.apache.catalina.core.StandardContext.getSwallowOutput() public void org.apache.catalina.core.StandardContext.setSwallowOutput(boolean)
2019-12-07 13:56:27.664 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute charsetMapper public org.apache.catalina.util.CharsetMapper org.apache.catalina.core.StandardContext.getCharsetMapper() public void org.apache.catalina.core.StandardContext.setCharsetMapper(org.apache.catalina.util.CharsetMapper)
2019-12-07 13:56:27.664 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute reloadable public boolean org.apache.catalina.core.StandardContext.getReloadable() public void org.apache.catalina.core.StandardContext.setReloadable(boolean)
2019-12-07 13:56:27.664 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute override public boolean org.apache.catalina.core.StandardContext.getOverride() public void org.apache.catalina.core.StandardContext.setOverride(boolean)
2019-12-07 13:56:27.664 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute distributable public boolean org.apache.catalina.core.StandardContext.getDistributable() public void org.apache.catalina.core.StandardContext.setDistributable(boolean)
2019-12-07 13:56:27.664 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clearReferencesHttpClientKeepAliveThread public boolean org.apache.catalina.core.StandardContext.getClearReferencesHttpClientKeepAliveThread() public void org.apache.catalina.core.StandardContext.setClearReferencesHttpClientKeepAliveThread(boolean)
2019-12-07 13:56:27.664 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute tldScanTime public long org.apache.catalina.core.StandardContext.getTldScanTime() public void org.apache.catalina.core.StandardContext.setTldScanTime(long)
2019-12-07 13:56:27.664 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute xmlNamespaceAware public boolean org.apache.catalina.core.StandardContext.getXmlNamespaceAware() public void org.apache.catalina.core.StandardContext.setXmlNamespaceAware(boolean)
2019-12-07 13:56:27.664 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute workPath public java.lang.String org.apache.catalina.core.StandardContext.getWorkPath() null
2019-12-07 13:56:27.664 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute applicationEventListeners public java.lang.Object[] org.apache.catalina.core.StandardContext.getApplicationEventListeners() public void org.apache.catalina.core.StandardContext.setApplicationEventListeners(java.lang.Object[])
2019-12-07 13:56:27.664 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute mapperContextRootRedirectEnabled public boolean org.apache.catalina.core.StandardContext.getMapperContextRootRedirectEnabled() public void org.apache.catalina.core.StandardContext.setMapperContextRootRedirectEnabled(boolean)
2019-12-07 13:56:27.665 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Setting name: org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedContext
2019-12-07 13:56:27.665 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[] Tomcat:j2eeType=WebModule,name=//localhost/,J2EEApplication=none,J2EEServer=none
2019-12-07 13:56:27.666 DEBUG 15190 --- [    Test worker] o.apache.catalina.core.StandardContext   : Starting ROOT
2019-12-07 13:56:27.672 DEBUG 15190 --- [    Test worker] o.apache.catalina.core.StandardContext   : Configuring default Resources
2019-12-07 13:56:27.677 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:type=WebResourceRoot,host=localhost,context=/
2019-12-07 13:56:27.677 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Looking for descriptor 
2019-12-07 13:56:27.677 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Found jar:file:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.22/79f39903498b28adacb18fe2ea046edd306295a6/tomcat-embed-core-9.0.22.jar!/org/apache/catalina/webresources/mbeans-descriptors.xml
2019-12-07 13:56:27.677 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@4df95104)
2019-12-07 13:56:27.677 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startDocument()
2019-12-07 13:56:27.678 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbeans-descriptors)
2019-12-07 13:56:27.678 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors'
2019-12-07 13:56:27.678 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:27.678 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:27.678 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:27.678 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:27.678 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:27.678 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.678 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:27.678 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardRoot'
2019-12-07 13:56:27.679 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardRoot)
2019-12-07 13:56:27.679 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Provides the resources implementation for a web application'
2019-12-07 13:56:27.679 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Provides the resources implementation for a web application)
2019-12-07 13:56:27.679 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:27.679 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:27.679 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'WebResourceRoot'
2019-12-07 13:56:27.679 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=WebResourceRoot)
2019-12-07 13:56:27.680 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.webresources.StandardRoot'
2019-12-07 13:56:27.680 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.webresources.StandardRoot)
2019-12-07 13:56:27.680 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:27.680 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.680 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.680 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.680 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.680 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.680 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.680 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allowLinking'
2019-12-07 13:56:27.680 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allowLinking)
2019-12-07 13:56:27.681 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this resources implementation allow the use of symbolic links?'
2019-12-07 13:56:27.681 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this resources implementation allow the use of symbolic links?)
2019-12-07 13:56:27.681 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.681 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.681 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true'
2019-12-07 13:56:27.681 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true)
2019-12-07 13:56:27.681 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.681 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.681 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.681 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.681 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.681 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.682 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.682 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.682 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@f3a1ee3)
2019-12-07 13:56:27.682 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.682 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.682 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.682 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.682 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.682 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.682 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.683 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.683 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.683 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.683 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cachingAllowed'
2019-12-07 13:56:27.683 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cachingAllowed)
2019-12-07 13:56:27.683 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Is in memory caching of resource content and metadata enabled?'
2019-12-07 13:56:27.683 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Is in memory caching of resource content and metadata enabled?)
2019-12-07 13:56:27.683 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.683 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.683 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-12-07 13:56:27.683 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-12-07 13:56:27.684 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true'
2019-12-07 13:56:27.684 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true)
2019-12-07 13:56:27.684 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.684 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.684 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.684 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.684 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.684 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.684 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.684 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.684 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@261b65e4)
2019-12-07 13:56:27.685 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.685 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.685 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.685 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.685 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.685 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.685 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.685 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.685 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.686 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.686 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-12-07 13:56:27.686 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-12-07 13:56:27.686 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The current Lifecycle state of this object'
2019-12-07 13:56:27.686 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The current Lifecycle state of this object)
2019-12-07 13:56:27.686 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-12-07 13:56:27.686 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-12-07 13:56:27.686 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.687 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.687 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.687 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.687 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.687 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.687 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.687 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.687 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.687 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.687 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@33c853e3)
2019-12-07 13:56:27.688 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.688 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.688 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.688 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.688 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.688 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.688 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.688 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.689 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.689 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.689 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'trackLockedFiles'
2019-12-07 13:56:27.689 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=trackLockedFiles)
2019-12-07 13:56:27.689 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this resources implementation track requests that lock files?'
2019-12-07 13:56:27.689 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this resources implementation track requests that lock files?)
2019-12-07 13:56:27.689 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-12-07 13:56:27.689 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-12-07 13:56:27.690 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true'
2019-12-07 13:56:27.690 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true)
2019-12-07 13:56:27.690 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.690 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.690 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.690 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.690 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.691 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.691 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.691 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.691 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@34be45ef)
2019-12-07 13:56:27.691 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.691 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.691 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.691 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.691 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.691 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.691 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.692 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.692 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.692 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.692 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'trackedResources'
2019-12-07 13:56:27.692 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=trackedResources)
2019-12-07 13:56:27.692 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'List of resources currently being tracked for possible resource leaks'
2019-12-07 13:56:27.692 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=List of resources currently being tracked for possible resource leaks)
2019-12-07 13:56:27.692 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.util.List'
2019-12-07 13:56:27.692 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.util.List)
2019-12-07 13:56:27.693 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.693 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.693 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.693 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.693 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.693 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.693 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.693 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.694 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.694 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.694 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6b2c989d)
2019-12-07 13:56:27.694 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.694 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.694 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.694 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.694 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:27.695 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:27.695 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:27.695 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

  '
2019-12-07 13:56:27.695 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:27.695 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.695 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:27.695 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:27.696 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardRoot, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Provides the resources implementation for a web application, group=WebResourceRoot, type=org.apache.catalina.webresources.StandardRoot])
2019-12-07 13:56:27.696 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:27.696 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.696 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:27.696 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:27.696 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:27.697 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,mbean)
2019-12-07 13:56:27.697 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean'
2019-12-07 13:56:27.697 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:27.697 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.697 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-12-07 13:56:27.697 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'Cache'
2019-12-07 13:56:27.698 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=Cache)
2019-12-07 13:56:27.698 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Provides caching of resource metadata and content'
2019-12-07 13:56:27.698 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Provides caching of resource metadata and content)
2019-12-07 13:56:27.698 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-12-07 13:56:27.698 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-12-07 13:56:27.699 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'WebResourceRoot'
2019-12-07 13:56:27.699 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=WebResourceRoot)
2019-12-07 13:56:27.699 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.webresources.Cache'
2019-12-07 13:56:27.699 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.webresources.Cache)
2019-12-07 13:56:27.699 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:27.699 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.699 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.699 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.700 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.700 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.700 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.700 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'hitCount'
2019-12-07 13:56:27.700 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=hitCount)
2019-12-07 13:56:27.700 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of requests for resources that were served from the cache'
2019-12-07 13:56:27.700 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of requests for resources that were served from the cache)
2019-12-07 13:56:27.700 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:27.700 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:27.701 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.701 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.701 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.701 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.701 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.702 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.702 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.702 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.702 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.702 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.702 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1665f459)
2019-12-07 13:56:27.703 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.703 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.703 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.703 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.703 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.703 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.703 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.704 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.704 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.704 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.704 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'lookupCount'
2019-12-07 13:56:27.704 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=lookupCount)
2019-12-07 13:56:27.704 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of requests for resources'
2019-12-07 13:56:27.705 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of requests for resources)
2019-12-07 13:56:27.705 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:27.705 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:27.705 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.705 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.706 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.706 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.706 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.706 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.706 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.706 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.706 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.707 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.707 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@67c3fa3d)
2019-12-07 13:56:27.707 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.707 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.707 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.708 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.708 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.708 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.708 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.708 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.708 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.708 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.709 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxSize'
2019-12-07 13:56:27.709 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxSize)
2019-12-07 13:56:27.709 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum permitted size of the cache in kB'
2019-12-07 13:56:27.709 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum permitted size of the cache in kB)
2019-12-07 13:56:27.709 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:27.709 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:27.709 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true'
2019-12-07 13:56:27.709 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true)
2019-12-07 13:56:27.709 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.710 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.710 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.710 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.710 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.710 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.710 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.710 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.710 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@21145a17)
2019-12-07 13:56:27.711 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.711 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.711 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.711 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.711 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.712 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.712 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.712 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.712 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.713 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.713 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'objectMaxSize'
2019-12-07 13:56:27.713 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=objectMaxSize)
2019-12-07 13:56:27.713 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum permitted size for a single object in the cache in kB'
2019-12-07 13:56:27.713 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum permitted size for a single object in the cache in kB)
2019-12-07 13:56:27.713 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-12-07 13:56:27.714 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-12-07 13:56:27.714 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true'
2019-12-07 13:56:27.714 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true)
2019-12-07 13:56:27.714 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.714 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.714 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.714 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.714 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.714 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.715 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.715 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.715 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2e73c6d8)
2019-12-07 13:56:27.715 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.715 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.715 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.715 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.716 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.716 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.716 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.716 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.716 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.716 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.716 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'size'
2019-12-07 13:56:27.716 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=size)
2019-12-07 13:56:27.716 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The current estimate of the cache size in kB'
2019-12-07 13:56:27.717 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The current estimate of the cache size in kB)
2019-12-07 13:56:27.717 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:27.717 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:27.717 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-12-07 13:56:27.717 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-12-07 13:56:27.717 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.717 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.718 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.718 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.718 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.718 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.718 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.718 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.718 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@170d2873)
2019-12-07 13:56:27.718 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.719 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.719 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.719 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.719 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.719 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,attribute)
2019-12-07 13:56:27.719 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.719 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.720 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.720 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-12-07 13:56:27.720 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'ttl'
2019-12-07 13:56:27.720 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=ttl)
2019-12-07 13:56:27.720 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The time-to-live for cache entries in milliseconds'
2019-12-07 13:56:27.721 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The time-to-live for cache entries in milliseconds)
2019-12-07 13:56:27.721 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-12-07 13:56:27.721 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-12-07 13:56:27.721 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true'
2019-12-07 13:56:27.721 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true)
2019-12-07 13:56:27.721 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.722 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,attribute)
2019-12-07 13:56:27.722 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/attribute'
2019-12-07 13:56:27.722 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText=''
2019-12-07 13:56:27.722 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.722 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.722 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.722 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-12-07 13:56:27.723 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6f672abd)
2019-12-07 13:56:27.723 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.723 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.723 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-12-07 13:56:27.723 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-12-07 13:56:27.723 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

    )
2019-12-07 13:56:27.723 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : startElement(,,operation)
2019-12-07 13:56:27.724 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   New match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.724 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.724 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetPropertiesRule[]
2019-12-07 13:56:27.724 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-12-07 13:56:27.724 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'clear'
2019-12-07 13:56:27.724 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=clear)
2019-12-07 13:56:27.725 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Clears all cached content from the cache.'
2019-12-07 13:56:27.725 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Clears all cached content from the cache.)
2019-12-07 13:56:27.725 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-12-07 13:56:27.725 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-12-07 13:56:27.725 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-12-07 13:56:27.725 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-12-07 13:56:27.725 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.726 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(
    )
2019-12-07 13:56:27.726 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,operation)
2019-12-07 13:56:27.726 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean/operation'
2019-12-07 13:56:27.726 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='
    '
2019-12-07 13:56:27.726 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.726 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.726 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.726 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-12-07 13:56:27.727 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6c2001a4)
2019-12-07 13:56:27.727 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.727 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.727 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-12-07 13:56:27.727 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-12-07 13:56:27.727 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

  )
2019-12-07 13:56:27.727 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbean)
2019-12-07 13:56:27.728 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors/mbean'
2019-12-07 13:56:27.728 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='

    

    

    

    

    

    

    

  '
2019-12-07 13:56:27.728 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:27.728 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetPropertiesRule[]
2019-12-07 13:56:27.728 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:27.728 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-12-07 13:56:27.728 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=Cache, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Provides caching of resource metadata and content, group=WebResourceRoot, type=org.apache.catalina.webresources.Cache])
2019-12-07 13:56:27.728 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-12-07 13:56:27.729 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for SetPropertiesRule[]
2019-12-07 13:56:27.729 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-12-07 13:56:27.729 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-12-07 13:56:27.729 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : characters(

)
2019-12-07 13:56:27.729 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endElement(,,mbeans-descriptors)
2019-12-07 13:56:27.729 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   match='mbeans-descriptors'
2019-12-07 13:56:27.729 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   :   bodyText='

  

  

'
2019-12-07 13:56:27.730 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.digester.Digester   : No rules found matching [mbeans-descriptors]
2019-12-07 13:56:27.730 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.digester.Digester.sax    : endDocument()
2019-12-07 13:56:27.730 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister org.apache.catalina.webresources.StandardRoot@5c555ffe Tomcat:type=WebResourceRoot,host=localhost,context=/
2019-12-07 13:56:27.730 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:type=WebResourceRoot,host=localhost,context=/,name=Cache
2019-12-07 13:56:27.731 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister org.apache.catalina.webresources.Cache@2265bab7 Tomcat:type=WebResourceRoot,host=localhost,context=/,name=Cache
2019-12-07 13:56:27.785 DEBUG 15190 --- [    Test worker] o.apache.catalina.core.StandardContext   : Processing standard container startup
2019-12-07 13:56:27.785 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:type=Loader,host=localhost,context=/
2019-12-07 13:56:27.785 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister WebappLoader[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]] Tomcat:type=Loader,host=localhost,context=/
2019-12-07 13:56:27.785 DEBUG 15190 --- [    Test worker] org.apache.catalina.loader.WebappLoader  : Starting this Loader
2019-12-07 13:56:27.791 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:type=TomcatEmbeddedWebappClassLoader,host=localhost,context=/
2019-12-07 13:56:27.791 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Looking for descriptor 
2019-12-07 13:56:27.792 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Introspecting 
2019-12-07 13:56:27.792 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.WebResourceRoot org.apache.catalina.loader.WebappClassLoaderBase.getResources()
2019-12-07 13:56:27.792 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.LifecycleState org.apache.catalina.loader.WebappClassLoaderBase.getState()
2019-12-07 13:56:27.792 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.loader.WebappClassLoaderBase.setResources(org.apache.catalina.WebResourceRoot) interface org.apache.catalina.WebResourceRoot
2019-12-07 13:56:27.792 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public java.net.URL[] org.apache.catalina.loader.WebappClassLoaderBase.getURLs()
2019-12-07 13:56:27.793 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public final java.lang.ClassLoader java.lang.ClassLoader.getParent()
2019-12-07 13:56:27.793 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public final java.lang.Module java.lang.ClassLoader.getUnnamedModule()
2019-12-07 13:56:27.793 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public final java.lang.Package[] java.lang.ClassLoader.getDefinedPackages()
2019-12-07 13:56:27.793 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute name public java.lang.String java.lang.ClassLoader.getName() null
2019-12-07 13:56:27.793 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute hostName public java.lang.String org.apache.catalina.loader.WebappClassLoaderBase.getHostName() null
2019-12-07 13:56:27.793 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clearReferencesThreadLocals public boolean org.apache.catalina.loader.WebappClassLoaderBase.getClearReferencesThreadLocals() public void org.apache.catalina.loader.WebappClassLoaderBase.setClearReferencesThreadLocals(boolean)
2019-12-07 13:56:27.793 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute contextName public java.lang.String org.apache.catalina.loader.WebappClassLoaderBase.getContextName() null
2019-12-07 13:56:27.793 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clearReferencesStopThreads public boolean org.apache.catalina.loader.WebappClassLoaderBase.getClearReferencesStopThreads() public void org.apache.catalina.loader.WebappClassLoaderBase.setClearReferencesStopThreads(boolean)
2019-12-07 13:56:27.794 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clearReferencesStopTimerThreads public boolean org.apache.catalina.loader.WebappClassLoaderBase.getClearReferencesStopTimerThreads() public void org.apache.catalina.loader.WebappClassLoaderBase.setClearReferencesStopTimerThreads(boolean)
2019-12-07 13:56:27.794 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clearReferencesObjectStreamClassCaches public boolean org.apache.catalina.loader.WebappClassLoaderBase.getClearReferencesObjectStreamClassCaches() public void org.apache.catalina.loader.WebappClassLoaderBase.setClearReferencesObjectStreamClassCaches(boolean)
2019-12-07 13:56:27.794 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clearReferencesRmiTargets public boolean org.apache.catalina.loader.WebappClassLoaderBase.getClearReferencesRmiTargets() public void org.apache.catalina.loader.WebappClassLoaderBase.setClearReferencesRmiTargets(boolean)
2019-12-07 13:56:27.794 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute serviceName public java.lang.String org.apache.catalina.loader.WebappClassLoaderBase.getServiceName() null
2019-12-07 13:56:27.794 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute defaultAssertionStatus null public void java.lang.ClassLoader.setDefaultAssertionStatus(boolean)
2019-12-07 13:56:27.794 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute delegate public boolean org.apache.catalina.loader.WebappClassLoaderBase.getDelegate() public void org.apache.catalina.loader.WebappClassLoaderBase.setDelegate(boolean)
2019-12-07 13:56:27.794 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute skipMemoryLeakChecksOnJvmShutdown public boolean org.apache.catalina.loader.WebappClassLoaderBase.getSkipMemoryLeakChecksOnJvmShutdown() public void org.apache.catalina.loader.WebappClassLoaderBase.setSkipMemoryLeakChecksOnJvmShutdown(boolean)
2019-12-07 13:56:27.794 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute webappName public java.lang.String org.apache.catalina.loader.WebappClassLoaderBase.getWebappName() null
2019-12-07 13:56:27.794 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clearReferencesLogFactoryRelease public boolean org.apache.catalina.loader.WebappClassLoaderBase.getClearReferencesLogFactoryRelease() public void org.apache.catalina.loader.WebappClassLoaderBase.setClearReferencesLogFactoryRelease(boolean)
2019-12-07 13:56:27.794 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute stateName public java.lang.String org.apache.catalina.loader.WebappClassLoaderBase.getStateName() null
2019-12-07 13:56:27.795 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clearReferencesHttpClientKeepAliveThread public boolean org.apache.catalina.loader.WebappClassLoaderBase.getClearReferencesHttpClientKeepAliveThread() public void org.apache.catalina.loader.WebappClassLoaderBase.setClearReferencesHttpClientKeepAliveThread(boolean)
2019-12-07 13:56:27.795 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute registeredAsParallelCapable public final boolean java.lang.ClassLoader.isRegisteredAsParallelCapable() null
2019-12-07 13:56:27.795 DEBUG 15190 --- [    Test worker] m.m.MbeansDescriptorsIntrospectionSource : Setting name: org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
2019-12-07 13:56:27.795 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister TomcatEmbeddedWebappClassLoader
  context: ROOT
  delegate: true
----------> Parent Classloader:
jdk.internal.loader.ClassLoaders$AppClassLoader@4b85612c
 Tomcat:type=TomcatEmbeddedWebappClassLoader,host=localhost,context=/
2019-12-07 13:56:27.795 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader clearReferencesRmiTargets=false)
2019-12-07 13:56:27.796 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader clearReferencesStopThreads=false)
2019-12-07 13:56:27.796 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader clearReferencesStopTimerThreads=false)
2019-12-07 13:56:27.796 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader clearReferencesHttpClientKeepAliveThread=true)
2019-12-07 13:56:27.796 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader clearReferencesObjectStreamClassCaches=false)
2019-12-07 13:56:27.796 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader clearReferencesObjectStreamClassCaches=false)
2019-12-07 13:56:27.796 DEBUG 15190 --- [    Test worker] o.apache.tomcat.util.IntrospectionUtils  : IntrospectionUtils: setProperty(class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader clearReferencesThreadLocals=false)
2019-12-07 13:56:27.831 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:j2eeType=Servlet,WebModule=//localhost/,name=default,J2EEApplication=none,J2EEServer=none
2019-12-07 13:56:27.831 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[default] Tomcat:j2eeType=Servlet,WebModule=//localhost/,name=default,J2EEApplication=none,J2EEServer=none
2019-12-07 13:56:27.831 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:type=Valve,host=localhost,context=/,name=NonLoginAuthenticator
2019-12-07 13:56:27.832 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister NonLoginAuthenticator[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]] Tomcat:type=Valve,host=localhost,context=/,name=NonLoginAuthenticator
2019-12-07 13:56:27.833 DEBUG 15190 --- [    Test worker] o.a.c.authenticator.AuthenticatorBase    : No SingleSignOn Valve is present
2019-12-07 13:56:27.833 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:type=Valve,host=localhost,context=/,name=StandardContextValve
2019-12-07 13:56:27.834 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister StandardContextValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]] Tomcat:type=Valve,host=localhost,context=/,name=StandardContextValve
2019-12-07 13:56:27.834 DEBUG 15190 --- [    Test worker] o.apache.catalina.core.StandardContext   : No manager found. Checking if cluster manager should be used. Cluster configured: [false], Application distributable: [false]
2019-12-07 13:56:27.840 DEBUG 15190 --- [    Test worker] o.apache.catalina.core.StandardContext   : Configured a manager of class [org.apache.catalina.session.StandardManager]
2019-12-07 13:56:27.841 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:type=NamingResources,host=localhost,context=/
2019-12-07 13:56:27.842 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister org.apache.catalina.deploy.NamingResourcesImpl@132df970 Tomcat:type=NamingResources,host=localhost,context=/
2019-12-07 13:56:27.847  INFO 15190 --- [    Test worker] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2019-12-07 13:56:27.847 DEBUG 15190 --- [    Test worker] o.s.web.context.ContextLoader            : Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
2019-12-07 13:56:27.847  INFO 15190 --- [    Test worker] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 3952 ms
2019-12-07 13:56:27.851 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'h2Console'
2019-12-07 13:56:27.851 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration'
2019-12-07 13:56:27.852 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration$$EnhancerBySpringCGLIB$$d248339c] - unable to determine constructor/method parameter names
2019-12-07 13:56:27.853 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'spring.h2.console-org.springframework.boot.autoconfigure.h2.H2ConsoleProperties'
2019-12-07 13:56:27.854 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:27.855 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.856 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.h2.H2ConsolePropertiesCustomizer)
2019-12-07 13:56:27.856 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.860 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration' via constructor to bean named 'spring.h2.console-org.springframework.boot.autoconfigure.h2.H2ConsoleProperties'
2019-12-07 13:56:27.860 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:27.860 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.861 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfigurationCustomizer)
2019-12-07 13:56:27.862 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.863 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration$$EnhancerBySpringCGLIB$$d248339cCustomizer)
2019-12-07 13:56:27.864 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.865 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.context.annotation.ConfigurationClassEnhancer$EnhancedConfigurationCustomizer)
2019-12-07 13:56:27.865 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.866 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.BeanFactoryAwareCustomizer)
2019-12-07 13:56:27.866 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.867 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:27.868 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.872 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:27.873 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.874 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.web.servlet.RegistrationBeanCustomizer)
2019-12-07 13:56:27.875 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.875 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.web.servlet.DynamicRegistrationBeanCustomizer)
2019-12-07 13:56:27.876 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.877 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.web.servlet.ServletRegistrationBeanCustomizer)
2019-12-07 13:56:27.877 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.878 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.web.servlet.ServletContextInitializerCustomizer)
2019-12-07 13:56:27.879 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.880 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.core.OrderedCustomizer)
2019-12-07 13:56:27.880 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.881 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'securityFilterChainRegistration'
2019-12-07 13:56:27.881 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration'
2019-12-07 13:56:27.882 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:27.882 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.883 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfigurationCustomizer)
2019-12-07 13:56:27.883 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.884 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration$$EnhancerBySpringCGLIB$$e86e9eeeCustomizer)
2019-12-07 13:56:27.885 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.885 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.context.annotation.ConfigurationClassEnhancer$EnhancedConfigurationCustomizer)
2019-12-07 13:56:27.885 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.886 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.BeanFactoryAwareCustomizer)
2019-12-07 13:56:27.886 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.887 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:27.887 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.889 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'spring.security-org.springframework.boot.autoconfigure.security.SecurityProperties'
2019-12-07 13:56:27.890 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:27.890 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.891 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.security.SecurityPropertiesCustomizer)
2019-12-07 13:56:27.892 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.894 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'securityFilterChainRegistration' via factory method to bean named 'spring.security-org.springframework.boot.autoconfigure.security.SecurityProperties'
2019-12-07 13:56:27.900 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:27.900 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.901 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.web.servlet.RegistrationBeanCustomizer)
2019-12-07 13:56:27.901 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.902 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.web.servlet.DynamicRegistrationBeanCustomizer)
2019-12-07 13:56:27.902 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.902 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.web.servlet.AbstractFilterRegistrationBeanCustomizer)
2019-12-07 13:56:27.903 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.905 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBeanCustomizer)
2019-12-07 13:56:27.906 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.907 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.context.ApplicationContextAwareCustomizer)
2019-12-07 13:56:27.908 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.908 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:27.908 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.909 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.web.servlet.ServletContextInitializerCustomizer)
2019-12-07 13:56:27.909 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.909 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.core.OrderedCustomizer)
2019-12-07 13:56:27.909 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.911 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'sessionRepositoryFilterRegistration'
2019-12-07 13:56:27.911 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.session.SessionRepositoryFilterConfiguration'
2019-12-07 13:56:27.911 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:27.912 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.912 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.session.SessionRepositoryFilterConfigurationCustomizer)
2019-12-07 13:56:27.913 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.914 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.session.SessionRepositoryFilterConfiguration$$EnhancerBySpringCGLIB$$e56ac1ccCustomizer)
2019-12-07 13:56:27.915 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.916 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.context.annotation.ConfigurationClassEnhancer$EnhancedConfigurationCustomizer)
2019-12-07 13:56:27.916 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.917 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.BeanFactoryAwareCustomizer)
2019-12-07 13:56:27.917 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.917 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:27.918 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.919 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'spring.session-org.springframework.boot.autoconfigure.session.SessionProperties'
2019-12-07 13:56:27.924 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:27.924 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.925 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.session.SessionPropertiesCustomizer)
2019-12-07 13:56:27.926 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.933 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'springSessionRepositoryFilter'
2019-12-07 13:56:27.933 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.session.JdbcSessionConfiguration$SpringBootJdbcHttpSessionConfiguration'
2019-12-07 13:56:27.935 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:27.935 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.936 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.session.config.annotation.web.http.SpringHttpSessionConfigurationCustomizer)
2019-12-07 13:56:27.937 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.938 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.session.jdbc.config.annotation.web.http.JdbcHttpSessionConfigurationCustomizer)
2019-12-07 13:56:27.939 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.942 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.session.JdbcSessionConfiguration$SpringBootJdbcHttpSessionConfigurationCustomizer)
2019-12-07 13:56:27.942 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.943 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.session.JdbcSessionConfiguration$SpringBootJdbcHttpSessionConfiguration$$EnhancerBySpringCGLIB$$e3dccd71Customizer)
2019-12-07 13:56:27.944 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.945 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.context.annotation.ConfigurationClassEnhancer$EnhancedConfigurationCustomizer)
2019-12-07 13:56:27.946 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.947 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.BeanFactoryAwareCustomizer)
2019-12-07 13:56:27.947 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.948 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:27.948 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.949 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.BeanClassLoaderAwareCustomizer)
2019-12-07 13:56:27.949 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.950 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:27.950 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.951 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.context.EmbeddedValueResolverAwareCustomizer)
2019-12-07 13:56:27.951 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.952 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:27.952 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.953 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.context.annotation.ImportAwareCustomizer)
2019-12-07 13:56:27.954 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.955 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:27.955 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.956 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.scheduling.annotation.SchedulingConfigurerCustomizer)
2019-12-07 13:56:27.957 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.958 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.context.ApplicationContextAwareCustomizer)
2019-12-07 13:56:27.958 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.959 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:27.959 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.964 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'cookieSerializer'
2019-12-07 13:56:27.964 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.session.SessionAutoConfiguration$ServletSessionConfiguration'
2019-12-07 13:56:27.965 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:27.965 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.966 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.session.SessionAutoConfiguration$ServletSessionConfigurationCustomizer)
2019-12-07 13:56:27.966 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.967 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.session.SessionAutoConfiguration$ServletSessionConfiguration$$EnhancerBySpringCGLIB$$d57bd3c0Customizer)
2019-12-07 13:56:27.968 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.969 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.context.annotation.ConfigurationClassEnhancer$EnhancedConfigurationCustomizer)
2019-12-07 13:56:27.969 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.970 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.BeanFactoryAwareCustomizer)
2019-12-07 13:56:27.970 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.971 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:27.971 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.974 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'cookieSerializer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2019-12-07 13:56:27.981 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:27.981 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.982 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.session.web.http.DefaultCookieSerializerCustomizer)
2019-12-07 13:56:27.983 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.984 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.session.web.http.CookieSerializerCustomizer)
2019-12-07 13:56:27.985 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.993 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'dataSource'
2019-12-07 13:56:27.993 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari'
2019-12-07 13:56:27.994 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:27.994 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.995 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$HikariCustomizer)
2019-12-07 13:56:27.996 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.997 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari$$EnhancerBySpringCGLIB$$432f1752Customizer)
2019-12-07 13:56:27.997 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.999 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.context.annotation.ConfigurationClassEnhancer$EnhancedConfigurationCustomizer)
2019-12-07 13:56:27.999 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:27.999 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.BeanFactoryAwareCustomizer)
2019-12-07 13:56:27.999 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.000 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:28.000 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.002 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties'
2019-12-07 13:56:28.003 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:28.004 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.005 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.jdbc.DataSourcePropertiesCustomizer)
2019-12-07 13:56:28.005 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.007 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.BeanClassLoaderAwareCustomizer)
2019-12-07 13:56:28.007 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.008 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:28.008 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.008 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.InitializingBeanCustomizer)
2019-12-07 13:56:28.009 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.012 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'dataSource' via factory method to bean named 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties'
2019-12-07 13:56:28.026 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : Driver class org.h2.Driver found in Thread context class loader TomcatEmbeddedWebappClassLoader
  context: ROOT
  delegate: true
----------> Parent Classloader:
jdk.internal.loader.ClassLoaders$AppClassLoader@4b85612c

2019-12-07 13:56:28.033 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:28.034 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.034 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(com.zaxxer.hikari.HikariConfigCustomizer)
2019-12-07 13:56:28.035 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.036 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(com.zaxxer.hikari.HikariDataSourceCustomizer)
2019-12-07 13:56:28.037 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.038 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(javax.sql.DataSourceCustomizer)
2019-12-07 13:56:28.039 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.040 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(javax.sql.CommonDataSourceCustomizer)
2019-12-07 13:56:28.041 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.042 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.sql.WrapperCustomizer)
2019-12-07 13:56:28.042 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.043 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(com.zaxxer.hikari.HikariConfigMXBeanCustomizer)
2019-12-07 13:56:28.044 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.050 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceInitializerInvoker'
2019-12-07 13:56:28.052 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceInitializerInvoker' via constructor to bean named 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties'
2019-12-07 13:56:28.052 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceInitializerInvoker' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@60a36f4e'
2019-12-07 13:56:28.053 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:28.053 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.054 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.jdbc.DataSourceInitializerInvokerCustomizer)
2019-12-07 13:56:28.055 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.057 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.context.ApplicationListenerCustomizer)
2019-12-07 13:56:28.057 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.058 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.util.EventListenerCustomizer)
2019-12-07 13:56:28.059 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.059 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.InitializingBeanCustomizer)
2019-12-07 13:56:28.059 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.068 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'transactionManager'
2019-12-07 13:56:28.068 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration'
2019-12-07 13:56:28.069 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration$$EnhancerBySpringCGLIB$$21866fd4] - unable to determine constructor/method parameter names
2019-12-07 13:56:28.071 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties'
2019-12-07 13:56:28.072 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:28.072 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.073 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.orm.jpa.JpaPropertiesCustomizer)
2019-12-07 13:56:28.074 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.079 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'spring.jpa.hibernate-org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties'
2019-12-07 13:56:28.080 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:28.081 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.083 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'dataSource'
2019-12-07 13:56:28.083 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties'
2019-12-07 13:56:28.083 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@62afc6c5'
2019-12-07 13:56:28.083 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'spring.jpa.hibernate-org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties'
2019-12-07 13:56:28.085 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'platformTransactionManagerCustomizers'
2019-12-07 13:56:28.085 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration'
2019-12-07 13:56:28.086 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:28.086 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.087 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.transaction.TransactionAutoConfigurationCustomizer)
2019-12-07 13:56:28.088 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.089 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$$EnhancerBySpringCGLIB$$9723a86fCustomizer)
2019-12-07 13:56:28.090 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.091 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.context.annotation.ConfigurationClassEnhancer$EnhancedConfigurationCustomizer)
2019-12-07 13:56:28.091 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.092 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.BeanFactoryAwareCustomizer)
2019-12-07 13:56:28.092 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.092 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:28.093 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.098 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'spring.transaction-org.springframework.boot.autoconfigure.transaction.TransactionProperties'
2019-12-07 13:56:28.098 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:28.099 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.099 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.transaction.TransactionPropertiesCustomizer)
2019-12-07 13:56:28.100 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.101 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.transaction.PlatformTransactionManagerCustomizerCustomizer)
2019-12-07 13:56:28.101 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.104 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:28.104 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.105 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizersCustomizer)
2019-12-07 13:56:28.106 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.108 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'hikariPoolDataSourceMetadataProvider'
2019-12-07 13:56:28.108 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration$HikariPoolDataSourceMetadataProviderConfiguration'
2019-12-07 13:56:28.109 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:28.109 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.110 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration$HikariPoolDataSourceMetadataProviderConfigurationCustomizer)
2019-12-07 13:56:28.110 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.111 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration$HikariPoolDataSourceMetadataProviderConfiguration$$EnhancerBySpringCGLIB$$6306d549Customizer)
2019-12-07 13:56:28.112 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.113 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.context.annotation.ConfigurationClassEnhancer$EnhancedConfigurationCustomizer)
2019-12-07 13:56:28.114 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.114 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.BeanFactoryAwareCustomizer)
2019-12-07 13:56:28.115 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.115 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:28.115 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.120 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:28.120 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.121 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.jdbc.metadata.DataSourcePoolMetadataProviderCustomizer)
2019-12-07 13:56:28.122 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.131 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:28.131 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.132 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfigurationCustomizer)
2019-12-07 13:56:28.133 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.135 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfigurationCustomizer)
2019-12-07 13:56:28.136 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.137 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration$$EnhancerBySpringCGLIB$$21866fd4Customizer)
2019-12-07 13:56:28.138 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.139 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.context.annotation.ConfigurationClassEnhancer$EnhancedConfigurationCustomizer)
2019-12-07 13:56:28.140 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.140 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.BeanFactoryAwareCustomizer)
2019-12-07 13:56:28.141 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.141 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:28.142 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.142 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.BeanFactoryAwareCustomizer)
2019-12-07 13:56:28.143 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.143 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:28.144 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.153 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:28.153 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.154 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.transaction.support.AbstractPlatformTransactionManagerCustomizer)
2019-12-07 13:56:28.155 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.156 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.orm.jpa.JpaTransactionManagerCustomizer)
2019-12-07 13:56:28.157 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.159 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.transaction.support.ResourceTransactionManagerCustomizer)
2019-12-07 13:56:28.160 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.161 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.transaction.PlatformTransactionManagerCustomizer)
2019-12-07 13:56:28.161 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.162 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.BeanFactoryAwareCustomizer)
2019-12-07 13:56:28.162 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.163 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:28.163 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.164 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.InitializingBeanCustomizer)
2019-12-07 13:56:28.164 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.165 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.transaction.PlatformTransactionManagerCustomizer)
2019-12-07 13:56:28.166 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.174 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.context.config.internalBeanConfigurerAspect'
2019-12-07 13:56:28.180 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:28.180 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.181 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.aspectj.AbstractDependencyInjectionAspectCustomizer)
2019-12-07 13:56:28.182 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.182 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.aspectj.AbstractInterfaceDrivenDependencyInjectionAspectCustomizer)
2019-12-07 13:56:28.183 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.184 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.aspectj.AnnotationBeanConfigurerAspectCustomizer)
2019-12-07 13:56:28.184 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.185 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.BeanFactoryAwareCustomizer)
2019-12-07 13:56:28.185 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.185 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:28.186 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.186 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.InitializingBeanCustomizer)
2019-12-07 13:56:28.186 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.187 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.DisposableBeanCustomizer)
2019-12-07 13:56:28.187 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.189 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'entityManagerFactory'
2019-12-07 13:56:28.190 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'entityManagerFactoryBuilder'
2019-12-07 13:56:28.191 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'jpaVendorAdapter'
2019-12-07 13:56:28.216 DEBUG 15190 --- [    Test worker] o.s.jdbc.datasource.DataSourceUtils      : Fetching JDBC Connection from DataSource
2019-12-07 13:56:28.217 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : HikariPool-1 - configuration:
2019-12-07 13:56:28.219 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : allowPoolSuspension.............false
2019-12-07 13:56:28.219 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : autoCommit......................true
2019-12-07 13:56:28.219 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : catalog.........................none
2019-12-07 13:56:28.219 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : connectionInitSql...............none
2019-12-07 13:56:28.219 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : connectionTestQuery.............none
2019-12-07 13:56:28.219 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : connectionTimeout...............30000
2019-12-07 13:56:28.219 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : dataSource......................none
2019-12-07 13:56:28.219 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : dataSourceClassName.............none
2019-12-07 13:56:28.219 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : dataSourceJNDI..................none
2019-12-07 13:56:28.220 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : dataSourceProperties............{password=<masked>}
2019-12-07 13:56:28.220 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : driverClassName................."org.h2.Driver"
2019-12-07 13:56:28.220 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : healthCheckProperties...........{}
2019-12-07 13:56:28.220 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : healthCheckRegistry.............none
2019-12-07 13:56:28.220 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : idleTimeout.....................600000
2019-12-07 13:56:28.220 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : initializationFailTimeout.......1
2019-12-07 13:56:28.220 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : isolateInternalQueries..........false
2019-12-07 13:56:28.220 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : jdbcUrl.........................jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
2019-12-07 13:56:28.221 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : leakDetectionThreshold..........0
2019-12-07 13:56:28.221 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : maxLifetime.....................1800000
2019-12-07 13:56:28.221 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : maximumPoolSize.................10
2019-12-07 13:56:28.221 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : metricRegistry..................none
2019-12-07 13:56:28.221 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : metricsTrackerFactory...........none
2019-12-07 13:56:28.221 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : minimumIdle.....................10
2019-12-07 13:56:28.221 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : password........................<masked>
2019-12-07 13:56:28.221 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : poolName........................"HikariPool-1"
2019-12-07 13:56:28.221 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : readOnly........................false
2019-12-07 13:56:28.221 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : registerMbeans..................false
2019-12-07 13:56:28.221 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : scheduledExecutor...............none
2019-12-07 13:56:28.221 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : schema..........................none
2019-12-07 13:56:28.221 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : threadFactory...................internal
2019-12-07 13:56:28.221 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : transactionIsolation............default
2019-12-07 13:56:28.222 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : username........................"sa"
2019-12-07 13:56:28.222 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.HikariConfig           : validationTimeout...............5000
2019-12-07 13:56:28.222  INFO 15190 --- [    Test worker] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2019-12-07 13:56:28.293 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.locationtech.jts.geom.Geometry)
2019-12-07 13:56:28.295 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.414 DEBUG 15190 --- [    Test worker] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:testdb user=SA
2019-12-07 13:56:28.415  INFO 15190 --- [    Test worker] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2019-12-07 13:56:28.432 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:28.432 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.434 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapterCustomizer)
2019-12-07 13:56:28.434 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.436 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapterCustomizer)
2019-12-07 13:56:28.436 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.438 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.orm.jpa.JpaVendorAdapterCustomizer)
2019-12-07 13:56:28.439 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.441 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'entityManagerFactoryBuilder' via factory method to bean named 'jpaVendorAdapter'
2019-12-07 13:56:28.445 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:28.446 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.447 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.orm.jpa.EntityManagerFactoryBuilderCustomizer)
2019-12-07 13:56:28.448 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.449 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'entityManagerFactory' via factory method to bean named 'entityManagerFactoryBuilder'
2019-12-07 13:56:28.456 DEBUG 15190 --- [    Test worker] o.s.jdbc.datasource.DataSourceUtils      : Fetching JDBC Connection from DataSource
2019-12-07 13:56:28.476 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:28.476 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.477 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.orm.jpa.AbstractEntityManagerFactoryBeanCustomizer)
2019-12-07 13:56:28.477 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.478 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBeanCustomizer)
2019-12-07 13:56:28.480 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.482 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.context.ResourceLoaderAwareCustomizer)
2019-12-07 13:56:28.483 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.484 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:28.484 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.485 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.context.weaving.LoadTimeWeaverAwareCustomizer)
2019-12-07 13:56:28.486 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.486 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:28.487 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.487 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.FactoryBeanCustomizer)
2019-12-07 13:56:28.488 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.489 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.BeanClassLoaderAwareCustomizer)
2019-12-07 13:56:28.489 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.490 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:28.490 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.491 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.BeanFactoryAwareCustomizer)
2019-12-07 13:56:28.491 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.491 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:28.491 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.492 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.BeanNameAwareCustomizer)
2019-12-07 13:56:28.493 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.493 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:28.493 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.494 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.InitializingBeanCustomizer)
2019-12-07 13:56:28.494 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.495 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.DisposableBeanCustomizer)
2019-12-07 13:56:28.495 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.496 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.orm.jpa.EntityManagerFactoryInfoCustomizer)
2019-12-07 13:56:28.497 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.497 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.dao.support.PersistenceExceptionTranslatorCustomizer)
2019-12-07 13:56:28.498 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:28.516 DEBUG 15190 --- [l-1 housekeeper] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Pool stats (total=1, active=0, idle=1, waiting=0)
2019-12-07 13:56:28.516 DEBUG 15190 --- [    Test worker] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
2019-12-07 13:56:28.518 DEBUG 15190 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection conn1: url=jdbc:h2:mem:testdb user=SA
2019-12-07 13:56:28.519 DEBUG 15190 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection conn2: url=jdbc:h2:mem:testdb user=SA
2019-12-07 13:56:28.519 DEBUG 15190 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection conn3: url=jdbc:h2:mem:testdb user=SA
2019-12-07 13:56:28.520 DEBUG 15190 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection conn4: url=jdbc:h2:mem:testdb user=SA
2019-12-07 13:56:28.520 DEBUG 15190 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection conn5: url=jdbc:h2:mem:testdb user=SA
2019-12-07 13:56:28.521 DEBUG 15190 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection conn6: url=jdbc:h2:mem:testdb user=SA
2019-12-07 13:56:28.522 DEBUG 15190 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection conn7: url=jdbc:h2:mem:testdb user=SA
2019-12-07 13:56:28.523 DEBUG 15190 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection conn8: url=jdbc:h2:mem:testdb user=SA
2019-12-07 13:56:28.523 DEBUG 15190 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection conn9: url=jdbc:h2:mem:testdb user=SA
2019-12-07 13:56:28.523 DEBUG 15190 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - After adding stats (total=10, active=0, idle=10, waiting=0)
2019-12-07 13:56:28.537 DEBUG 15190 --- [    Test worker] o.hibernate.jpa.internal.util.LogHelper  : PersistenceUnitInfo [
	name: default
	persistence provider classname: null
	classloader: jdk.internal.loader.ClassLoaders$AppClassLoader@4b85612c
	excludeUnlistedClasses: true
	JTA datasource: null
	Non JTA datasource: HikariDataSource (HikariPool-1)
	Transaction type: RESOURCE_LOCAL
	PU root URL: file:/Users/govlmo91/IdeaProjects/jojoldubook/build/classes/java/test/
	Shared Cache Mode: UNSPECIFIED
	Validation Mode: AUTO
	Jar files URLs []
	Managed classes names [
		kr.gracelove.jojoldu.springboot.domain.BaseTimeEntity
		kr.gracelove.jojoldu.springboot.domain.posts.Posts
		kr.gracelove.jojoldu.springboot.domain.user.User]
	Mapping files names []
	Properties []
2019-12-07 13:56:28.554 DEBUG 15190 --- [    Test worker] o.h.i.internal.IntegratorServiceImpl     : Adding Integrator [org.hibernate.cfg.beanvalidation.BeanValidationIntegrator].
2019-12-07 13:56:28.556 DEBUG 15190 --- [    Test worker] o.h.i.internal.IntegratorServiceImpl     : Adding Integrator [org.hibernate.secure.spi.JaccIntegrator].
2019-12-07 13:56:28.558 DEBUG 15190 --- [    Test worker] o.h.i.internal.IntegratorServiceImpl     : Adding Integrator [org.hibernate.cache.internal.CollectionCacheInvalidator].
2019-12-07 13:56:28.607  INFO 15190 --- [    Test worker] org.hibernate.Version                    : HHH000412: Hibernate Core {5.3.10.Final}
2019-12-07 13:56:28.608 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       : getResourceAsStream(hibernate.properties)
2019-12-07 13:56:28.608 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :   Delegating to parent classloader jdk.internal.loader.ClassLoaders$AppClassLoader@4b85612c
2019-12-07 13:56:28.608 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :   Searching local repositories
2019-12-07 13:56:28.609 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :   --> Resource not found, returning null
2019-12-07 13:56:28.609  INFO 15190 --- [    Test worker] org.hibernate.cfg.Environment            : HHH000206: hibernate.properties not found
2019-12-07 13:56:28.739 DEBUG 15190 --- [    Test worker] o.hibernate.service.spi.ServiceBinding   : Overriding existing service binding [org.hibernate.secure.spi.JaccService]
2019-12-07 13:56:28.763 DEBUG 15190 --- [    Test worker] o.h.c.internal.RegionFactoryInitiator    : Cannot default RegionFactory based on registered strategies as `[]` RegionFactory strategies were registered
2019-12-07 13:56:28.764 DEBUG 15190 --- [    Test worker] o.h.c.internal.RegionFactoryInitiator    : Cache region factory : org.hibernate.cache.internal.NoCachingRegionFactory
2019-12-07 13:56:28.777  INFO 15190 --- [    Test worker] o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2019-12-07 13:56:28.807 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration boolean -> org.hibernate.type.BooleanType@72f99a7c
2019-12-07 13:56:28.807 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration boolean -> org.hibernate.type.BooleanType@72f99a7c
2019-12-07 13:56:28.807 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@72f99a7c
2019-12-07 13:56:28.808 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@6d336ebd
2019-12-07 13:56:28.808 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration true_false -> org.hibernate.type.TrueFalseType@3f854e22
2019-12-07 13:56:28.809 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration yes_no -> org.hibernate.type.YesNoType@1fdd7af9
2019-12-07 13:56:28.810 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration byte -> org.hibernate.type.ByteType@390731c2
2019-12-07 13:56:28.810 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration byte -> org.hibernate.type.ByteType@390731c2
2019-12-07 13:56:28.810 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@390731c2
2019-12-07 13:56:28.810 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration character -> org.hibernate.type.CharacterType@3fca4369
2019-12-07 13:56:28.811 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration char -> org.hibernate.type.CharacterType@3fca4369
2019-12-07 13:56:28.811 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@3fca4369
2019-12-07 13:56:28.812 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration short -> org.hibernate.type.ShortType@7695b694
2019-12-07 13:56:28.812 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration short -> org.hibernate.type.ShortType@7695b694
2019-12-07 13:56:28.812 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@7695b694
2019-12-07 13:56:28.813 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration integer -> org.hibernate.type.IntegerType@2fa2038
2019-12-07 13:56:28.813 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration int -> org.hibernate.type.IntegerType@2fa2038
2019-12-07 13:56:28.814 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@2fa2038
2019-12-07 13:56:28.814 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration long -> org.hibernate.type.LongType@27b1e4b7
2019-12-07 13:56:28.815 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration long -> org.hibernate.type.LongType@27b1e4b7
2019-12-07 13:56:28.815 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.lang.Long -> org.hibernate.type.LongType@27b1e4b7
2019-12-07 13:56:28.815 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration float -> org.hibernate.type.FloatType@54aeb236
2019-12-07 13:56:28.815 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration float -> org.hibernate.type.FloatType@54aeb236
2019-12-07 13:56:28.816 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@54aeb236
2019-12-07 13:56:28.816 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration double -> org.hibernate.type.DoubleType@25dd95e6
2019-12-07 13:56:28.816 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration double -> org.hibernate.type.DoubleType@25dd95e6
2019-12-07 13:56:28.816 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@25dd95e6
2019-12-07 13:56:28.817 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@41b25c90
2019-12-07 13:56:28.817 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@41b25c90
2019-12-07 13:56:28.818 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@e38054d
2019-12-07 13:56:28.818 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@e38054d
2019-12-07 13:56:28.819 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration string -> org.hibernate.type.StringType@67e8b0b5
2019-12-07 13:56:28.819 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.lang.String -> org.hibernate.type.StringType@67e8b0b5
2019-12-07 13:56:28.819 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@3e5facf
2019-12-07 13:56:28.820 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@25620e0d
2019-12-07 13:56:28.820 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration url -> org.hibernate.type.UrlType@2b4aaed9
2019-12-07 13:56:28.820 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.net.URL -> org.hibernate.type.UrlType@2b4aaed9
2019-12-07 13:56:28.821 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration Duration -> org.hibernate.type.DurationType@4488a869
2019-12-07 13:56:28.821 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@4488a869
2019-12-07 13:56:28.822 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration Instant -> org.hibernate.type.InstantType@7e471c22
2019-12-07 13:56:28.822 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@7e471c22
2019-12-07 13:56:28.823 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@42e14ab6
2019-12-07 13:56:28.823 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@42e14ab6
2019-12-07 13:56:28.824 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@5de1fbbd
2019-12-07 13:56:28.824 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@5de1fbbd
2019-12-07 13:56:28.826 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@49d02fee
2019-12-07 13:56:28.826 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@49d02fee
2019-12-07 13:56:28.827 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@61cd19e0
2019-12-07 13:56:28.827 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@61cd19e0
2019-12-07 13:56:28.828 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@6f3b7249
2019-12-07 13:56:28.828 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@6f3b7249
2019-12-07 13:56:28.830 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@6719b26b
2019-12-07 13:56:28.831 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@6719b26b
2019-12-07 13:56:28.832 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration date -> org.hibernate.type.DateType@16e7002f
2019-12-07 13:56:28.832 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.sql.Date -> org.hibernate.type.DateType@16e7002f
2019-12-07 13:56:28.833 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration time -> org.hibernate.type.TimeType@6c1b1582
2019-12-07 13:56:28.833 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@6c1b1582
2019-12-07 13:56:28.834 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration timestamp -> org.hibernate.type.TimestampType@c4e36b2
2019-12-07 13:56:28.834 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@c4e36b2
2019-12-07 13:56:28.834 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@c4e36b2
2019-12-07 13:56:28.835 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@631b06e7
2019-12-07 13:56:28.836 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration calendar -> org.hibernate.type.CalendarType@676f6858
2019-12-07 13:56:28.836 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@676f6858
2019-12-07 13:56:28.836 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@676f6858
2019-12-07 13:56:28.837 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@106619bf
2019-12-07 13:56:28.838 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration locale -> org.hibernate.type.LocaleType@3320be3f
2019-12-07 13:56:28.839 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@3320be3f
2019-12-07 13:56:28.840 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration currency -> org.hibernate.type.CurrencyType@52f32b76
2019-12-07 13:56:28.840 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@52f32b76
2019-12-07 13:56:28.841 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration timezone -> org.hibernate.type.TimeZoneType@68d9115e
2019-12-07 13:56:28.841 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@68d9115e
2019-12-07 13:56:28.842 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration class -> org.hibernate.type.ClassType@3c5b8336
2019-12-07 13:56:28.843 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@3c5b8336
2019-12-07 13:56:28.843 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@5f306a75
2019-12-07 13:56:28.843 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@5f306a75
2019-12-07 13:56:28.844 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@137543e
2019-12-07 13:56:28.845 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration binary -> org.hibernate.type.BinaryType@35ee5e32
2019-12-07 13:56:28.845 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration byte[] -> org.hibernate.type.BinaryType@35ee5e32
2019-12-07 13:56:28.846 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration [B -> org.hibernate.type.BinaryType@35ee5e32
2019-12-07 13:56:28.847 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@5c6222a7
2019-12-07 13:56:28.847 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@5c6222a7
2019-12-07 13:56:28.847 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@5c6222a7
2019-12-07 13:56:28.848 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration row_version -> org.hibernate.type.RowVersionType@58d24778
2019-12-07 13:56:28.848 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration image -> org.hibernate.type.ImageType@3618bb15
2019-12-07 13:56:28.849 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration characters -> org.hibernate.type.CharArrayType@54542066
2019-12-07 13:56:28.849 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration char[] -> org.hibernate.type.CharArrayType@54542066
2019-12-07 13:56:28.849 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration [C -> org.hibernate.type.CharArrayType@54542066
2019-12-07 13:56:28.850 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@a9b9d02
2019-12-07 13:56:28.850 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@a9b9d02
2019-12-07 13:56:28.850 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@a9b9d02
2019-12-07 13:56:28.851 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration text -> org.hibernate.type.TextType@70fa7f96
2019-12-07 13:56:28.851 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration ntext -> org.hibernate.type.NTextType@22bb0166
2019-12-07 13:56:28.853 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration blob -> org.hibernate.type.BlobType@310bbf49
2019-12-07 13:56:28.853 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@310bbf49
2019-12-07 13:56:28.854 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@6fc2ce62
2019-12-07 13:56:28.855 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration clob -> org.hibernate.type.ClobType@15f4414
2019-12-07 13:56:28.856 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@15f4414
2019-12-07 13:56:28.857 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration nclob -> org.hibernate.type.NClobType@559aa670
2019-12-07 13:56:28.857 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@559aa670
2019-12-07 13:56:28.857 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@79871c26
2019-12-07 13:56:28.857 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@44147be9
2019-12-07 13:56:28.858 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration serializable -> org.hibernate.type.SerializableType@714ad734
2019-12-07 13:56:28.861 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration object -> org.hibernate.type.ObjectType@441c91f0
2019-12-07 13:56:28.861 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@441c91f0
2019-12-07 13:56:28.861 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@55648c01
2019-12-07 13:56:28.862 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@6a126ec7
2019-12-07 13:56:28.862 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@46248eac
2019-12-07 13:56:28.862 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@b3c03f2
2019-12-07 13:56:28.862 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@7ac99210
2019-12-07 13:56:28.862 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@3d4afd8
2019-12-07 13:56:28.862 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@616710e0
2019-12-07 13:56:28.862 DEBUG 15190 --- [    Test worker] org.hibernate.type.BasicTypeRegistry     : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@a2fbcad
2019-12-07 13:56:28.874 DEBUG 15190 --- [    Test worker] o.h.boot.internal.BootstrapContextImpl   : Injecting JPA temp ClassLoader [org.springframework.instrument.classloading.SimpleThrowawayClassLoader@12be761d] into BootstrapContext; was [null]
2019-12-07 13:56:28.875 DEBUG 15190 --- [    Test worker] o.h.boot.internal.ClassLoaderAccessImpl  : ClassLoaderAccessImpl#injectTempClassLoader(org.springframework.instrument.classloading.SimpleThrowawayClassLoader@12be761d) [was null]
2019-12-07 13:56:28.875 DEBUG 15190 --- [    Test worker] o.h.boot.internal.BootstrapContextImpl   : Injecting ScanEnvironment [org.hibernate.jpa.boot.internal.StandardJpaScanEnvironmentImpl@38d07162] into BootstrapContext; was [null]
2019-12-07 13:56:28.875 DEBUG 15190 --- [    Test worker] o.h.boot.internal.BootstrapContextImpl   : Injecting ScanOptions [org.hibernate.boot.archive.scan.internal.StandardScanOptions@62cdcb74] into BootstrapContext; was [org.hibernate.boot.archive.scan.internal.StandardScanOptions@2c2ef424]
2019-12-07 13:56:28.916 DEBUG 15190 --- [    Test worker] o.h.boot.internal.BootstrapContextImpl   : Injecting JPA temp ClassLoader [null] into BootstrapContext; was [org.springframework.instrument.classloading.SimpleThrowawayClassLoader@12be761d]
2019-12-07 13:56:28.916 DEBUG 15190 --- [    Test worker] o.h.boot.internal.ClassLoaderAccessImpl  : ClassLoaderAccessImpl#injectTempClassLoader(null) [was org.springframework.instrument.classloading.SimpleThrowawayClassLoader@12be761d]
2019-12-07 13:56:28.926 DEBUG 15190 --- [    Test worker] .i.f.i.DefaultIdentifierGeneratorFactory : Registering IdentifierGenerator strategy [uuid2] -> [org.hibernate.id.UUIDGenerator]
2019-12-07 13:56:28.927 DEBUG 15190 --- [    Test worker] .i.f.i.DefaultIdentifierGeneratorFactory : Registering IdentifierGenerator strategy [guid] -> [org.hibernate.id.GUIDGenerator]
2019-12-07 13:56:28.927 DEBUG 15190 --- [    Test worker] .i.f.i.DefaultIdentifierGeneratorFactory : Registering IdentifierGenerator strategy [uuid] -> [org.hibernate.id.UUIDHexGenerator]
2019-12-07 13:56:28.927 DEBUG 15190 --- [    Test worker] .i.f.i.DefaultIdentifierGeneratorFactory : Registering IdentifierGenerator strategy [uuid.hex] -> [org.hibernate.id.UUIDHexGenerator]
2019-12-07 13:56:28.928 DEBUG 15190 --- [    Test worker] .i.f.i.DefaultIdentifierGeneratorFactory : Registering IdentifierGenerator strategy [assigned] -> [org.hibernate.id.Assigned]
2019-12-07 13:56:28.928 DEBUG 15190 --- [    Test worker] .i.f.i.DefaultIdentifierGeneratorFactory : Registering IdentifierGenerator strategy [identity] -> [org.hibernate.id.IdentityGenerator]
2019-12-07 13:56:28.929 DEBUG 15190 --- [    Test worker] .i.f.i.DefaultIdentifierGeneratorFactory : Registering IdentifierGenerator strategy [select] -> [org.hibernate.id.SelectGenerator]
2019-12-07 13:56:28.930 DEBUG 15190 --- [    Test worker] .i.f.i.DefaultIdentifierGeneratorFactory : Registering IdentifierGenerator strategy [sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator]
2019-12-07 13:56:28.931 DEBUG 15190 --- [    Test worker] .i.f.i.DefaultIdentifierGeneratorFactory : Registering IdentifierGenerator strategy [seqhilo] -> [org.hibernate.id.SequenceHiLoGenerator]
2019-12-07 13:56:28.931 DEBUG 15190 --- [    Test worker] .i.f.i.DefaultIdentifierGeneratorFactory : Registering IdentifierGenerator strategy [increment] -> [org.hibernate.id.IncrementGenerator]
2019-12-07 13:56:28.932 DEBUG 15190 --- [    Test worker] .i.f.i.DefaultIdentifierGeneratorFactory : Registering IdentifierGenerator strategy [foreign] -> [org.hibernate.id.ForeignGenerator]
2019-12-07 13:56:28.932 DEBUG 15190 --- [    Test worker] .i.f.i.DefaultIdentifierGeneratorFactory : Registering IdentifierGenerator strategy [sequence-identity] -> [org.hibernate.id.SequenceIdentityGenerator]
2019-12-07 13:56:28.932 DEBUG 15190 --- [    Test worker] .i.f.i.DefaultIdentifierGeneratorFactory : Registering IdentifierGenerator strategy [enhanced-sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator]
2019-12-07 13:56:28.933 DEBUG 15190 --- [    Test worker] .i.f.i.DefaultIdentifierGeneratorFactory : Registering IdentifierGenerator strategy [enhanced-table] -> [org.hibernate.id.enhanced.TableGenerator]
2019-12-07 13:56:28.940 DEBUG 15190 --- [    Test worker] o.h.e.j.e.i.JdbcEnvironmentInitiator     : Database ->
       name : H2
    version : 1.4.199 (2019-03-13)
      major : 1
      minor : 4
2019-12-07 13:56:28.940 DEBUG 15190 --- [    Test worker] o.h.e.j.e.i.JdbcEnvironmentInitiator     : Driver ->
       name : H2 JDBC Driver
    version : 1.4.199 (2019-03-13)
      major : 1
      minor : 4
2019-12-07 13:56:28.940 DEBUG 15190 --- [    Test worker] o.h.e.j.e.i.JdbcEnvironmentInitiator     : JDBC version : 4.1
2019-12-07 13:56:28.952  INFO 15190 --- [    Test worker] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2019-12-07 13:56:29.005 DEBUG 15190 --- [    Test worker] o.h.e.j.env.spi.IdentifierHelperBuilder  : JDBC driver metadata reported database stores quoted identifiers in neither upper, lower nor mixed case
2019-12-07 13:56:29.019 DEBUG 15190 --- [    Test worker] o.h.boot.model.relational.Namespace      : Created database namespace [logicalName=Name{catalog=null, schema=null}, physicalName=Name{catalog=null, schema=null}]
2019-12-07 13:56:29.021 DEBUG 15190 --- [    Test worker] o.h.type.spi.TypeConfiguration$Scope     : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@4606e7b7] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@5abb832e]
2019-12-07 13:56:29.083 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.AnnotationBinder       : Binding entity from annotated class: kr.gracelove.jojoldu.springboot.domain.posts.Posts
2019-12-07 13:56:29.095 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Ejb3Column             : Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2019-12-07 13:56:29.099 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.EntityBinder         : Import with entity name Posts
2019-12-07 13:56:29.105 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.EntityBinder         : Bind entity kr.gracelove.jojoldu.springboot.domain.posts.Posts on table posts
2019-12-07 13:56:29.130 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Ejb3Column             : Binding column: Ejb3Column{table=org.hibernate.mapping.Table(posts), mappingColumn=id, insertable=true, updatable=true, unique=false}
2019-12-07 13:56:29.132 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.PropertyBinder       : MetadataSourceProcessor property id with lazy=false
2019-12-07 13:56:29.134 DEBUG 15190 --- [    Test worker] o.hibernate.cfg.AbstractPropertyHolder   : Attempting to locate auto-apply AttributeConverter for property [kr.gracelove.jojoldu.springboot.domain.posts.Posts:id]
2019-12-07 13:56:29.137 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.SimpleValueBinder    : building SimpleValue for id
2019-12-07 13:56:29.140 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.PropertyBinder       : Building property id
2019-12-07 13:56:29.142 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.BinderHelper           : #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(id)]), id, identity, , ...)
2019-12-07 13:56:29.142 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Ejb3Column             : Binding column: Ejb3Column{table=org.hibernate.mapping.Table(posts), mappingColumn=created_date, insertable=true, updatable=true, unique=false}
2019-12-07 13:56:29.142 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.PropertyBinder       : MetadataSourceProcessor property createdDate with lazy=false
2019-12-07 13:56:29.142 DEBUG 15190 --- [    Test worker] o.hibernate.cfg.AbstractPropertyHolder   : Attempting to locate auto-apply AttributeConverter for property [kr.gracelove.jojoldu.springboot.domain.posts.Posts:createdDate]
2019-12-07 13:56:29.143 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.SimpleValueBinder    : building SimpleValue for createdDate
2019-12-07 13:56:29.143 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.PropertyBinder       : Building property createdDate
2019-12-07 13:56:29.143 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Ejb3Column             : Binding column: Ejb3Column{table=org.hibernate.mapping.Table(posts), mappingColumn=modified_date, insertable=true, updatable=true, unique=false}
2019-12-07 13:56:29.143 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.PropertyBinder       : MetadataSourceProcessor property modifiedDate with lazy=false
2019-12-07 13:56:29.143 DEBUG 15190 --- [    Test worker] o.hibernate.cfg.AbstractPropertyHolder   : Attempting to locate auto-apply AttributeConverter for property [kr.gracelove.jojoldu.springboot.domain.posts.Posts:modifiedDate]
2019-12-07 13:56:29.143 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.SimpleValueBinder    : building SimpleValue for modifiedDate
2019-12-07 13:56:29.143 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.PropertyBinder       : Building property modifiedDate
2019-12-07 13:56:29.144 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Ejb3Column             : Binding column: Ejb3Column{table=org.hibernate.mapping.Table(posts), mappingColumn=author, insertable=true, updatable=true, unique=false}
2019-12-07 13:56:29.144 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.PropertyBinder       : MetadataSourceProcessor property author with lazy=false
2019-12-07 13:56:29.144 DEBUG 15190 --- [    Test worker] o.hibernate.cfg.AbstractPropertyHolder   : Attempting to locate auto-apply AttributeConverter for property [kr.gracelove.jojoldu.springboot.domain.posts.Posts:author]
2019-12-07 13:56:29.144 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.SimpleValueBinder    : building SimpleValue for author
2019-12-07 13:56:29.144 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.PropertyBinder       : Building property author
2019-12-07 13:56:29.144 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Ejb3Column             : Binding column: Ejb3Column{table=org.hibernate.mapping.Table(posts), mappingColumn=content, insertable=true, updatable=true, unique=false}
2019-12-07 13:56:29.145 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.PropertyBinder       : MetadataSourceProcessor property content with lazy=false
2019-12-07 13:56:29.145 DEBUG 15190 --- [    Test worker] o.hibernate.cfg.AbstractPropertyHolder   : Attempting to locate auto-apply AttributeConverter for property [kr.gracelove.jojoldu.springboot.domain.posts.Posts:content]
2019-12-07 13:56:29.145 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.SimpleValueBinder    : building SimpleValue for content
2019-12-07 13:56:29.145 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.PropertyBinder       : Building property content
2019-12-07 13:56:29.145 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Ejb3Column             : Binding column: Ejb3Column{table=org.hibernate.mapping.Table(posts), mappingColumn=title, insertable=true, updatable=true, unique=false}
2019-12-07 13:56:29.145 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.PropertyBinder       : MetadataSourceProcessor property title with lazy=false
2019-12-07 13:56:29.145 DEBUG 15190 --- [    Test worker] o.hibernate.cfg.AbstractPropertyHolder   : Attempting to locate auto-apply AttributeConverter for property [kr.gracelove.jojoldu.springboot.domain.posts.Posts:title]
2019-12-07 13:56:29.145 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.SimpleValueBinder    : building SimpleValue for title
2019-12-07 13:56:29.145 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.PropertyBinder       : Building property title
2019-12-07 13:56:29.146 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.AnnotationBinder       : Binding entity from annotated class: kr.gracelove.jojoldu.springboot.domain.user.User
2019-12-07 13:56:29.147 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Ejb3Column             : Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'}
2019-12-07 13:56:29.147 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.EntityBinder         : Import with entity name User
2019-12-07 13:56:29.147 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.EntityBinder         : Bind entity kr.gracelove.jojoldu.springboot.domain.user.User on table user
2019-12-07 13:56:29.150 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Ejb3Column             : Binding column: Ejb3Column{table=org.hibernate.mapping.Table(user), mappingColumn=id, insertable=true, updatable=true, unique=false}
2019-12-07 13:56:29.150 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.PropertyBinder       : MetadataSourceProcessor property id with lazy=false
2019-12-07 13:56:29.150 DEBUG 15190 --- [    Test worker] o.hibernate.cfg.AbstractPropertyHolder   : Attempting to locate auto-apply AttributeConverter for property [kr.gracelove.jojoldu.springboot.domain.user.User:id]
2019-12-07 13:56:29.150 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.SimpleValueBinder    : building SimpleValue for id
2019-12-07 13:56:29.150 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.PropertyBinder       : Building property id
2019-12-07 13:56:29.150 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.BinderHelper           : #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(id)]), id, identity, , ...)
2019-12-07 13:56:29.150 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Ejb3Column             : Binding column: Ejb3Column{table=org.hibernate.mapping.Table(user), mappingColumn=created_date, insertable=true, updatable=true, unique=false}
2019-12-07 13:56:29.151 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.PropertyBinder       : MetadataSourceProcessor property createdDate with lazy=false
2019-12-07 13:56:29.151 DEBUG 15190 --- [    Test worker] o.hibernate.cfg.AbstractPropertyHolder   : Attempting to locate auto-apply AttributeConverter for property [kr.gracelove.jojoldu.springboot.domain.user.User:createdDate]
2019-12-07 13:56:29.151 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.SimpleValueBinder    : building SimpleValue for createdDate
2019-12-07 13:56:29.151 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.PropertyBinder       : Building property createdDate
2019-12-07 13:56:29.151 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Ejb3Column             : Binding column: Ejb3Column{table=org.hibernate.mapping.Table(user), mappingColumn=modified_date, insertable=true, updatable=true, unique=false}
2019-12-07 13:56:29.151 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.PropertyBinder       : MetadataSourceProcessor property modifiedDate with lazy=false
2019-12-07 13:56:29.151 DEBUG 15190 --- [    Test worker] o.hibernate.cfg.AbstractPropertyHolder   : Attempting to locate auto-apply AttributeConverter for property [kr.gracelove.jojoldu.springboot.domain.user.User:modifiedDate]
2019-12-07 13:56:29.151 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.SimpleValueBinder    : building SimpleValue for modifiedDate
2019-12-07 13:56:29.151 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.PropertyBinder       : Building property modifiedDate
2019-12-07 13:56:29.151 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Ejb3Column             : Binding column: Ejb3Column{table=org.hibernate.mapping.Table(user), mappingColumn=email, insertable=true, updatable=true, unique=false}
2019-12-07 13:56:29.151 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.PropertyBinder       : MetadataSourceProcessor property email with lazy=false
2019-12-07 13:56:29.152 DEBUG 15190 --- [    Test worker] o.hibernate.cfg.AbstractPropertyHolder   : Attempting to locate auto-apply AttributeConverter for property [kr.gracelove.jojoldu.springboot.domain.user.User:email]
2019-12-07 13:56:29.152 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.SimpleValueBinder    : building SimpleValue for email
2019-12-07 13:56:29.152 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.PropertyBinder       : Building property email
2019-12-07 13:56:29.152 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Ejb3Column             : Binding column: Ejb3Column{table=org.hibernate.mapping.Table(user), mappingColumn=name, insertable=true, updatable=true, unique=false}
2019-12-07 13:56:29.152 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.PropertyBinder       : MetadataSourceProcessor property name with lazy=false
2019-12-07 13:56:29.152 DEBUG 15190 --- [    Test worker] o.hibernate.cfg.AbstractPropertyHolder   : Attempting to locate auto-apply AttributeConverter for property [kr.gracelove.jojoldu.springboot.domain.user.User:name]
2019-12-07 13:56:29.152 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.SimpleValueBinder    : building SimpleValue for name
2019-12-07 13:56:29.152 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.PropertyBinder       : Building property name
2019-12-07 13:56:29.152 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Ejb3Column             : Binding column: Ejb3Column{table=org.hibernate.mapping.Table(user), mappingColumn=picture, insertable=true, updatable=true, unique=false}
2019-12-07 13:56:29.152 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.PropertyBinder       : MetadataSourceProcessor property picture with lazy=false
2019-12-07 13:56:29.153 DEBUG 15190 --- [    Test worker] o.hibernate.cfg.AbstractPropertyHolder   : Attempting to locate auto-apply AttributeConverter for property [kr.gracelove.jojoldu.springboot.domain.user.User:picture]
2019-12-07 13:56:29.153 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.SimpleValueBinder    : building SimpleValue for picture
2019-12-07 13:56:29.153 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.PropertyBinder       : Building property picture
2019-12-07 13:56:29.153 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Ejb3Column             : Binding column: Ejb3Column{table=org.hibernate.mapping.Table(user), mappingColumn=role, insertable=true, updatable=true, unique=false}
2019-12-07 13:56:29.153 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.PropertyBinder       : MetadataSourceProcessor property role with lazy=false
2019-12-07 13:56:29.153 DEBUG 15190 --- [    Test worker] o.hibernate.cfg.AbstractPropertyHolder   : Attempting to locate auto-apply AttributeConverter for property [kr.gracelove.jojoldu.springboot.domain.user.User:role]
2019-12-07 13:56:29.155 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.SimpleValueBinder    : building SimpleValue for role
2019-12-07 13:56:29.155 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.PropertyBinder       : Building property role
2019-12-07 13:56:29.156 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.SimpleValueBinder    : Starting fillSimpleValue for id
2019-12-07 13:56:29.156 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.SimpleValueBinder    : Starting fillSimpleValue for createdDate
2019-12-07 13:56:29.156 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.SimpleValueBinder    : Starting fillSimpleValue for modifiedDate
2019-12-07 13:56:29.156 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.SimpleValueBinder    : Starting fillSimpleValue for author
2019-12-07 13:56:29.156 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.SimpleValueBinder    : Starting fillSimpleValue for content
2019-12-07 13:56:29.156 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.SimpleValueBinder    : Starting fillSimpleValue for title
2019-12-07 13:56:29.157 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.SimpleValueBinder    : Starting fillSimpleValue for id
2019-12-07 13:56:29.157 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.SimpleValueBinder    : Starting fillSimpleValue for createdDate
2019-12-07 13:56:29.157 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.SimpleValueBinder    : Starting fillSimpleValue for modifiedDate
2019-12-07 13:56:29.157 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.SimpleValueBinder    : Starting fillSimpleValue for email
2019-12-07 13:56:29.157 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.SimpleValueBinder    : Starting fillSimpleValue for name
2019-12-07 13:56:29.157 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.SimpleValueBinder    : Starting fillSimpleValue for picture
2019-12-07 13:56:29.157 DEBUG 15190 --- [    Test worker] o.h.cfg.annotations.SimpleValueBinder    : Starting fillSimpleValue for role
2019-12-07 13:56:29.159 DEBUG 15190 --- [    Test worker] org.hibernate.mapping.PrimaryKey         : Forcing column [id] to be non-null as it is part of the primary key for table [posts]
2019-12-07 13:56:29.159 DEBUG 15190 --- [    Test worker] org.hibernate.mapping.PrimaryKey         : Forcing column [id] to be non-null as it is part of the primary key for table [user]
2019-12-07 13:56:29.182 DEBUG 15190 --- [    Test worker] org.hibernate.type.EnumType              : Using NAMED-based conversion for Enum kr.gracelove.jojoldu.springboot.domain.user.Role
2019-12-07 13:56:29.191 DEBUG 15190 --- [    Test worker] o.hibernate.internal.SessionFactoryImpl  : Building session factory
2019-12-07 13:56:29.191 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : SessionFactory name : null
2019-12-07 13:56:29.191 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : Automatic flush during beforeCompletion(): enabled
2019-12-07 13:56:29.191 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : Automatic session close at end of transaction: disabled
2019-12-07 13:56:29.191 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : Statistics: disabled
2019-12-07 13:56:29.192 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : Deleted entity synthetic identifier rollback: disabled
2019-12-07 13:56:29.192 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : Default entity-mode: pojo
2019-12-07 13:56:29.192 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : Check Nullability in Core (should be disabled when Bean Validation is on): enabled
2019-12-07 13:56:29.192 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : Allow initialization of lazy state outside session : disabled
2019-12-07 13:56:29.192 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : Using BatchFetchStyle : LEGACY
2019-12-07 13:56:29.192 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : Default batch fetch size: -1
2019-12-07 13:56:29.192 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : Maximum outer join fetch depth: null
2019-12-07 13:56:29.192 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : Default null ordering: NONE
2019-12-07 13:56:29.192 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : Order SQL updates by primary key: disabled
2019-12-07 13:56:29.192 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : Order SQL inserts for batching: disabled
2019-12-07 13:56:29.192 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : multi-tenancy strategy : NONE
2019-12-07 13:56:29.192 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : JTA Track by Thread: enabled
2019-12-07 13:56:29.192 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : Query language substitutions: {}
2019-12-07 13:56:29.192 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : Named query checking : enabled
2019-12-07 13:56:29.192 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : Second-level cache: disabled
2019-12-07 13:56:29.192 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : Second-level query cache: disabled
2019-12-07 13:56:29.192 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : Second-level query cache factory: null
2019-12-07 13:56:29.192 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : Second-level cache region prefix: null
2019-12-07 13:56:29.193 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : Optimize second-level cache for minimal puts: disabled
2019-12-07 13:56:29.193 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : Structured second-level cache entries: disabled
2019-12-07 13:56:29.193 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : Second-level cache direct-reference entries: disabled
2019-12-07 13:56:29.193 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : Automatic eviction of collection cache: disabled
2019-12-07 13:56:29.193 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : JDBC batch size: 15
2019-12-07 13:56:29.193 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : JDBC batch updates for versioned data: enabled
2019-12-07 13:56:29.193 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : Scrollable result sets: enabled
2019-12-07 13:56:29.193 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : Wrap result sets: disabled
2019-12-07 13:56:29.193 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : JDBC3 getGeneratedKeys(): enabled
2019-12-07 13:56:29.193 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : JDBC result set fetch size: null
2019-12-07 13:56:29.193 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : Connection release mode: ON_CLOSE
2019-12-07 13:56:29.193 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : Generate SQL with comments: disabled
2019-12-07 13:56:29.193 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : JPA compliance - query : 
2019-12-07 13:56:29.193 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : JPA compliance - closed-handling : 
2019-12-07 13:56:29.193 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : JPA compliance - lists : 
2019-12-07 13:56:29.193 DEBUG 15190 --- [    Test worker] org.hibernate.cfg.Settings               : JPA compliance - transactions : 
2019-12-07 13:56:29.249 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:29.249 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.250 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.data.jpa.domain.support.AuditingEntityListenerCustomizer)
2019-12-07 13:56:29.251 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.252 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.aspectj.ConfigurableObjectCustomizer)
2019-12-07 13:56:29.254 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.255 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:29.256 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.257 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.config.AbstractFactoryBeanCustomizer)
2019-12-07 13:56:29.257 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.259 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBeanCustomizer)
2019-12-07 13:56:29.260 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.261 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.FactoryBeanCustomizer)
2019-12-07 13:56:29.261 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.262 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.BeanClassLoaderAwareCustomizer)
2019-12-07 13:56:29.263 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.264 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:29.264 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.265 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.BeanFactoryAwareCustomizer)
2019-12-07 13:56:29.265 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.265 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:29.266 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.267 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.InitializingBeanCustomizer)
2019-12-07 13:56:29.267 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.267 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.DisposableBeanCustomizer)
2019-12-07 13:56:29.268 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.271 DEBUG 15190 --- [    Test worker] o.h.j.e.i.CallbackBuilderLegacyImpl      : Adding touchForUpdate as PreUpdate callback for entity kr.gracelove.jojoldu.springboot.domain.user.User
2019-12-07 13:56:29.271 DEBUG 15190 --- [    Test worker] o.h.j.e.i.CallbackBuilderLegacyImpl      : Adding touchForCreate as PrePersist callback for entity kr.gracelove.jojoldu.springboot.domain.user.User
2019-12-07 13:56:29.271 DEBUG 15190 --- [    Test worker] org.hibernate.type.EnumType              : Using NAMED-based conversion for Enum kr.gracelove.jojoldu.springboot.domain.user.Role
2019-12-07 13:56:29.272 DEBUG 15190 --- [    Test worker] o.h.j.e.i.CallbackBuilderLegacyImpl      : Adding touchForUpdate as PreUpdate callback for entity kr.gracelove.jojoldu.springboot.domain.posts.Posts
2019-12-07 13:56:29.272 DEBUG 15190 --- [    Test worker] o.h.j.e.i.CallbackBuilderLegacyImpl      : Adding touchForCreate as PrePersist callback for entity kr.gracelove.jojoldu.springboot.domain.posts.Posts
2019-12-07 13:56:29.284 DEBUG 15190 --- [    Test worker] o.hibernate.internal.SessionFactoryImpl  : Session factory constructed with filter configurations : {}
2019-12-07 13:56:29.284 DEBUG 15190 --- [    Test worker] o.hibernate.internal.SessionFactoryImpl  : Instantiating session factory with properties: {gopherProxySet=false, awt.toolkit=sun.lwawt.macosx.LWCToolkit, hibernate.id.new_generator_mappings=true, java.specification.version=11, sun.cpu.isalist=, hibernate.resource.beans.container=org.springframework.orm.hibernate5.SpringBeanContainer@2e04183e, hibernate.connection.handling_mode=DELAYED_ACQUISITION_AND_HOLD, sun.jnu.encoding=UTF-8, hibernate.dialect=org.hibernate.dialect.H2Dialect, org.gradle.test.worker=1, hibernate.implicit_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy, java.class.path=/Users/govlmo91/.gradle/caches/4.10.2/workerMain/gradle-worker.jar:/Users/govlmo91/IdeaProjects/jojoldubook/build/classes/java/test:/Users/govlmo91/IdeaProjects/jojoldubook/build/resources/test:/Users/govlmo91/IdeaProjects/jojoldubook/build/classes/java/main:/Users/govlmo91/IdeaProjects/jojoldubook/build/resources/main:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-starter-mustache/2.1.7.RELEASE/c52b1725d81a61eac91af3196a65c17adef75357/spring-boot-starter-mustache-2.1.7.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.projectlombok/lombok/1.18.8/448003bc1b234aac04b58e27d7755c12c3ec4236/lombok-1.18.8.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-starter-web/2.1.7.RELEASE/fa43baf40bde3ecdb93ac9c545dd39f82ab29c35/spring-boot-starter-web-2.1.7.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-starter-data-jpa/2.1.7.RELEASE/5e4a5d5442f32f5e12b36674a620ec57b0b66c6e/spring-boot-starter-data-jpa-2.1.7.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-starter-oauth2-client/2.1.7.RELEASE/aeaf63334bed877edd0b3ee999159532aad676fe/spring-boot-starter-oauth2-client-2.1.7.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/com.h2database/h2/1.4.199/7bf08152984ed8859740ae3f97fae6c72771ae45/h2-1.4.199.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework.session/spring-session-jdbc/2.1.8.RELEASE/3dfd472ad79246046db57a068bf7cd3e986c8ef9/spring-session-jdbc-2.1.8.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-starter-test/2.1.7.RELEASE/39e82379a28c217ab892eb00ef601dc0571f56a4/spring-boot-starter-test-2.1.7.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-starter-json/2.1.7.RELEASE/9c12f046a7c4ae110d89163a491ad0d7cf036e79/spring-boot-starter-json-2.1.7.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-starter-aop/2.1.7.RELEASE/4577d056af1f823bb7730c99f43c3268dd697310/spring-boot-starter-aop-2.1.7.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-starter-jdbc/2.1.7.RELEASE/3ea97a134b44a886ff529215e7bec04bfd93fa5b/spring-boot-starter-jdbc-2.1.7.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-starter/2.1.7.RELEASE/e23f4e9460e0e2220b444e40fc7fd6e95f66e0fe/spring-boot-starter-2.1.7.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/com.samskivert/jmustache/1.14/495441daa241e5f48d555597fffa2b1dfc8c60d1/jmustache-1.14.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-starter-tomcat/2.1.7.RELEASE/11f2a86aefefba72a4efe5ff18f4165a4b4e78b/spring-boot-starter-tomcat-2.1.7.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.hibernate.validator/hibernate-validator/6.0.17.Final/af73055fc4a103ab347c56e7da5a143d68a0170/hibernate-validator-6.0.17.Final.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework/spring-webmvc/5.1.9.RELEASE/b9d4a2140488f0e6f9aa231e7938ae18da77b637/spring-webmvc-5.1.9.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework.security/spring-security-oauth2-client/5.1.6.RELEASE/8a77b659f7f6616ca5970796c04106595819f4eb/spring-security-oauth2-client-5.1.6.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework.security/spring-security-oauth2-jose/5.1.6.RELEASE/78f947f9b1ee235f7efbb697e15acd05e16d009a/spring-security-oauth2-jose-5.1.6.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework.security/spring-security-oauth2-core/5.1.6.RELEASE/f3b2623760154aac86d32427696842c7c3d85326/spring-security-oauth2-core-5.1.6.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework.security/spring-security-web/5.1.6.RELEASE/e3b159e84467cccddce815d30a9ccdc8d8b843c9/spring-security-web-5.1.6.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework/spring-web/5.1.9.RELEASE/9fe4390420fdd0b63dc4ed90d9027dafa9f74f80/spring-web-5.1.9.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/javax.transaction/javax.transaction-api/1.3/e006adf5cf3cca2181d16bd640ecb80148ec0fce/javax.transaction-api-1.3.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/javax.xml.bind/jaxb-api/2.3.1/8531ad5ac454cc2deb9d4d32c40c4d7451939b5d/jaxb-api-2.3.1.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.hibernate/hibernate-core/5.3.10.Final/e608b854325005edbf43cb2b6041fdafd3f2eb57/hibernate-core-5.3.10.Final.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework.data/spring-data-jpa/2.1.10.RELEASE/12639406aa28c3a5195a1a4c9077fe562f54bc31/spring-data-jpa-2.1.10.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework/spring-aspects/5.1.9.RELEASE/a8aec853c345ed54a99627cee9f755ce7dbb734/spring-aspects-5.1.9.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework.security/spring-security-config/5.1.6.RELEASE/11b96e5836074db01920e5452996b2ad2cd3d772/spring-security-config-5.1.6.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework.security/spring-security-core/5.1.6.RELEASE/86af52bc544976358b66b4617d6edd81824940bd/spring-security-core-5.1.6.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework.session/spring-session-core/2.1.8.RELEASE/2fe4df49293b18373c1050649192ff444be65f6/spring-session-core-2.1.8.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-test-autoconfigure/2.1.7.RELEASE/8c9847259e14419d2bcc4eed26bcf48dc56686ef/spring-boot-test-autoconfigure-2.1.7.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-test/2.1.7.RELEASE/70ed88830a08e8baa0b562090168fdba0e92810/spring-boot-test-2.1.7.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-autoconfigure/2.1.7.RELEASE/2c9d3e2c6ea3cb435e99e2973009636b62a9d816/spring-boot-autoconfigure-2.1.7.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot/2.1.7.RELEASE/1599a2ad1fc6d36dbfc2a7c0dd5dab3a0bb27c61/spring-boot-2.1.7.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework/spring-context/5.1.9.RELEASE/c37f8fe15a5ae4ea1f351bd46167fd492a84eefa/spring-context-5.1.9.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework/spring-orm/5.1.9.RELEASE/220169d217f7114706141fc0afba425a5b368dce/spring-orm-5.1.9.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework/spring-jdbc/5.1.9.RELEASE/3fd70356ba8d7c00c4081c1a207766352624414e/spring-jdbc-5.1.9.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/com.jayway.jsonpath/json-path/2.4.0/765a4401ceb2dc8d40553c2075eb80a8fa35c2ae/json-path-2.4.0.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/junit/junit/4.12/2973d150c0dc1fefe998f834810d68f278ea58ec/junit-4.12.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.assertj/assertj-core/3.11.1/fdac3217b804d6900fa3650f17b5cb48e620b140/assertj-core-3.11.1.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.mockito/mockito-core/2.23.4/a35b6f8ffcfa786771eac7d7d903429e790fdf3f/mockito-core-2.23.4.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.hamcrest/hamcrest-library/1.3/4785a3c21320980282f9f33d0d1264a69040538f/hamcrest-library-1.3.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.hamcrest/hamcrest-core/1.3/42a25dc3219429f0e5d060061f71acb49bf010a0/hamcrest-core-1.3.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.skyscreamer/jsonassert/1.5.0/6c9d5fe2f59da598d9aefc1cfc6528ff3cf32df3/jsonassert-1.5.0.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework/spring-test/5.1.9.RELEASE/653fa9de816677b3318e7058af54e7ee56866b09/spring-test-5.1.9.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework.data/spring-data-commons/2.1.10.RELEASE/c73a76070181b59b19df6893e1ca729263a69b47/spring-data-commons-2.1.10.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework/spring-tx/5.1.9.RELEASE/a9125e2c8eeb193030f3972c6293616943c55ef2/spring-tx-5.1.9.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework/spring-aop/5.1.9.RELEASE/bc2312ffad02251b9d472e4a7c0e472a58f50fbf/spring-aop-5.1.9.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework/spring-beans/5.1.9.RELEASE/5a03b3983108d73978aec2fa3e681aedad6782c/spring-beans-5.1.9.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework/spring-expression/5.1.9.RELEASE/db3a2468c1b7d697ec3b3ec6e5652dc282994fe3/spring-expression-5.1.9.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework/spring-core/5.1.9.RELEASE/dc3815439579b4fa0c19970e6b8e5d774af8d988/spring-core-5.1.9.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.xmlunit/xmlunit-core/2.6.3/cdb208320aed4a7b94fb236cfbf91aeb6d0ede14/xmlunit-core-2.6.3.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-starter-logging/2.1.7.RELEASE/6e829f739992a7f368c0af44a08ed89ad2a1972f/spring-boot-starter-logging-2.1.7.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/javax.annotation/javax.annotation-api/1.3.2/934c04d3cfef185a8008e7bf34331b79730a9d43/javax.annotation-api-1.3.2.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.23/ec62d74fe50689c28c0ff5b35d3aebcaa8b5be68/snakeyaml-1.23.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.datatype/jackson-datatype-jdk8/2.9.9/4b04126963103216c9c43b0f34bbc36315654204/jackson-datatype-jdk8-2.9.9.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.datatype/jackson-datatype-jsr310/2.9.9/a33df137557793b0404a486888dbe049f7abeeeb/jackson-datatype-jsr310-2.9.9.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.module/jackson-module-parameter-names/2.9.9/a92facb55a2538e7b2fe14294570a18b823ad431/jackson-module-parameter-names-2.9.9.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.9.9/d6eb9817d9c7289a91f043ac5ee02a6b3cc86238/jackson-databind-2.9.9.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-websocket/9.0.22/45974d3443cc15ad9d10239d762d5e15759e6364/tomcat-embed-websocket-9.0.22.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.22/79f39903498b28adacb18fe2ea046edd306295a6/tomcat-embed-core-9.0.22.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-el/9.0.22/4da4b778b635a7e78ca7cd7288253e2e47b88a9f/tomcat-embed-el-9.0.22.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/javax.validation/validation-api/2.0.1.Final/cb855558e6271b1b32e716d24cb85c7f583ce09e/validation-api-2.0.1.Final.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.hibernate.common/hibernate-commons-annotations/5.0.4.Final/965a18fdf939ee75e41f7918532d37b3a8350535/hibernate-commons-annotations-5.0.4.Final.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.jboss.logging/jboss-logging/3.3.2.Final/3789d00e859632e6c6206adc0c71625559e6e3b0/jboss-logging-3.3.2.Final.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/com.fasterxml/classmate/1.4.0/291658ac2ce2476256c7115943652c0accb5c857/classmate-1.4.0.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.aspectj/aspectjweaver/1.9.4/9205229878f3d62fbd3a32a0fb6be2d6ad8589a9/aspectjweaver-1.9.4.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/com.zaxxer/HikariCP/3.2.0/6c66db1c636ee90beb4c65fe34abd8ba9396bca6/HikariCP-3.2.0.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/javax.activation/javax.activation-api/1.2.0/85262acf3ca9816f9537ca47d5adeabaead7cb16/javax.activation-api-1.2.0.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/javax.persistence/javax.persistence-api/2.2/25665ac8c0b62f50e6488173233239120fc52c96/javax.persistence-api-2.2.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.javassist/javassist/3.23.2-GA/c5afe660a95e87ceb518e4f5cf02f5c56b547683/javassist-3.23.2-GA.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy/1.9.16/e7d63009be7b87ff1f15b72e5b8c59c897a8d8bd/byte-buddy-1.9.16.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/antlr/antlr/2.7.7/83cd2cd674a217ade95a4bb83a8a14f351f48bd0/antlr-2.7.7.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.jboss/jandex/2.0.5.Final/7060f67764565b9ee9d467e3ed0cb8a9c601b23a/jandex-2.0.5.Final.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.dom4j/dom4j/2.1.1/3dce5dbb3571aa820c677fadd8349bfa8f00c199/dom4j-2.1.1.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/ch.qos.logback/logback-classic/1.2.3/7c4f3c474fb2c041d8028740440937705ebb473a/logback-classic-1.2.3.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-to-slf4j/2.11.2/6d37bf7b046c0ce2669f26b99365a2cfa45c4c18/log4j-to-slf4j-2.11.2.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.slf4j/jul-to-slf4j/1.7.26/8031352b2bb0a49e67818bf04c027aa92e645d5c/jul-to-slf4j-1.7.26.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.slf4j/slf4j-api/1.7.26/77100a62c2e6f04b53977b9f541044d7d722693d/slf4j-api-1.7.26.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/com.nimbusds/oauth2-oidc-sdk/6.0/e731f0b62727a46ae6d6fded62b5678d28273c3c/oauth2-oidc-sdk-6.0.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/com.nimbusds/nimbus-jose-jwt/6.0.2/81605278e5df1cf4c3774851649b85cade077fa5/nimbus-jose-jwt-6.0.2.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.springframework/spring-jcl/5.1.9.RELEASE/7c372790c999777d20f364960cf557dd74f890cf/spring-jcl-5.1.9.RELEASE.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/net.minidev/json-smart/2.3/7396407491352ce4fa30de92efb158adb76b5b/json-smart-2.3.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy-agent/1.9.16/fd213511a0a845632456f636e576d24c2d6ac3bc/byte-buddy-agent-1.9.16.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.objenesis/objenesis/2.6/639033469776fd37c08358c6b92a4761feb2af4b/objenesis-2.6.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/com.vaadin.external.google/android-json/0.0.20131108.vaadin1/fa26d351fe62a6a17f5cda1287c1c6110dec413f/android-json-0.0.20131108.vaadin1.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-annotations/2.9.0/7c10d545325e3a6e72e06381afe469fd40eb701/jackson-annotations-2.9.0.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-core/2.9.9/bfff5af9fb8347d26bbb7959cb9b4fe9a2b0ca5e/jackson-core-2.9.9.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/com.sun.mail/javax.mail/1.6.2/935151eb71beff17a2ffac15dd80184a99a0514f/javax.mail-1.6.2.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/com.github.stephenc.jcip/jcip-annotations/1.0-1/ef31541dd28ae2cefdd17c7ebf352d93e9058c63/jcip-annotations-1.0-1.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/com.nimbusds/lang-tag/1.4.4/1db9a709239ae473a69b5424c7e78d0b7108229d/lang-tag-1.4.4.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/net.minidev/accessors-smart/1.2/c592b500269bfde36096641b01238a8350f8aa31/accessors-smart-1.2.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/ch.qos.logback/logback-core/1.2.3/864344400c3d4d92dfeb0a305dc87d953677c03c/logback-core-1.2.3.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-api/2.11.2/f5e9a2ffca496057d6891a3de65128efc636e26e/log4j-api-2.11.2.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/javax.activation/activation/1.1/e6cb541461c2834bdea3eb920f1884d1eb508b50/activation-1.1.jar:/Users/govlmo91/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm/5.0.4/da08b8cce7bbf903602a25a3a163ae252435795/asm-5.0.4.jar, java.vm.vendor=JetBrains s.r.o, sun.arch.data.model=64, user.variant=, java.vendor.url=https://www.jetbrains.com/, catalina.useNaming=false, user.timezone=Asia/Seoul, os.name=Mac OS X, java.vm.specification.version=11, javax.persistence.validation.mode=AUTO, user.country=KR, sun.java.launcher=SUN_STANDARD, sun.boot.library.path=/Users/govlmo91/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/193.5233.102/IntelliJ IDEA.app/Contents/jbr/Contents/Home/lib, sun.java.command=worker.org.gradle.process.internal.worker.GradleWorkerMain 'Gradle Test Executor 1', hibernate.transaction.jta.platform=org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform@5052b78c, http.nonProxyHosts=local|*.local|169.254/16|*.169.254/16, javax.persistence.sharedCache.mode=UNSPECIFIED, jdk.debug=release, sun.cpu.endian=little, user.home=/Users/govlmo91, user.language=ko, java.specification.vendor=Oracle Corporation, org.gradle.native=false, java.version.date=2019-07-16, java.home=/Users/govlmo91/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/193.5233.102/IntelliJ IDEA.app/Contents/jbr/Contents/Home, file.separator=/, java.vm.compressedOopsMode=Zero based, line.separator=
, java.specification.name=Java Platform API Specification, java.vm.specification.vendor=Oracle Corporation, hibernate.transaction.coordinator_class=class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorBuilderImpl, java.awt.graphicsenv=sun.awt.CGraphicsEnvironment, java.awt.headless=true, hibernate.hbm2ddl.auto=create-drop, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, ftp.nonProxyHosts=local|*.local|169.254/16|*.169.254/16, java.runtime.version=11.0.4+10-b520.11, user.name=govlmo91, path.separator=:, os.version=10.15.1, java.runtime.name=OpenJDK Runtime Environment, file.encoding=UTF-8, hibernate.ejb.persistenceUnitName=default, spring.beaninfo.ignore=true, java.vm.name=OpenJDK 64-Bit Server VM, hibernate.show_sql=true, java.vendor.url.bug=https://youtrack.jetbrains.com, java.io.tmpdir=/var/folders/nf/2f3v6_z93qxch50n9j73_90h0000gn/T/, com.zaxxer.hikari.pool_number=1, catalina.home=/private/var/folders/nf/2f3v6_z93qxch50n9j73_90h0000gn/T/tomcat.2775861131492305972.0, java.version=11.0.4, hibernate.physical_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy, user.dir=/Users/govlmo91/IdeaProjects/jojoldubook, os.arch=x86_64, java.vm.specification.name=Java Virtual Machine Specification, PID=15190, java.awt.printerjob=sun.lwawt.macosx.CPrinterJob, sun.os.patch.level=unknown, catalina.base=/private/var/folders/nf/2f3v6_z93qxch50n9j73_90h0000gn/T/tomcat.2775861131492305972.0, hibernate.boot.CfgXmlAccessService.key=org.hibernate.boot.cfgxml.spi.LoadedConfig@53276070, java.library.path=/Users/govlmo91/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:., java.vendor=JetBrains s.r.o, java.vm.info=mixed mode, java.vm.version=11.0.4+10-b520.11, hibernate.bytecode.use_reflection_optimizer=false, sun.io.unicode.encoding=UnicodeBig, hibernate.connection.datasource=HikariDataSource (HikariPool-1), socksNonProxyHosts=local|*.local|169.254/16|*.169.254/16, java.class.version=55.0}
2019-12-07 13:56:29.314 DEBUG 15190 --- [    Test worker] o.h.v.i.e.resolver.TraversableResolvers  : Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver
2019-12-07 13:56:29.315 DEBUG 15190 --- [    Test worker] o.h.v.i.e.resolver.TraversableResolvers  : Instantiated JPA aware TraversableResolver of type org.hibernate.validator.internal.engine.resolver.JPATraversableResolver.
2019-12-07 13:56:29.315 DEBUG 15190 --- [    Test worker] o.h.v.i.xml.config.ValidationXmlParser   : Trying to load META-INF/validation.xml for XML based Validator configuration.
2019-12-07 13:56:29.315 DEBUG 15190 --- [    Test worker] o.h.v.i.xml.config.ResourceLoaderHelper  : Trying to load META-INF/validation.xml via TCCL
2019-12-07 13:56:29.316 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       : getResourceAsStream(META-INF/validation.xml)
2019-12-07 13:56:29.316 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :   Delegating to parent classloader jdk.internal.loader.ClassLoaders$AppClassLoader@4b85612c
2019-12-07 13:56:29.316 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :   Searching local repositories
2019-12-07 13:56:29.317 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :   --> Resource not found, returning null
2019-12-07 13:56:29.317 DEBUG 15190 --- [    Test worker] o.h.v.i.xml.config.ResourceLoaderHelper  : Trying to load META-INF/validation.xml via Hibernate Validator's class loader
2019-12-07 13:56:29.317 DEBUG 15190 --- [    Test worker] o.h.v.i.xml.config.ValidationXmlParser   : No META-INF/validation.xml found. Using annotation based configuration only.
2019-12-07 13:56:29.323 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       : getResourceAsStream(META-INF/services/javax.el.ExpressionFactory)
2019-12-07 13:56:29.323 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :   Delegating to parent classloader jdk.internal.loader.ClassLoaders$AppClassLoader@4b85612c
2019-12-07 13:56:29.324 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :   Searching local repositories
2019-12-07 13:56:29.325 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :   --> Resource not found, returning null
2019-12-07 13:56:29.325 DEBUG 15190 --- [    Test worker] .h.v.m.ResourceBundleMessageInterpolator : Loaded expression factory via original TCCL
2019-12-07 13:56:29.325 DEBUG 15190 --- [    Test worker] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator.
2019-12-07 13:56:29.325 DEBUG 15190 --- [    Test worker] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.internal.engine.resolver.JPATraversableResolver as ValidatorFactory-scoped traversable resolver.
2019-12-07 13:56:29.325 DEBUG 15190 --- [    Test worker] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider.
2019-12-07 13:56:29.325 DEBUG 15190 --- [    Test worker] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider.
2019-12-07 13:56:29.325 DEBUG 15190 --- [    Test worker] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory.
2019-12-07 13:56:29.326 DEBUG 15190 --- [    Test worker] o.h.boot.internal.ClassLoaderAccessImpl  : Not known whether passed class name [kr.gracelove.jojoldu.springboot.domain.user.User] is safe
2019-12-07 13:56:29.327 DEBUG 15190 --- [    Test worker] o.h.boot.internal.ClassLoaderAccessImpl  : No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : kr.gracelove.jojoldu.springboot.domain.user.User
2019-12-07 13:56:29.358 DEBUG 15190 --- [    Test worker] o.h.boot.internal.ClassLoaderAccessImpl  : Not known whether passed class name [kr.gracelove.jojoldu.springboot.domain.posts.Posts] is safe
2019-12-07 13:56:29.358 DEBUG 15190 --- [    Test worker] o.h.boot.internal.ClassLoaderAccessImpl  : No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : kr.gracelove.jojoldu.springboot.domain.posts.Posts
2019-12-07 13:56:29.364 DEBUG 15190 --- [    Test worker] org.hibernate.secure.spi.JaccIntegrator  : Skipping JACC integration as it was not enabled
2019-12-07 13:56:29.365 DEBUG 15190 --- [    Test worker] o.hibernate.internal.SessionFactoryImpl  : Instantiated session factory
2019-12-07 13:56:29.365 DEBUG 15190 --- [    Test worker] o.h.type.spi.TypeConfiguration$Scope     : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@4606e7b7] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@5c28fdb5]
2019-12-07 13:56:29.427 DEBUG 15190 --- [    Test worker] o.h.boot.internal.ClassLoaderAccessImpl  : Not known whether passed class name [kr.gracelove.jojoldu.springboot.domain.user.User] is safe
2019-12-07 13:56:29.427 DEBUG 15190 --- [    Test worker] o.h.boot.internal.ClassLoaderAccessImpl  : No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : kr.gracelove.jojoldu.springboot.domain.user.User
2019-12-07 13:56:29.438 DEBUG 15190 --- [    Test worker] org.hibernate.type.EnumType              : Using NAMED-based conversion for Enum kr.gracelove.jojoldu.springboot.domain.user.Role
2019-12-07 13:56:29.438 DEBUG 15190 --- [    Test worker] org.hibernate.type.EnumType              : Using NAMED-based conversion for Enum kr.gracelove.jojoldu.springboot.domain.user.Role
2019-12-07 13:56:29.438 DEBUG 15190 --- [    Test worker] o.h.boot.internal.ClassLoaderAccessImpl  : Not known whether passed class name [kr.gracelove.jojoldu.springboot.domain.user.User] is safe
2019-12-07 13:56:29.438 DEBUG 15190 --- [    Test worker] o.h.boot.internal.ClassLoaderAccessImpl  : No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : kr.gracelove.jojoldu.springboot.domain.user.User
2019-12-07 13:56:29.651 DEBUG 15190 --- [    Test worker] org.hibernate.type.EnumType              : Using NAMED-based conversion for Enum kr.gracelove.jojoldu.springboot.domain.user.Role
2019-12-07 13:56:29.651 DEBUG 15190 --- [    Test worker] org.hibernate.type.EnumType              : Using NAMED-based conversion for Enum kr.gracelove.jojoldu.springboot.domain.user.Role
2019-12-07 13:56:29.660 DEBUG 15190 --- [    Test worker] o.h.boot.internal.ClassLoaderAccessImpl  : Not known whether passed class name [kr.gracelove.jojoldu.springboot.domain.posts.Posts] is safe
2019-12-07 13:56:29.660 DEBUG 15190 --- [    Test worker] o.h.boot.internal.ClassLoaderAccessImpl  : No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : kr.gracelove.jojoldu.springboot.domain.posts.Posts
2019-12-07 13:56:29.660 DEBUG 15190 --- [    Test worker] o.h.boot.internal.ClassLoaderAccessImpl  : Not known whether passed class name [kr.gracelove.jojoldu.springboot.domain.posts.Posts] is safe
2019-12-07 13:56:29.660 DEBUG 15190 --- [    Test worker] o.h.boot.internal.ClassLoaderAccessImpl  : No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : kr.gracelove.jojoldu.springboot.domain.posts.Posts
2019-12-07 13:56:29.681 DEBUG 15190 --- [    Test worker] o.h.p.entity.AbstractEntityPersister     : Static SQL for entity: kr.gracelove.jojoldu.springboot.domain.user.User
2019-12-07 13:56:29.682 DEBUG 15190 --- [    Test worker] o.h.p.entity.AbstractEntityPersister     :  Version select: select id from user where id =?
2019-12-07 13:56:29.682 DEBUG 15190 --- [    Test worker] o.h.p.entity.AbstractEntityPersister     :  Snapshot select: select user_.id, user_.created_date as created_2_1_, user_.modified_date as modified3_1_, user_.email as email4_1_, user_.name as name5_1_, user_.picture as picture6_1_, user_.role as role7_1_ from user user_ where user_.id=?
2019-12-07 13:56:29.682 DEBUG 15190 --- [    Test worker] o.h.p.entity.AbstractEntityPersister     :  Insert 0: insert into user (created_date, modified_date, email, name, picture, role, id) values (?, ?, ?, ?, ?, ?, ?)
2019-12-07 13:56:29.682 DEBUG 15190 --- [    Test worker] o.h.p.entity.AbstractEntityPersister     :  Update 0: update user set created_date=?, modified_date=?, email=?, name=?, picture=?, role=? where id=?
2019-12-07 13:56:29.682 DEBUG 15190 --- [    Test worker] o.h.p.entity.AbstractEntityPersister     :  Delete 0: delete from user where id=?
2019-12-07 13:56:29.682 DEBUG 15190 --- [    Test worker] o.h.p.entity.AbstractEntityPersister     :  Identity insert: insert into user (id, created_date, modified_date, email, name, picture, role) values (null, ?, ?, ?, ?, ?, ?)
2019-12-07 13:56:29.708 DEBUG 15190 --- [    Test worker] o.h.l.p.b.i.spaces.QuerySpacesImpl       : Adding QuerySpace : uid = <gen:0> -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@43c38e2f]
2019-12-07 13:56:29.710 DEBUG 15190 --- [    Test worker] o.h.p.walking.spi.MetamodelGraphWalker   : Visiting attribute path : createdDate
2019-12-07 13:56:29.710 DEBUG 15190 --- [    Test worker] o.h.p.walking.spi.MetamodelGraphWalker   : Visiting attribute path : modifiedDate
2019-12-07 13:56:29.710 DEBUG 15190 --- [    Test worker] o.h.p.walking.spi.MetamodelGraphWalker   : Visiting attribute path : email
2019-12-07 13:56:29.710 DEBUG 15190 --- [    Test worker] o.h.p.walking.spi.MetamodelGraphWalker   : Visiting attribute path : name
2019-12-07 13:56:29.710 DEBUG 15190 --- [    Test worker] o.h.p.walking.spi.MetamodelGraphWalker   : Visiting attribute path : picture
2019-12-07 13:56:29.710 DEBUG 15190 --- [    Test worker] o.h.p.walking.spi.MetamodelGraphWalker   : Visiting attribute path : role
2019-12-07 13:56:29.711 DEBUG 15190 --- [    Test worker] lanBuildingAssociationVisitationStrategy : Building LoadPlan...
2019-12-07 13:56:29.722 DEBUG 15190 --- [    Test worker] h.l.p.e.i.LoadQueryJoinAndFetchProcessor : processing queryspace <gen:0>
2019-12-07 13:56:29.726 DEBUG 15190 --- [    Test worker] o.h.l.p.build.spi.LoadPlanTreePrinter    : LoadPlan(entity=kr.gracelove.jojoldu.springboot.domain.user.User)
    - Returns
       - EntityReturnImpl(entity=kr.gracelove.jojoldu.springboot.domain.user.User, querySpaceUid=<gen:0>, path=kr.gracelove.jojoldu.springboot.domain.user.User)
    - QuerySpaces
       - EntityQuerySpaceImpl(uid=<gen:0>, entity=kr.gracelove.jojoldu.springboot.domain.user.User)
          - SQL table alias mapping - user0_
          - alias suffix - 0_
          - suffixed key columns - {id1_1_0_}

2019-12-07 13:56:29.728 DEBUG 15190 --- [    Test worker] o.h.loader.entity.plan.EntityLoader      : Static select for entity kr.gracelove.jojoldu.springboot.domain.user.User [NONE]: select user0_.id as id1_1_0_, user0_.created_date as created_2_1_0_, user0_.modified_date as modified3_1_0_, user0_.email as email4_1_0_, user0_.name as name5_1_0_, user0_.picture as picture6_1_0_, user0_.role as role7_1_0_ from user user0_ where user0_.id=?
2019-12-07 13:56:29.728 DEBUG 15190 --- [    Test worker] o.h.l.p.b.i.spaces.QuerySpacesImpl       : Adding QuerySpace : uid = <gen:0> -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@b7c1db9]
2019-12-07 13:56:29.729 DEBUG 15190 --- [    Test worker] o.h.p.walking.spi.MetamodelGraphWalker   : Visiting attribute path : createdDate
2019-12-07 13:56:29.729 DEBUG 15190 --- [    Test worker] o.h.p.walking.spi.MetamodelGraphWalker   : Visiting attribute path : modifiedDate
2019-12-07 13:56:29.729 DEBUG 15190 --- [    Test worker] o.h.p.walking.spi.MetamodelGraphWalker   : Visiting attribute path : email
2019-12-07 13:56:29.729 DEBUG 15190 --- [    Test worker] o.h.p.walking.spi.MetamodelGraphWalker   : Visiting attribute path : name
2019-12-07 13:56:29.729 DEBUG 15190 --- [    Test worker] o.h.p.walking.spi.MetamodelGraphWalker   : Visiting attribute path : picture
2019-12-07 13:56:29.729 DEBUG 15190 --- [    Test worker] o.h.p.walking.spi.MetamodelGraphWalker   : Visiting attribute path : role
2019-12-07 13:56:29.729 DEBUG 15190 --- [    Test worker] lanBuildingAssociationVisitationStrategy : Building LoadPlan...
2019-12-07 13:56:29.729 DEBUG 15190 --- [    Test worker] h.l.p.e.i.LoadQueryJoinAndFetchProcessor : processing queryspace <gen:0>
2019-12-07 13:56:29.730 DEBUG 15190 --- [    Test worker] o.h.l.p.build.spi.LoadPlanTreePrinter    : LoadPlan(entity=kr.gracelove.jojoldu.springboot.domain.user.User)
    - Returns
       - EntityReturnImpl(entity=kr.gracelove.jojoldu.springboot.domain.user.User, querySpaceUid=<gen:0>, path=kr.gracelove.jojoldu.springboot.domain.user.User)
    - QuerySpaces
       - EntityQuerySpaceImpl(uid=<gen:0>, entity=kr.gracelove.jojoldu.springboot.domain.user.User)
          - SQL table alias mapping - user0_
          - alias suffix - 0_
          - suffixed key columns - {id1_1_0_}

2019-12-07 13:56:29.730 DEBUG 15190 --- [    Test worker] o.h.loader.entity.plan.EntityLoader      : Static select for entity kr.gracelove.jojoldu.springboot.domain.user.User [READ]: select user0_.id as id1_1_0_, user0_.created_date as created_2_1_0_, user0_.modified_date as modified3_1_0_, user0_.email as email4_1_0_, user0_.name as name5_1_0_, user0_.picture as picture6_1_0_, user0_.role as role7_1_0_ from user user0_ where user0_.id=?
2019-12-07 13:56:29.743 DEBUG 15190 --- [    Test worker] org.hibernate.loader.Loader              : Static select for action ACTION_MERGE on entity kr.gracelove.jojoldu.springboot.domain.user.User: select user0_.id as id1_1_0_, user0_.created_date as created_2_1_0_, user0_.modified_date as modified3_1_0_, user0_.email as email4_1_0_, user0_.name as name5_1_0_, user0_.picture as picture6_1_0_, user0_.role as role7_1_0_ from user user0_ where user0_.id=?
2019-12-07 13:56:29.743 DEBUG 15190 --- [    Test worker] org.hibernate.loader.Loader              : Static select for action ACTION_REFRESH on entity kr.gracelove.jojoldu.springboot.domain.user.User: select user0_.id as id1_1_0_, user0_.created_date as created_2_1_0_, user0_.modified_date as modified3_1_0_, user0_.email as email4_1_0_, user0_.name as name5_1_0_, user0_.picture as picture6_1_0_, user0_.role as role7_1_0_ from user user0_ where user0_.id=?
2019-12-07 13:56:29.744 DEBUG 15190 --- [    Test worker] o.h.p.entity.AbstractEntityPersister     : Static SQL for entity: kr.gracelove.jojoldu.springboot.domain.posts.Posts
2019-12-07 13:56:29.744 DEBUG 15190 --- [    Test worker] o.h.p.entity.AbstractEntityPersister     :  Version select: select id from posts where id =?
2019-12-07 13:56:29.744 DEBUG 15190 --- [    Test worker] o.h.p.entity.AbstractEntityPersister     :  Snapshot select: select posts_.id, posts_.created_date as created_2_0_, posts_.modified_date as modified3_0_, posts_.author as author4_0_, posts_.content as content5_0_, posts_.title as title6_0_ from posts posts_ where posts_.id=?
2019-12-07 13:56:29.744 DEBUG 15190 --- [    Test worker] o.h.p.entity.AbstractEntityPersister     :  Insert 0: insert into posts (created_date, modified_date, author, content, title, id) values (?, ?, ?, ?, ?, ?)
2019-12-07 13:56:29.744 DEBUG 15190 --- [    Test worker] o.h.p.entity.AbstractEntityPersister     :  Update 0: update posts set created_date=?, modified_date=?, author=?, content=?, title=? where id=?
2019-12-07 13:56:29.744 DEBUG 15190 --- [    Test worker] o.h.p.entity.AbstractEntityPersister     :  Delete 0: delete from posts where id=?
2019-12-07 13:56:29.744 DEBUG 15190 --- [    Test worker] o.h.p.entity.AbstractEntityPersister     :  Identity insert: insert into posts (id, created_date, modified_date, author, content, title) values (null, ?, ?, ?, ?, ?)
2019-12-07 13:56:29.744 DEBUG 15190 --- [    Test worker] o.h.l.p.b.i.spaces.QuerySpacesImpl       : Adding QuerySpace : uid = <gen:0> -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@19ea64c1]
2019-12-07 13:56:29.745 DEBUG 15190 --- [    Test worker] o.h.p.walking.spi.MetamodelGraphWalker   : Visiting attribute path : createdDate
2019-12-07 13:56:29.745 DEBUG 15190 --- [    Test worker] o.h.p.walking.spi.MetamodelGraphWalker   : Visiting attribute path : modifiedDate
2019-12-07 13:56:29.745 DEBUG 15190 --- [    Test worker] o.h.p.walking.spi.MetamodelGraphWalker   : Visiting attribute path : author
2019-12-07 13:56:29.745 DEBUG 15190 --- [    Test worker] o.h.p.walking.spi.MetamodelGraphWalker   : Visiting attribute path : content
2019-12-07 13:56:29.745 DEBUG 15190 --- [    Test worker] o.h.p.walking.spi.MetamodelGraphWalker   : Visiting attribute path : title
2019-12-07 13:56:29.745 DEBUG 15190 --- [    Test worker] lanBuildingAssociationVisitationStrategy : Building LoadPlan...
2019-12-07 13:56:29.745 DEBUG 15190 --- [    Test worker] h.l.p.e.i.LoadQueryJoinAndFetchProcessor : processing queryspace <gen:0>
2019-12-07 13:56:29.745 DEBUG 15190 --- [    Test worker] o.h.l.p.build.spi.LoadPlanTreePrinter    : LoadPlan(entity=kr.gracelove.jojoldu.springboot.domain.posts.Posts)
    - Returns
       - EntityReturnImpl(entity=kr.gracelove.jojoldu.springboot.domain.posts.Posts, querySpaceUid=<gen:0>, path=kr.gracelove.jojoldu.springboot.domain.posts.Posts)
    - QuerySpaces
       - EntityQuerySpaceImpl(uid=<gen:0>, entity=kr.gracelove.jojoldu.springboot.domain.posts.Posts)
          - SQL table alias mapping - posts0_
          - alias suffix - 0_
          - suffixed key columns - {id1_0_0_}

2019-12-07 13:56:29.746 DEBUG 15190 --- [    Test worker] o.h.loader.entity.plan.EntityLoader      : Static select for entity kr.gracelove.jojoldu.springboot.domain.posts.Posts [NONE]: select posts0_.id as id1_0_0_, posts0_.created_date as created_2_0_0_, posts0_.modified_date as modified3_0_0_, posts0_.author as author4_0_0_, posts0_.content as content5_0_0_, posts0_.title as title6_0_0_ from posts posts0_ where posts0_.id=?
2019-12-07 13:56:29.746 DEBUG 15190 --- [    Test worker] o.h.l.p.b.i.spaces.QuerySpacesImpl       : Adding QuerySpace : uid = <gen:0> -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@7e014026]
2019-12-07 13:56:29.746 DEBUG 15190 --- [    Test worker] o.h.p.walking.spi.MetamodelGraphWalker   : Visiting attribute path : createdDate
2019-12-07 13:56:29.746 DEBUG 15190 --- [    Test worker] o.h.p.walking.spi.MetamodelGraphWalker   : Visiting attribute path : modifiedDate
2019-12-07 13:56:29.746 DEBUG 15190 --- [    Test worker] o.h.p.walking.spi.MetamodelGraphWalker   : Visiting attribute path : author
2019-12-07 13:56:29.746 DEBUG 15190 --- [    Test worker] o.h.p.walking.spi.MetamodelGraphWalker   : Visiting attribute path : content
2019-12-07 13:56:29.746 DEBUG 15190 --- [    Test worker] o.h.p.walking.spi.MetamodelGraphWalker   : Visiting attribute path : title
2019-12-07 13:56:29.746 DEBUG 15190 --- [    Test worker] lanBuildingAssociationVisitationStrategy : Building LoadPlan...
2019-12-07 13:56:29.746 DEBUG 15190 --- [    Test worker] h.l.p.e.i.LoadQueryJoinAndFetchProcessor : processing queryspace <gen:0>
2019-12-07 13:56:29.747 DEBUG 15190 --- [    Test worker] o.h.l.p.build.spi.LoadPlanTreePrinter    : LoadPlan(entity=kr.gracelove.jojoldu.springboot.domain.posts.Posts)
    - Returns
       - EntityReturnImpl(entity=kr.gracelove.jojoldu.springboot.domain.posts.Posts, querySpaceUid=<gen:0>, path=kr.gracelove.jojoldu.springboot.domain.posts.Posts)
    - QuerySpaces
       - EntityQuerySpaceImpl(uid=<gen:0>, entity=kr.gracelove.jojoldu.springboot.domain.posts.Posts)
          - SQL table alias mapping - posts0_
          - alias suffix - 0_
          - suffixed key columns - {id1_0_0_}

2019-12-07 13:56:29.747 DEBUG 15190 --- [    Test worker] o.h.loader.entity.plan.EntityLoader      : Static select for entity kr.gracelove.jojoldu.springboot.domain.posts.Posts [READ]: select posts0_.id as id1_0_0_, posts0_.created_date as created_2_0_0_, posts0_.modified_date as modified3_0_0_, posts0_.author as author4_0_0_, posts0_.content as content5_0_0_, posts0_.title as title6_0_0_ from posts posts0_ where posts0_.id=?
2019-12-07 13:56:29.747 DEBUG 15190 --- [    Test worker] org.hibernate.loader.Loader              : Static select for action ACTION_MERGE on entity kr.gracelove.jojoldu.springboot.domain.posts.Posts: select posts0_.id as id1_0_0_, posts0_.created_date as created_2_0_0_, posts0_.modified_date as modified3_0_0_, posts0_.author as author4_0_0_, posts0_.content as content5_0_0_, posts0_.title as title6_0_0_ from posts posts0_ where posts0_.id=?
2019-12-07 13:56:29.747 DEBUG 15190 --- [    Test worker] org.hibernate.loader.Loader              : Static select for action ACTION_REFRESH on entity kr.gracelove.jojoldu.springboot.domain.posts.Posts: select posts0_.id as id1_0_0_, posts0_.created_date as created_2_0_0_, posts0_.modified_date as modified3_0_0_, posts0_.author as author4_0_0_, posts0_.content as content5_0_0_, posts0_.title as title6_0_0_ from posts posts0_ where posts0_.id=?
2019-12-07 13:56:29.761 DEBUG 15190 --- [    Test worker] org.hibernate.type.EnumType              : Using NAMED-based conversion for Enum kr.gracelove.jojoldu.springboot.domain.user.Role
2019-12-07 13:56:29.761 DEBUG 15190 --- [    Test worker] org.hibernate.type.EnumType              : Using NAMED-based conversion for Enum kr.gracelove.jojoldu.springboot.domain.user.Role
2019-12-07 13:56:29.778 DEBUG 15190 --- [    Test worker] org.hibernate.SQL                        : drop table posts if exists
Hibernate: drop table posts if exists
2019-12-07 13:56:29.781 DEBUG 15190 --- [    Test worker] org.hibernate.SQL                        : drop table user if exists
Hibernate: drop table user if exists
2019-12-07 13:56:29.783 DEBUG 15190 --- [    Test worker] org.hibernate.SQL                        : create table posts (id bigint generated by default as identity, created_date timestamp, modified_date timestamp, author varchar(255), content TEXT not null, title varchar(500) not null, primary key (id))
Hibernate: create table posts (id bigint generated by default as identity, created_date timestamp, modified_date timestamp, author varchar(255), content TEXT not null, title varchar(500) not null, primary key (id))
2019-12-07 13:56:29.792 DEBUG 15190 --- [    Test worker] org.hibernate.type.EnumType              : Using NAMED-based conversion for Enum kr.gracelove.jojoldu.springboot.domain.user.Role
2019-12-07 13:56:29.792 DEBUG 15190 --- [    Test worker] org.hibernate.SQL                        : create table user (id bigint generated by default as identity, created_date timestamp, modified_date timestamp, email varchar(255) not null, name varchar(255) not null, picture varchar(255), role varchar(255) not null, primary key (id))
Hibernate: create table user (id bigint generated by default as identity, created_date timestamp, modified_date timestamp, email varchar(255) not null, name varchar(255) not null, picture varchar(255), role varchar(255) not null, primary key (id))
2019-12-07 13:56:29.795 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       : getResource(/import.sql)
2019-12-07 13:56:29.795 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :   Delegating to parent classloader jdk.internal.loader.ClassLoaders$AppClassLoader@4b85612c
2019-12-07 13:56:29.795 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :   --> Resource not found, returning null
2019-12-07 13:56:29.796 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       : getResource(import.sql)
2019-12-07 13:56:29.796 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :   Delegating to parent classloader jdk.internal.loader.ClassLoaders$AppClassLoader@4b85612c
2019-12-07 13:56:29.797 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :   --> Resource not found, returning null
2019-12-07 13:56:29.797  INFO 15190 --- [    Test worker] o.h.t.schema.internal.SchemaCreatorImpl  : HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@45ea103d'
2019-12-07 13:56:29.798 DEBUG 15190 --- [    Test worker] o.h.query.spi.NamedQueryRepository       : Checking 0 named HQL queries
2019-12-07 13:56:29.798 DEBUG 15190 --- [    Test worker] o.h.query.spi.NamedQueryRepository       : Checking 0 named SQL queries
2019-12-07 13:56:29.800 DEBUG 15190 --- [    Test worker] o.h.internal.SessionFactoryRegistry      : Initializing SessionFactoryRegistry : org.hibernate.internal.SessionFactoryRegistry@391a0faa
2019-12-07 13:56:29.800 DEBUG 15190 --- [    Test worker] o.h.internal.SessionFactoryRegistry      : Registering SessionFactory: 6d83da6c-4b55-4bed-86b3-2ec5f772c7bb (<unnamed>)
2019-12-07 13:56:29.800 DEBUG 15190 --- [    Test worker] o.h.internal.SessionFactoryRegistry      : Not binding SessionFactory to JNDI, no JNDI name configured
2019-12-07 13:56:29.800  INFO 15190 --- [    Test worker] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-12-07 13:56:29.804 DEBUG 15190 --- [    Test worker] o.s.jdbc.datasource.DataSourceUtils      : Fetching JDBC Connection from DataSource
2019-12-07 13:56:29.810 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'spring.session.jdbc-org.springframework.boot.autoconfigure.session.JdbcSessionProperties'
2019-12-07 13:56:29.811 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:29.811 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.812 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.session.JdbcSessionPropertiesCustomizer)
2019-12-07 13:56:29.813 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.820 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'sessionRepository'
2019-12-07 13:56:29.830 DEBUG 15190 --- [    Test worker] o.s.jdbc.datasource.DataSourceUtils      : Fetching JDBC Connection from DataSource
2019-12-07 13:56:29.831 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:29.831 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.832 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.session.jdbc.JdbcOperationsSessionRepositoryCustomizer)
2019-12-07 13:56:29.833 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.834 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.session.FindByIndexNameSessionRepositoryCustomizer)
2019-12-07 13:56:29.834 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.835 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.session.SessionRepositoryCustomizer)
2019-12-07 13:56:29.836 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.837 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'springSessionRepositoryFilter' via factory method to bean named 'sessionRepository'
2019-12-07 13:56:29.839 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:29.840 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.841 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.session.web.http.OncePerRequestFilterCustomizer)
2019-12-07 13:56:29.842 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.843 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.session.web.http.SessionRepositoryFilterCustomizer)
2019-12-07 13:56:29.844 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.845 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(javax.servlet.FilterCustomizer)
2019-12-07 13:56:29.846 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.847 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'sessionRepositoryFilterRegistration' via factory method to bean named 'spring.session-org.springframework.boot.autoconfigure.session.SessionProperties'
2019-12-07 13:56:29.847 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'sessionRepositoryFilterRegistration' via factory method to bean named 'springSessionRepositoryFilter'
2019-12-07 13:56:29.851 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:29.851 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.853 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.web.servlet.RegistrationBeanCustomizer)
2019-12-07 13:56:29.853 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.854 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.web.servlet.DynamicRegistrationBeanCustomizer)
2019-12-07 13:56:29.854 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.855 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.web.servlet.AbstractFilterRegistrationBeanCustomizer)
2019-12-07 13:56:29.855 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.856 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.web.servlet.FilterRegistrationBeanCustomizer)
2019-12-07 13:56:29.858 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.860 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.web.servlet.ServletContextInitializerCustomizer)
2019-12-07 13:56:29.860 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.861 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.core.OrderedCustomizer)
2019-12-07 13:56:29.861 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.868 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'requestContextFilter'
2019-12-07 13:56:29.869 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:29.869 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.870 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.web.filter.GenericFilterBeanCustomizer)
2019-12-07 13:56:29.870 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.871 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.web.filter.OncePerRequestFilterCustomizer)
2019-12-07 13:56:29.872 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.872 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.web.filter.RequestContextFilterCustomizer)
2019-12-07 13:56:29.873 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.874 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.web.servlet.filter.OrderedRequestContextFilterCustomizer)
2019-12-07 13:56:29.875 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.876 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.web.servlet.filter.OrderedFilterCustomizer)
2019-12-07 13:56:29.877 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.877 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(javax.servlet.FilterCustomizer)
2019-12-07 13:56:29.877 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.878 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.core.OrderedCustomizer)
2019-12-07 13:56:29.878 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.878 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(javax.servlet.FilterCustomizer)
2019-12-07 13:56:29.879 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.879 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.BeanNameAwareCustomizer)
2019-12-07 13:56:29.880 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.880 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:29.880 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.881 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.context.EnvironmentAwareCustomizer)
2019-12-07 13:56:29.881 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.882 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:29.882 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.882 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.core.env.EnvironmentCapableCustomizer)
2019-12-07 13:56:29.883 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.883 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.web.context.ServletContextAwareCustomizer)
2019-12-07 13:56:29.884 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.884 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:29.884 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.885 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.InitializingBeanCustomizer)
2019-12-07 13:56:29.885 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.885 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.DisposableBeanCustomizer)
2019-12-07 13:56:29.886 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.887 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'hiddenHttpMethodFilter'
2019-12-07 13:56:29.887 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration'
2019-12-07 13:56:29.888 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:29.888 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.889 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfigurationCustomizer)
2019-12-07 13:56:29.890 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.891 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$$EnhancerBySpringCGLIB$$36f1ebdcCustomizer)
2019-12-07 13:56:29.891 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.892 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.context.annotation.ConfigurationClassEnhancer$EnhancedConfigurationCustomizer)
2019-12-07 13:56:29.892 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.893 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.BeanFactoryAwareCustomizer)
2019-12-07 13:56:29.893 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.893 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:29.894 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.898 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:29.899 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.900 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.web.filter.GenericFilterBeanCustomizer)
2019-12-07 13:56:29.900 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.901 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.web.filter.OncePerRequestFilterCustomizer)
2019-12-07 13:56:29.901 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.901 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.web.filter.HiddenHttpMethodFilterCustomizer)
2019-12-07 13:56:29.902 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.902 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilterCustomizer)
2019-12-07 13:56:29.903 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.904 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.web.servlet.filter.OrderedFilterCustomizer)
2019-12-07 13:56:29.904 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.904 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(javax.servlet.FilterCustomizer)
2019-12-07 13:56:29.905 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.905 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.core.OrderedCustomizer)
2019-12-07 13:56:29.905 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.906 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(javax.servlet.FilterCustomizer)
2019-12-07 13:56:29.906 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.906 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.BeanNameAwareCustomizer)
2019-12-07 13:56:29.906 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.907 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:29.907 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.907 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.context.EnvironmentAwareCustomizer)
2019-12-07 13:56:29.907 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.908 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:29.908 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.909 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.core.env.EnvironmentCapableCustomizer)
2019-12-07 13:56:29.909 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.909 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.web.context.ServletContextAwareCustomizer)
2019-12-07 13:56:29.909 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.910 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:29.910 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.911 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.InitializingBeanCustomizer)
2019-12-07 13:56:29.911 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.912 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.DisposableBeanCustomizer)
2019-12-07 13:56:29.912 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.913 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'formContentFilter'
2019-12-07 13:56:29.916 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:29.916 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.917 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.web.filter.GenericFilterBeanCustomizer)
2019-12-07 13:56:29.917 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.918 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.web.filter.OncePerRequestFilterCustomizer)
2019-12-07 13:56:29.918 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.918 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.web.filter.FormContentFilterCustomizer)
2019-12-07 13:56:29.919 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.920 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.web.servlet.filter.OrderedFormContentFilterCustomizer)
2019-12-07 13:56:29.921 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.921 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.web.servlet.filter.OrderedFilterCustomizer)
2019-12-07 13:56:29.922 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.922 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(javax.servlet.FilterCustomizer)
2019-12-07 13:56:29.923 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.923 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.core.OrderedCustomizer)
2019-12-07 13:56:29.923 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.924 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(javax.servlet.FilterCustomizer)
2019-12-07 13:56:29.925 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.925 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.BeanNameAwareCustomizer)
2019-12-07 13:56:29.926 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.926 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:29.926 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.927 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.context.EnvironmentAwareCustomizer)
2019-12-07 13:56:29.927 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.927 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:29.928 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.928 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.core.env.EnvironmentCapableCustomizer)
2019-12-07 13:56:29.928 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.929 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.web.context.ServletContextAwareCustomizer)
2019-12-07 13:56:29.929 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.930 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:29.930 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.931 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.InitializingBeanCustomizer)
2019-12-07 13:56:29.931 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.932 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.DisposableBeanCustomizer)
2019-12-07 13:56:29.932 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.933 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'characterEncodingFilter'
2019-12-07 13:56:29.935 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:29.935 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.936 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.web.filter.GenericFilterBeanCustomizer)
2019-12-07 13:56:29.936 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.937 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.web.filter.OncePerRequestFilterCustomizer)
2019-12-07 13:56:29.937 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.938 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.web.filter.CharacterEncodingFilterCustomizer)
2019-12-07 13:56:29.939 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.940 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilterCustomizer)
2019-12-07 13:56:29.941 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.942 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.boot.web.servlet.filter.OrderedFilterCustomizer)
2019-12-07 13:56:29.943 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.943 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(javax.servlet.FilterCustomizer)
2019-12-07 13:56:29.944 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.944 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.core.OrderedCustomizer)
2019-12-07 13:56:29.945 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.946 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(javax.servlet.FilterCustomizer)
2019-12-07 13:56:29.946 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.946 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.BeanNameAwareCustomizer)
2019-12-07 13:56:29.947 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.947 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:29.947 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.948 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.context.EnvironmentAwareCustomizer)
2019-12-07 13:56:29.948 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.949 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:29.950 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.950 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.core.env.EnvironmentCapableCustomizer)
2019-12-07 13:56:29.951 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.951 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.web.context.ServletContextAwareCustomizer)
2019-12-07 13:56:29.952 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.952 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.AwareCustomizer)
2019-12-07 13:56:29.952 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.953 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.InitializingBeanCustomizer)
2019-12-07 13:56:29.954 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.954 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.beans.factory.DisposableBeanCustomizer)
2019-12-07 13:56:29.954 DEBUG 15190 --- [    Test worker] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:29.966 DEBUG 15190 --- [    Test worker] o.s.b.w.s.ServletContextInitializerBeans : Mapping filters: filterRegistrationBean urls=[/*], springSecurityFilterChain urls=[/*], characterEncodingFilter urls=[/*], hiddenHttpMethodFilter urls=[/*], formContentFilter urls=[/*], requestContextFilter urls=[/*]
2019-12-07 13:56:29.966 DEBUG 15190 --- [    Test worker] o.s.b.w.s.ServletContextInitializerBeans : Mapping servlets: dispatcherServlet urls=[/], webServlet urls=[/h2-console/*]
2019-12-07 13:56:29.969 DEBUG 15190 --- [    Test worker] org.apache.catalina.core.ContainerBase   : Add child StandardWrapper[dispatcherServlet] StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]
2019-12-07 13:56:29.970 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:j2eeType=Servlet,WebModule=//localhost/,name=dispatcherServlet,J2EEApplication=none,J2EEServer=none
2019-12-07 13:56:29.970 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet] Tomcat:j2eeType=Servlet,WebModule=//localhost/,name=dispatcherServlet,J2EEApplication=none,J2EEServer=none
2019-12-07 13:56:29.971 DEBUG 15190 --- [    Test worker] org.apache.catalina.core.ContainerBase   : Add child StandardWrapper[webServlet] StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]
2019-12-07 13:56:29.971 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:j2eeType=Servlet,WebModule=//localhost/,name=webServlet,J2EEApplication=none,J2EEServer=none
2019-12-07 13:56:29.971 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[webServlet] Tomcat:j2eeType=Servlet,WebModule=//localhost/,name=webServlet,J2EEApplication=none,J2EEServer=none
2019-12-07 13:56:29.971 DEBUG 15190 --- [    Test worker] o.apache.catalina.core.StandardContext   : Configuring application event listeners
2019-12-07 13:56:29.971 DEBUG 15190 --- [    Test worker] o.a.c.c.C.[Tomcat].[localhost].[/]       :  Configuring event listener class 'org.apache.tomcat.websocket.server.WsContextListener'
2019-12-07 13:56:29.972 DEBUG 15190 --- [    Test worker] o.a.c.c.C.[Tomcat].[localhost].[/]       : Sending application start events
2019-12-07 13:56:29.991 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:type=Manager,host=localhost,context=/
2019-12-07 13:56:29.991 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister StandardManager[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]] Tomcat:type=Manager,host=localhost,context=/
2019-12-07 13:56:29.992 DEBUG 15190 --- [    Test worker] o.a.catalina.session.StandardManager     : Start: Loading persisted sessions
2019-12-07 13:56:29.992 DEBUG 15190 --- [    Test worker] o.a.catalina.session.StandardManager     : Loading persisted sessions from [SESSIONS.ser]
2019-12-07 13:56:29.992 DEBUG 15190 --- [    Test worker] o.a.catalina.session.StandardManager     : No persisted data file found
2019-12-07 13:56:29.992 DEBUG 15190 --- [    Test worker] o.a.c.c.C.[Tomcat].[localhost].[/]       : Starting filters
2019-12-07 13:56:29.993 DEBUG 15190 --- [    Test worker] o.a.c.c.C.[Tomcat].[localhost].[/]       :  Starting filter 'requestContextFilter'
2019-12-07 13:56:29.994 DEBUG 15190 --- [    Test worker] o.s.b.w.s.f.OrderedRequestContextFilter  : Filter 'requestContextFilter' configured for use
2019-12-07 13:56:29.995 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:j2eeType=Filter,WebModule=//localhost/,name=requestContextFilter,J2EEApplication=none,J2EEServer=none
2019-12-07 13:56:29.995 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister ApplicationFilterConfig[name=requestContextFilter, filterClass=org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter] Tomcat:j2eeType=Filter,WebModule=//localhost/,name=requestContextFilter,J2EEApplication=none,J2EEServer=none
2019-12-07 13:56:29.995 DEBUG 15190 --- [    Test worker] o.a.c.c.C.[Tomcat].[localhost].[/]       :  Starting filter 'sessionRepositoryFilter'
2019-12-07 13:56:29.995 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:j2eeType=Filter,WebModule=//localhost/,name=sessionRepositoryFilter,J2EEApplication=none,J2EEServer=none
2019-12-07 13:56:29.995 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister ApplicationFilterConfig[name=sessionRepositoryFilter, filterClass=org.springframework.session.web.http.SessionRepositoryFilter] Tomcat:j2eeType=Filter,WebModule=//localhost/,name=sessionRepositoryFilter,J2EEApplication=none,J2EEServer=none
2019-12-07 13:56:29.996 DEBUG 15190 --- [    Test worker] o.a.c.c.C.[Tomcat].[localhost].[/]       :  Starting filter 'Tomcat WebSocket (JSR356) Filter'
2019-12-07 13:56:29.996 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:j2eeType=Filter,WebModule=//localhost/,name=Tomcat WebSocket (JSR356) Filter,J2EEApplication=none,J2EEServer=none
2019-12-07 13:56:29.996 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister ApplicationFilterConfig[name=Tomcat WebSocket (JSR356) Filter, filterClass=org.apache.tomcat.websocket.server.WsFilter] Tomcat:j2eeType=Filter,WebModule=//localhost/,name=Tomcat WebSocket (JSR356) Filter,J2EEApplication=none,J2EEServer=none
2019-12-07 13:56:29.996 DEBUG 15190 --- [    Test worker] o.a.c.c.C.[Tomcat].[localhost].[/]       :  Starting filter 'hiddenHttpMethodFilter'
2019-12-07 13:56:29.996 DEBUG 15190 --- [    Test worker] .s.b.w.s.f.OrderedHiddenHttpMethodFilter : Filter 'hiddenHttpMethodFilter' configured for use
2019-12-07 13:56:29.996 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:j2eeType=Filter,WebModule=//localhost/,name=hiddenHttpMethodFilter,J2EEApplication=none,J2EEServer=none
2019-12-07 13:56:29.996 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister ApplicationFilterConfig[name=hiddenHttpMethodFilter, filterClass=org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter] Tomcat:j2eeType=Filter,WebModule=//localhost/,name=hiddenHttpMethodFilter,J2EEApplication=none,J2EEServer=none
2019-12-07 13:56:29.997 DEBUG 15190 --- [    Test worker] o.a.c.c.C.[Tomcat].[localhost].[/]       :  Starting filter 'characterEncodingFilter'
2019-12-07 13:56:29.997 DEBUG 15190 --- [    Test worker] s.b.w.s.f.OrderedCharacterEncodingFilter : Filter 'characterEncodingFilter' configured for use
2019-12-07 13:56:29.997 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:j2eeType=Filter,WebModule=//localhost/,name=characterEncodingFilter,J2EEApplication=none,J2EEServer=none
2019-12-07 13:56:29.997 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister ApplicationFilterConfig[name=characterEncodingFilter, filterClass=org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter] Tomcat:j2eeType=Filter,WebModule=//localhost/,name=characterEncodingFilter,J2EEApplication=none,J2EEServer=none
2019-12-07 13:56:29.997 DEBUG 15190 --- [    Test worker] o.a.c.c.C.[Tomcat].[localhost].[/]       :  Starting filter 'springSecurityFilterChain'
2019-12-07 13:56:29.997 DEBUG 15190 --- [    Test worker] .DelegatingFilterProxyRegistrationBean$1 : Filter 'springSecurityFilterChain' configured for use
2019-12-07 13:56:29.997 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:j2eeType=Filter,WebModule=//localhost/,name=springSecurityFilterChain,J2EEApplication=none,J2EEServer=none
2019-12-07 13:56:29.998 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister ApplicationFilterConfig[name=springSecurityFilterChain, filterClass=org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean$1] Tomcat:j2eeType=Filter,WebModule=//localhost/,name=springSecurityFilterChain,J2EEApplication=none,J2EEServer=none
2019-12-07 13:56:29.998 DEBUG 15190 --- [    Test worker] o.a.c.c.C.[Tomcat].[localhost].[/]       :  Starting filter 'formContentFilter'
2019-12-07 13:56:29.998 DEBUG 15190 --- [    Test worker] o.s.b.w.s.f.OrderedFormContentFilter     : Filter 'formContentFilter' configured for use
2019-12-07 13:56:29.998 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:j2eeType=Filter,WebModule=//localhost/,name=formContentFilter,J2EEApplication=none,J2EEServer=none
2019-12-07 13:56:29.998 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister ApplicationFilterConfig[name=formContentFilter, filterClass=org.springframework.boot.web.servlet.filter.OrderedFormContentFilter] Tomcat:j2eeType=Filter,WebModule=//localhost/,name=formContentFilter,J2EEApplication=none,J2EEServer=none
2019-12-07 13:56:29.998 DEBUG 15190 --- [    Test worker] o.apache.catalina.core.StandardContext   : Starting completed
2019-12-07 13:56:29.998 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:type=Valve,host=localhost,name=ErrorReportValve
2019-12-07 13:56:29.999 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister ErrorReportValve[StandardEngine[Tomcat].StandardHost[localhost]] Tomcat:type=Valve,host=localhost,name=ErrorReportValve
2019-12-07 13:56:29.999 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:type=Valve,host=localhost,name=StandardHostValve
2019-12-07 13:56:29.999 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister StandardHostValve[StandardEngine[Tomcat].StandardHost[localhost]] Tomcat:type=Valve,host=localhost,name=StandardHostValve
2019-12-07 13:56:29.999 DEBUG 15190 --- [    Test worker] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:type=Valve,name=StandardEngineValve
2019-12-07 13:56:29.999 DEBUG 15190 --- [    Test worker] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister StandardEngineValve[StandardEngine[Tomcat]] Tomcat:type=Valve,name=StandardEngineValve
2019-12-07 13:56:30.001 DEBUG 15190 --- [    Test worker] org.apache.catalina.mapper.Mapper        : Registered host [localhost]
2019-12-07 13:56:30.001 DEBUG 15190 --- [    Test worker] o.apache.catalina.mapper.MapperListener  : Register Wrapper [default] in Context [] for service [StandardService[Tomcat]]
2019-12-07 13:56:30.002 DEBUG 15190 --- [    Test worker] o.apache.catalina.mapper.MapperListener  : Register Wrapper [webServlet] in Context [] for service [StandardService[Tomcat]]
2019-12-07 13:56:30.002 DEBUG 15190 --- [    Test worker] o.apache.catalina.mapper.MapperListener  : Register Wrapper [dispatcherServlet] in Context [] for service [StandardService[Tomcat]]
2019-12-07 13:56:30.002 DEBUG 15190 --- [    Test worker] o.apache.catalina.mapper.MapperListener  : Register Context [] for service [StandardService[Tomcat]]
2019-12-07 13:56:30.002 DEBUG 15190 --- [    Test worker] o.apache.catalina.mapper.MapperListener  : Register host [localhost] at domain [null] for service [StandardService[Tomcat]]
2019-12-07 13:56:30.007 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'delegatingApplicationListener'
2019-12-07 13:56:30.011 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'application'
2019-12-07 13:56:30.014 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'webConfig'
2019-12-07 13:56:30.015 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class kr.gracelove.jojoldu.springboot.config.WebConfig$$EnhancerBySpringCGLIB$$61d0a39d] - unable to determine constructor/method parameter names
2019-12-07 13:56:30.016 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'loginUserArgumentResolver'
2019-12-07 13:56:30.021 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'loginUserArgumentResolver' via constructor to bean named 'com.sun.proxy.$Proxy122@7d21f372'
2019-12-07 13:56:30.022 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'webConfig' via constructor to bean named 'loginUserArgumentResolver'
2019-12-07 13:56:30.025 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'customOAuth2UserService'
2019-12-07 13:56:30.028 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'userRepository'
2019-12-07 13:56:30.080 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'jpaMappingContext'
2019-12-07 13:56:30.084 DEBUG 15190 --- [    Test worker] .c.JpaMetamodelMappingContextFactoryBean : Initializing JpaMetamodelMappingContext…
2019-12-07 13:56:30.094 DEBUG 15190 --- [    Test worker] .c.JpaMetamodelMappingContextFactoryBean : Finished initializing JpaMetamodelMappingContext!
2019-12-07 13:56:30.104 DEBUG 15190 --- [    Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
2019-12-07 13:56:30.169 DEBUG 15190 --- [    Test worker] o.h.stat.internal.StatisticsInitiator    : Statistics initialized [enabled=false]
2019-12-07 13:56:30.179 DEBUG 15190 --- [    Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
2019-12-07 13:56:30.218 DEBUG 15190 --- [    Test worker] o.s.d.r.c.s.RepositoryFactorySupport     : Initializing repository instance for kr.gracelove.jojoldu.springboot.domain.user.UserRepository…
2019-12-07 13:56:30.231 DEBUG 15190 --- [    Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
2019-12-07 13:56:30.261 DEBUG 15190 --- [    Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
2019-12-07 13:56:30.277 DEBUG 15190 --- [    Test worker] o.s.d.j.r.query.JpaQueryFactory          : Looking up query for method findByEmail
2019-12-07 13:56:30.281 DEBUG 15190 --- [    Test worker] o.s.d.jpa.repository.query.NamedQuery    : Looking up named query User.findByEmail
2019-12-07 13:56:30.283 DEBUG 15190 --- [    Test worker] o.h.e.t.internal.TransactionImpl         : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
2019-12-07 13:56:30.283 DEBUG 15190 --- [    Test worker] o.s.d.jpa.repository.query.NamedQuery    : Did not find named query User.findByEmail
2019-12-07 13:56:30.285 DEBUG 15190 --- [    Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
2019-12-07 13:56:30.352 DEBUG 15190 --- [    Test worker] o.s.d.r.c.s.RepositoryFactorySupport     : Finished creation of repository instance for kr.gracelove.jojoldu.springboot.domain.user.UserRepository.
2019-12-07 13:56:30.357 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'customOAuth2UserService' via constructor to bean named 'userRepository'
2019-12-07 13:56:30.357 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'customOAuth2UserService' via constructor to bean named 'com.sun.proxy.$Proxy122@51885998'
2019-12-07 13:56:30.359 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'securityConfig'
2019-12-07 13:56:30.359 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class kr.gracelove.jojoldu.springboot.config.auth.SecurityConfig$$EnhancerBySpringCGLIB$$6074b3cf] - unable to determine constructor/method parameter names
2019-12-07 13:56:30.360 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'securityConfig' via constructor to bean named 'customOAuth2UserService'
2019-12-07 13:56:30.368 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'objectPostProcessor'
2019-12-07 13:56:30.368 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration'
2019-12-07 13:56:30.372 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'objectPostProcessor' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@62afc6c5'
2019-12-07 13:56:30.383 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'mvcContentNegotiationManager'
2019-12-07 13:56:30.383 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration'
2019-12-07 13:56:30.384 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration$$EnhancerBySpringCGLIB$$6d9cfde5] - unable to determine constructor/method parameter names
2019-12-07 13:56:30.387 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties'
2019-12-07 13:56:30.387 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@62afc6c5'
2019-12-07 13:56:30.394 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.security.config.annotation.web.configuration.WebMvcSecurityConfiguration'
2019-12-07 13:56:30.397 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.security.config.annotation.web.configuration.OAuth2ClientConfiguration$OAuth2ClientWebMvcSecurityConfiguration'
2019-12-07 13:56:30.401 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'clientRegistrationRepository'
2019-12-07 13:56:30.402 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientRegistrationRepositoryConfiguration'
2019-12-07 13:56:30.402 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientRegistrationRepositoryConfiguration$$EnhancerBySpringCGLIB$$47f95a3c] - unable to determine constructor/method parameter names
2019-12-07 13:56:30.403 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'spring.security.oauth2.client-org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties'
2019-12-07 13:56:30.411 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientRegistrationRepositoryConfiguration' via constructor to bean named 'spring.security.oauth2.client-org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties'
2019-12-07 13:56:30.433 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'authorizedClientRepository'
2019-12-07 13:56:30.434 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2WebSecurityConfiguration'
2019-12-07 13:56:30.439 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'authorizedClientService'
2019-12-07 13:56:30.440 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'authorizedClientService' via factory method to bean named 'clientRegistrationRepository'
2019-12-07 13:56:30.444 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'authorizedClientRepository' via factory method to bean named 'authorizedClientService'
2019-12-07 13:56:30.448 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter'
2019-12-07 13:56:30.449 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$$EnhancerBySpringCGLIB$$fa0c8ca] - unable to determine constructor/method parameter names
2019-12-07 13:56:30.449 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties'
2019-12-07 13:56:30.449 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
2019-12-07 13:56:30.449 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@62afc6c5'
2019-12-07 13:56:30.454 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$JpaWebConfiguration$JpaWebMvcConfiguration'
2019-12-07 13:56:30.454 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$JpaWebConfiguration$JpaWebMvcConfiguration$$EnhancerBySpringCGLIB$$4beaba5d] - unable to determine constructor/method parameter names
2019-12-07 13:56:30.455 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$JpaWebConfiguration$JpaWebMvcConfiguration' via constructor to bean named 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties'
2019-12-07 13:56:30.458 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.data.web.config.SpringDataWebConfiguration'
2019-12-07 13:56:30.458 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.data.web.config.SpringDataWebConfiguration$$EnhancerBySpringCGLIB$$6413dbb8] - unable to determine constructor/method parameter names
2019-12-07 13:56:30.459 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.data.web.config.SpringDataWebConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@60a36f4e'
2019-12-07 13:56:30.464 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'pageableCustomizer'
2019-12-07 13:56:30.464 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration'
2019-12-07 13:56:30.465 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration$$EnhancerBySpringCGLIB$$ee466386] - unable to determine constructor/method parameter names
2019-12-07 13:56:30.466 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'spring.data.web-org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties'
2019-12-07 13:56:30.468 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration' via constructor to bean named 'spring.data.web-org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties'
2019-12-07 13:56:30.475 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'sortCustomizer'
2019-12-07 13:56:30.490 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.security.config.annotation.authentication.configuration.AuthenticationConfiguration'
2019-12-07 13:56:30.495 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'enableGlobalAuthenticationAutowiredConfigurer'
2019-12-07 13:56:30.495 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'enableGlobalAuthenticationAutowiredConfigurer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@60a36f4e'
2019-12-07 13:56:30.498 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'initializeUserDetailsBeanManagerConfigurer'
2019-12-07 13:56:30.499 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'initializeUserDetailsBeanManagerConfigurer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@60a36f4e'
2019-12-07 13:56:30.501 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'initializeAuthenticationProviderBeanManagerConfigurer'
2019-12-07 13:56:30.501 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'initializeAuthenticationProviderBeanManagerConfigurer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@60a36f4e'
2019-12-07 13:56:30.506 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'postsService'
2019-12-07 13:56:30.508 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'postsRepository'
2019-12-07 13:56:30.512 DEBUG 15190 --- [    Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
2019-12-07 13:56:30.518 DEBUG 15190 --- [    Test worker] o.s.d.r.c.s.RepositoryFactorySupport     : Initializing repository instance for kr.gracelove.jojoldu.springboot.domain.posts.PostsRepository…
2019-12-07 13:56:30.519 DEBUG 15190 --- [    Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
2019-12-07 13:56:30.520 DEBUG 15190 --- [    Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
2019-12-07 13:56:30.529 DEBUG 15190 --- [    Test worker] o.s.d.j.r.query.JpaQueryFactory          : Looking up query for method findAllDesc
2019-12-07 13:56:30.529 DEBUG 15190 --- [    Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
2019-12-07 13:56:30.546 DEBUG 15190 --- [    Test worker] o.h.h.i.QueryTranslatorFactoryInitiator  : QueryTranslatorFactory : org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory@1906bfe0
2019-12-07 13:56:30.547  INFO 15190 --- [    Test worker] o.h.h.i.QueryTranslatorFactoryInitiator  : HHH000397: Using ASTQueryTranslatorFactory
2019-12-07 13:56:30.585 DEBUG 15190 --- [    Test worker] o.h.h.internal.ast.QueryTranslatorImpl   : parse() - HQL: SELECT p FROM kr.gracelove.jojoldu.springboot.domain.posts.Posts p ORDER BY p.id desc 
2019-12-07 13:56:30.594 DEBUG 15190 --- [    Test worker] o.h.hql.internal.ast.ErrorTracker        : throwQueryException() : no errors
2019-12-07 13:56:30.600 DEBUG 15190 --- [    Test worker] o.h.h.internal.ast.QueryTranslatorImpl   : --- HQL AST ---
 \-[QUERY] Node: 'query'
    +-[SELECT_FROM] Node: 'SELECT_FROM'
    |  +-[FROM] Node: 'FROM'
    |  |  \-[RANGE] Node: 'RANGE'
    |  |     +-[DOT] Node: '.'
    |  |     |  +-[DOT] Node: '.'
    |  |     |  |  +-[DOT] Node: '.'
    |  |     |  |  |  +-[DOT] Node: '.'
    |  |     |  |  |  |  +-[DOT] Node: '.'
    |  |     |  |  |  |  |  +-[DOT] Node: '.'
    |  |     |  |  |  |  |  |  +-[IDENT] Node: 'kr'
    |  |     |  |  |  |  |  |  \-[IDENT] Node: 'gracelove'
    |  |     |  |  |  |  |  \-[IDENT] Node: 'jojoldu'
    |  |     |  |  |  |  \-[IDENT] Node: 'springboot'
    |  |     |  |  |  \-[IDENT] Node: 'domain'
    |  |     |  |  \-[IDENT] Node: 'posts'
    |  |     |  \-[IDENT] Node: 'Posts'
    |  |     \-[ALIAS] Node: 'p'
    |  \-[SELECT] Node: 'SELECT'
    |     \-[IDENT] Node: 'p'
    \-[ORDER] Node: 'ORDER'
       +-[DOT] Node: '.'
       |  +-[IDENT] Node: 'p'
       |  \-[IDENT] Node: 'id'
       \-[DESCENDING] Node: 'desc'

2019-12-07 13:56:30.619 DEBUG 15190 --- [    Test worker] o.h.hql.internal.antlr.HqlSqlBaseWalker  : select << begin [level=1, statement=select]
2019-12-07 13:56:30.629 DEBUG 15190 --- [    Test worker] o.h.hql.internal.ast.tree.FromElement    : FromClause{level=1} : kr.gracelove.jojoldu.springboot.domain.posts.Posts (p) -> posts0_
2019-12-07 13:56:30.631 DEBUG 15190 --- [    Test worker] o.h.h.i.ast.tree.FromReferenceNode       : Resolved : p -> posts0_.id
2019-12-07 13:56:30.633 DEBUG 15190 --- [    Test worker] o.h.h.i.ast.tree.FromReferenceNode       : Resolved : p -> posts0_.id
2019-12-07 13:56:30.634 DEBUG 15190 --- [    Test worker] o.h.hql.internal.ast.tree.DotNode        : getDataType() : id -> org.hibernate.type.LongType@27b1e4b7
2019-12-07 13:56:30.634 DEBUG 15190 --- [    Test worker] o.h.h.i.ast.tree.FromReferenceNode       : Resolved : p.id -> posts0_.id
2019-12-07 13:56:30.635 DEBUG 15190 --- [    Test worker] o.h.hql.internal.antlr.HqlSqlBaseWalker  : select : finishing up [level=1, statement=select]
2019-12-07 13:56:30.635 DEBUG 15190 --- [    Test worker] o.h.hql.internal.ast.HqlSqlWalker        : processQuery() :  ( SELECT ( {select clause} posts0_.id ) ( FromClause{level=1} posts posts0_ ) ( ORDER ( posts0_.id posts0_.id id ) desc ) )
2019-12-07 13:56:30.642 DEBUG 15190 --- [    Test worker] o.h.hql.internal.ast.util.JoinProcessor  : Using FROM fragment [posts posts0_]
2019-12-07 13:56:30.643 DEBUG 15190 --- [    Test worker] o.h.hql.internal.antlr.HqlSqlBaseWalker  : select >> end [level=1, statement=select]
2019-12-07 13:56:30.643 DEBUG 15190 --- [    Test worker] o.h.h.internal.ast.QueryTranslatorImpl   : --- SQL AST ---
 \-[SELECT] QueryNode: 'SELECT'  querySpaces (posts)
    +-[SELECT_CLAUSE] SelectClause: '{select clause}'
    |  +-[ALIAS_REF] IdentNode: 'posts0_.id as id1_0_' {alias=p, className=kr.gracelove.jojoldu.springboot.domain.posts.Posts, tableAlias=posts0_}
    |  \-[SQL_TOKEN] SqlFragment: 'posts0_.created_date as created_2_0_, posts0_.modified_date as modified3_0_, posts0_.author as author4_0_, posts0_.content as content5_0_, posts0_.title as title6_0_'
    +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[p], fromElementByTableAlias=[posts0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]}
    |  \-[FROM_FRAGMENT] FromElement: 'posts posts0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=p,role=null,tableName=posts,tableAlias=posts0_,origin=null,columns={,className=kr.gracelove.jojoldu.springboot.domain.posts.Posts}}
    \-[ORDER] OrderByClause: 'ORDER'
       +-[DOT] DotNode: 'posts0_.id' {propertyName=id,dereferenceType=PRIMITIVE,getPropertyPath=id,path=p.id,tableAlias=posts0_,className=kr.gracelove.jojoldu.springboot.domain.posts.Posts,classAlias=p}
       |  +-[ALIAS_REF] IdentNode: 'posts0_.id' {alias=p, className=kr.gracelove.jojoldu.springboot.domain.posts.Posts, tableAlias=posts0_}
       |  \-[IDENT] IdentNode: 'id' {originalText=id}
       \-[DESCENDING] SqlNode: 'desc'

2019-12-07 13:56:30.643 DEBUG 15190 --- [    Test worker] o.h.hql.internal.ast.ErrorTracker        : throwQueryException() : no errors
2019-12-07 13:56:30.650 DEBUG 15190 --- [    Test worker] o.h.h.internal.ast.QueryTranslatorImpl   : HQL: SELECT p FROM kr.gracelove.jojoldu.springboot.domain.posts.Posts p ORDER BY p.id desc 
2019-12-07 13:56:30.650 DEBUG 15190 --- [    Test worker] o.h.h.internal.ast.QueryTranslatorImpl   : SQL: select posts0_.id as id1_0_, posts0_.created_date as created_2_0_, posts0_.modified_date as modified3_0_, posts0_.author as author4_0_, posts0_.content as content5_0_, posts0_.title as title6_0_ from posts posts0_ order by posts0_.id desc
2019-12-07 13:56:30.650 DEBUG 15190 --- [    Test worker] o.h.hql.internal.ast.ErrorTracker        : throwQueryException() : no errors
2019-12-07 13:56:30.659 DEBUG 15190 --- [    Test worker] o.s.d.r.c.s.RepositoryFactorySupport     : Finished creation of repository instance for kr.gracelove.jojoldu.springboot.domain.posts.PostsRepository.
2019-12-07 13:56:30.660 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'postsService' via constructor to bean named 'postsRepository'
2019-12-07 13:56:30.683 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'indexController'
2019-12-07 13:56:30.687 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'indexController' via constructor to bean named 'postsService'
2019-12-07 13:56:30.688 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'postsApiController'
2019-12-07 13:56:30.691 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'postsApiController' via constructor to bean named 'postsService'
2019-12-07 13:56:30.693 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'authenticationManagerBuilder'
2019-12-07 13:56:30.693 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'authenticationManagerBuilder' via factory method to bean named 'objectPostProcessor'
2019-12-07 13:56:30.693 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'authenticationManagerBuilder' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@60a36f4e'
2019-12-07 13:56:30.699 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'authenticationEventPublisher'
2019-12-07 13:56:30.699 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration'
2019-12-07 13:56:30.702 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'authenticationEventPublisher' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@60a36f4e'
2019-12-07 13:56:30.716 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration'
2019-12-07 13:56:30.744 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'autowiredWebSecurityConfigurersIgnoreParents'
2019-12-07 13:56:30.745 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'autowiredWebSecurityConfigurersIgnoreParents' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@62afc6c5'
2019-12-07 13:56:30.766 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'springSecurityFilterChain'
2019-12-07 13:56:30.771 DEBUG 15190 --- [    Test worker] eGlobalAuthenticationAutowiredConfigurer : Eagerly initializing {securityConfig=kr.gracelove.jojoldu.springboot.config.auth.SecurityConfig$$EnhancerBySpringCGLIB$$6074b3cf@f4d7b71}
2019-12-07 13:56:30.774 DEBUG 15190 --- [    Test worker] swordEncoderAuthenticationManagerBuilder : No authenticationProviders and no parentAuthenticationManager defined. Returning null.
2019-12-07 13:56:30.922 DEBUG 15190 --- [    Test worker] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'permitAll', for Ant [pattern='/']
2019-12-07 13:56:30.922 DEBUG 15190 --- [    Test worker] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'permitAll', for Ant [pattern='/css/**']
2019-12-07 13:56:30.923 DEBUG 15190 --- [    Test worker] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'permitAll', for Ant [pattern='/images/**']
2019-12-07 13:56:30.923 DEBUG 15190 --- [    Test worker] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'permitAll', for Ant [pattern='/js/**']
2019-12-07 13:56:30.923 DEBUG 15190 --- [    Test worker] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'permitAll', for Ant [pattern='/h2-console/**']
2019-12-07 13:56:30.923 DEBUG 15190 --- [    Test worker] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'hasRole('ROLE_USER')', for Ant [pattern='/api/v1/**']
2019-12-07 13:56:30.924 DEBUG 15190 --- [    Test worker] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'authenticated', for any request
2019-12-07 13:56:30.932 DEBUG 15190 --- [    Test worker] o.s.s.w.a.i.FilterSecurityInterceptor    : Validated configuration attributes
2019-12-07 13:56:30.933 DEBUG 15190 --- [    Test worker] o.s.s.w.a.i.FilterSecurityInterceptor    : Validated configuration attributes
2019-12-07 13:56:30.956  INFO 15190 --- [    Test worker] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2866d5a0, org.springframework.security.web.context.SecurityContextPersistenceFilter@767d6191, org.springframework.security.web.header.HeaderWriterFilter@46fe8f15, org.springframework.security.web.authentication.logout.LogoutFilter@4a24bca4, org.springframework.security.oauth2.client.web.OAuth2AuthorizationRequestRedirectFilter@6a18e769, org.springframework.security.oauth2.client.web.OAuth2LoginAuthenticationFilter@6604469f, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@3aae62e3, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@d248a6e, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@66059124, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@eec7ccc, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@69be63c3, org.springframework.security.web.session.SessionManagementFilter@506e95b1, org.springframework.security.web.access.ExceptionTranslationFilter@3dec7566, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@28a1bfb6]
2019-12-07 13:56:30.963 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'webSecurityExpressionHandler'
2019-12-07 13:56:30.965 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'privilegeEvaluator'
2019-12-07 13:56:30.967 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'requestDataValueProcessor'
2019-12-07 13:56:30.969 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.security.config.annotation.web.configuration.OAuth2ClientConfiguration'
2019-12-07 13:56:30.970 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'jpaAuditingHandler'
2019-12-07 13:56:30.975 DEBUG 15190 --- [    Test worker] o.s.data.auditing.AuditingHandler        : No AuditorAware set! Auditing will not be applied!
2019-12-07 13:56:30.976 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.data.jpa.domain.support.AuditingEntityListener'
2019-12-07 13:56:30.977 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration'
2019-12-07 13:56:30.979 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration'
2019-12-07 13:56:30.982 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration'
2019-12-07 13:56:30.984 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration'
2019-12-07 13:56:30.984 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration$$EnhancerBySpringCGLIB$$8e4f463b] - unable to determine constructor/method parameter names
2019-12-07 13:56:30.985 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties'
2019-12-07 13:56:30.987 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration' via constructor to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties'
2019-12-07 13:56:30.989 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'taskExecutorBuilder'
2019-12-07 13:56:30.996 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration'
2019-12-07 13:56:30.999 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'defaultValidator'
2019-12-07 13:56:31.001 DEBUG 15190 --- [    Test worker] o.h.v.i.e.resolver.TraversableResolvers  : Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver
2019-12-07 13:56:31.001 DEBUG 15190 --- [    Test worker] o.h.v.i.e.resolver.TraversableResolvers  : Instantiated JPA aware TraversableResolver of type org.hibernate.validator.internal.engine.resolver.JPATraversableResolver.
2019-12-07 13:56:31.001 DEBUG 15190 --- [    Test worker] .h.v.m.ResourceBundleMessageInterpolator : Loaded expression factory via original TCCL
2019-12-07 13:56:31.006 DEBUG 15190 --- [    Test worker] o.h.v.i.e.resolver.TraversableResolvers  : Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver
2019-12-07 13:56:31.006 DEBUG 15190 --- [    Test worker] o.h.v.i.e.resolver.TraversableResolvers  : Instantiated JPA aware TraversableResolver of type org.hibernate.validator.internal.engine.resolver.JPATraversableResolver.
2019-12-07 13:56:31.007 DEBUG 15190 --- [    Test worker] o.h.v.internal.engine.ConfigurationImpl  : Setting custom MessageInterpolator of type org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
2019-12-07 13:56:31.007 DEBUG 15190 --- [    Test worker] o.h.v.internal.engine.ConfigurationImpl  : Setting custom ConstraintValidatorFactory of type org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
2019-12-07 13:56:31.007 DEBUG 15190 --- [    Test worker] o.h.v.internal.engine.ConfigurationImpl  : Setting custom ParameterNameProvider of type org.springframework.validation.beanvalidation.LocalValidatorFactoryBean$1
2019-12-07 13:56:31.008 DEBUG 15190 --- [    Test worker] o.h.v.i.xml.config.ValidationXmlParser   : Trying to load META-INF/validation.xml for XML based Validator configuration.
2019-12-07 13:56:31.008 DEBUG 15190 --- [    Test worker] o.h.v.i.xml.config.ResourceLoaderHelper  : Trying to load META-INF/validation.xml via user class loader
2019-12-07 13:56:31.008 DEBUG 15190 --- [    Test worker] o.h.v.i.xml.config.ResourceLoaderHelper  : Trying to load META-INF/validation.xml via TCCL
2019-12-07 13:56:31.009 DEBUG 15190 --- [    Test worker] o.h.v.i.xml.config.ResourceLoaderHelper  : Trying to load META-INF/validation.xml via Hibernate Validator's class loader
2019-12-07 13:56:31.009 DEBUG 15190 --- [    Test worker] o.h.v.i.xml.config.ValidationXmlParser   : No META-INF/validation.xml found. Using annotation based configuration only.
2019-12-07 13:56:31.012 DEBUG 15190 --- [    Test worker] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator as ValidatorFactory-scoped message interpolator.
2019-12-07 13:56:31.012 DEBUG 15190 --- [    Test worker] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.internal.engine.resolver.JPATraversableResolver as ValidatorFactory-scoped traversable resolver.
2019-12-07 13:56:31.012 DEBUG 15190 --- [    Test worker] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider.
2019-12-07 13:56:31.012 DEBUG 15190 --- [    Test worker] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider.
2019-12-07 13:56:31.012 DEBUG 15190 --- [    Test worker] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory.
2019-12-07 13:56:31.015 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration'
2019-12-07 13:56:31.018 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'error'
2019-12-07 13:56:31.021 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'beanNameViewResolver'
2019-12-07 13:56:31.025 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'errorAttributes'
2019-12-07 13:56:31.028 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'basicErrorController'
2019-12-07 13:56:31.029 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'basicErrorController' via factory method to bean named 'errorAttributes'
2019-12-07 13:56:31.034 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration'
2019-12-07 13:56:31.035 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration$$EnhancerBySpringCGLIB$$cbddd110] - unable to determine constructor/method parameter names
2019-12-07 13:56:31.035 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration' via constructor to bean named 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties'
2019-12-07 13:56:31.038 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'faviconHandlerMapping'
2019-12-07 13:56:31.043 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'faviconRequestHandler'
2019-12-07 13:56:31.067 DEBUG 15190 --- [    Test worker] o.s.w.s.handler.SimpleUrlHandlerMapping  : Patterns [/**/favicon.ico] in 'faviconHandlerMapping'
2019-12-07 13:56:31.069 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'requestMappingHandlerAdapter'
2019-12-07 13:56:31.078 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'messageConverters'
2019-12-07 13:56:31.079 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration'
2019-12-07 13:56:31.079 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$$EnhancerBySpringCGLIB$$1ce378f9] - unable to determine constructor/method parameter names
2019-12-07 13:56:31.080 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'stringHttpMessageConverter'
2019-12-07 13:56:31.081 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration'
2019-12-07 13:56:31.081 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration$$EnhancerBySpringCGLIB$$4ff13f99] - unable to determine constructor/method parameter names
2019-12-07 13:56:31.082 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration' via constructor to bean named 'spring.http-org.springframework.boot.autoconfigure.http.HttpProperties'
2019-12-07 13:56:31.091 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'mappingJackson2HttpMessageConverter'
2019-12-07 13:56:31.091 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration'
2019-12-07 13:56:31.095 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'jacksonObjectMapper'
2019-12-07 13:56:31.095 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration'
2019-12-07 13:56:31.099 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'jacksonObjectMapperBuilder'
2019-12-07 13:56:31.099 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration'
2019-12-07 13:56:31.100 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration$$EnhancerBySpringCGLIB$$108fef0f] - unable to determine constructor/method parameter names
2019-12-07 13:56:31.100 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@60a36f4e'
2019-12-07 13:56:31.105 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'standardJacksonObjectMapperBuilderCustomizer'
2019-12-07 13:56:31.105 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration'
2019-12-07 13:56:31.109 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties'
2019-12-07 13:56:31.111 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'standardJacksonObjectMapperBuilderCustomizer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@60a36f4e'
2019-12-07 13:56:31.111 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'standardJacksonObjectMapperBuilderCustomizer' via factory method to bean named 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties'
2019-12-07 13:56:31.116 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'standardJacksonObjectMapperBuilderCustomizer'
2019-12-07 13:56:31.120 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'parameterNamesModule'
2019-12-07 13:56:31.120 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$ParameterNamesModuleConfiguration'
2019-12-07 13:56:31.135 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'jsonComponentModule'
2019-12-07 13:56:31.135 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration'
2019-12-07 13:56:31.145 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'jacksonGeoModule'
2019-12-07 13:56:31.146 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.data.web.config.SpringDataJacksonConfiguration'
2019-12-07 13:56:31.155 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'jacksonObjectMapper' via factory method to bean named 'jacksonObjectMapperBuilder'
2019-12-07 13:56:31.180 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'mappingJackson2HttpMessageConverter' via factory method to bean named 'jacksonObjectMapper'
2019-12-07 13:56:31.246 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'mvcConversionService'
2019-12-07 13:56:31.273 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'mvcValidator'
2019-12-07 13:56:31.282 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'sortResolver'
2019-12-07 13:56:31.290 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'pageableResolver'
2019-12-07 13:56:31.295 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'applicationTaskExecutor'
2019-12-07 13:56:31.296 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'applicationTaskExecutor' via factory method to bean named 'taskExecutorBuilder'
2019-12-07 13:56:31.307  INFO 15190 --- [    Test worker] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2019-12-07 13:56:31.323 DEBUG 15190 --- [    Test worker] s.w.s.m.m.a.RequestMappingHandlerAdapter : ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
2019-12-07 13:56:31.354 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'requestMappingHandlerMapping'
2019-12-07 13:56:31.362 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'openEntityManagerInViewInterceptor'
2019-12-07 13:56:31.366  WARN 15190 --- [    Test worker] aWebConfiguration$JpaWebMvcConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2019-12-07 13:56:31.372 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'mvcResourceUrlProvider'
2019-12-07 13:56:31.413 DEBUG 15190 --- [    Test worker] s.w.s.m.m.a.RequestMappingHandlerMapping : 9 mappings in 'requestMappingHandlerMapping'
2019-12-07 13:56:31.415 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'welcomePageHandlerMapping'
2019-12-07 13:56:31.415 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@60a36f4e'
2019-12-07 13:56:31.417  INFO 15190 --- [    Test worker] o.s.b.a.w.s.WelcomePageHandlerMapping    : Adding welcome page template: index
2019-12-07 13:56:31.426 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'mvcPathMatcher'
2019-12-07 13:56:31.430 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'mvcUrlPathHelper'
2019-12-07 13:56:31.433 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'viewControllerHandlerMapping'
2019-12-07 13:56:31.435 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'beanNameHandlerMapping'
2019-12-07 13:56:31.446 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'resourceHandlerMapping'
2019-12-07 13:56:31.451 DEBUG 15190 --- [    Test worker] o.s.w.s.handler.SimpleUrlHandlerMapping  : Patterns [/webjars/**, /**] in 'resourceHandlerMapping'
2019-12-07 13:56:31.451 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'defaultServletHandlerMapping'
2019-12-07 13:56:31.452 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'mvcUriComponentsContributor'
2019-12-07 13:56:31.456 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'httpRequestHandlerAdapter'
2019-12-07 13:56:31.458 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'simpleControllerHandlerAdapter'
2019-12-07 13:56:31.460 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'handlerExceptionResolver'
2019-12-07 13:56:31.465 DEBUG 15190 --- [    Test worker] .m.m.a.ExceptionHandlerExceptionResolver : ControllerAdvice beans: 0 @ExceptionHandler, 1 ResponseBodyAdvice
2019-12-07 13:56:31.469 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'mvcViewResolver'
2019-12-07 13:56:31.476 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'defaultViewResolver'
2019-12-07 13:56:31.490 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'viewResolver'
2019-12-07 13:56:31.491 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'viewResolver' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@62afc6c5'
2019-12-07 13:56:31.499 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'mustacheViewResolver'
2019-12-07 13:56:31.499 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.mustache.MustacheServletWebConfiguration'
2019-12-07 13:56:31.499 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.mustache.MustacheServletWebConfiguration$$EnhancerBySpringCGLIB$$9908c62f] - unable to determine constructor/method parameter names
2019-12-07 13:56:31.500 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'spring.mustache-org.springframework.boot.autoconfigure.mustache.MustacheProperties'
2019-12-07 13:56:31.503 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.mustache.MustacheServletWebConfiguration' via constructor to bean named 'spring.mustache-org.springframework.boot.autoconfigure.mustache.MustacheProperties'
2019-12-07 13:56:31.507 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'mustacheCompiler'
2019-12-07 13:56:31.507 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration'
2019-12-07 13:56:31.507 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration$$EnhancerBySpringCGLIB$$393565cf] - unable to determine constructor/method parameter names
2019-12-07 13:56:31.508 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration' via constructor to bean named 'spring.mustache-org.springframework.boot.autoconfigure.mustache.MustacheProperties'
2019-12-07 13:56:31.508 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration' via constructor to bean named 'environment'
2019-12-07 13:56:31.508 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@60a36f4e'
2019-12-07 13:56:31.513 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'mustacheTemplateLoader'
2019-12-07 13:56:31.518 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'mustacheCompiler' via factory method to bean named 'mustacheTemplateLoader'
2019-12-07 13:56:31.525 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'mustacheViewResolver' via factory method to bean named 'mustacheCompiler'
2019-12-07 13:56:31.539 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$CglibAutoProxyConfiguration'
2019-12-07 13:56:31.543 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration'
2019-12-07 13:56:31.546 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.jta.JtaAutoConfiguration'
2019-12-07 13:56:31.550 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration'
2019-12-07 13:56:31.554 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration'
2019-12-07 13:56:31.557 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceInitializationConfiguration'
2019-12-07 13:56:31.559 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration'
2019-12-07 13:56:31.562 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$JpaWebConfiguration'
2019-12-07 13:56:31.565 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration'
2019-12-07 13:56:31.567 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration'
2019-12-07 13:56:31.570 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration'
2019-12-07 13:56:31.572 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration'
2019-12-07 13:56:31.574 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.data.jpa.util.JpaMetamodelCacheCleanup'
2019-12-07 13:56:31.576 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.data.jpa.repository.support.JpaEvaluationContextExtension'
2019-12-07 13:56:31.580 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration'
2019-12-07 13:56:31.582 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.data.web.config.ProjectingArgumentResolverRegistrar'
2019-12-07 13:56:31.585 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration$LoggingCodecConfiguration'
2019-12-07 13:56:31.587 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'loggingCodecCustomizer'
2019-12-07 13:56:31.587 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'loggingCodecCustomizer' via factory method to bean named 'spring.http-org.springframework.boot.autoconfigure.http.HttpProperties'
2019-12-07 13:56:31.591 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration$JacksonCodecConfiguration'
2019-12-07 13:56:31.594 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'jacksonCodecCustomizer'
2019-12-07 13:56:31.594 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'jacksonCodecCustomizer' via factory method to bean named 'jacksonObjectMapper'
2019-12-07 13:56:31.598 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration'
2019-12-07 13:56:31.601 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration'
2019-12-07 13:56:31.601 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration$$EnhancerBySpringCGLIB$$3ea9ba7e] - unable to determine constructor/method parameter names
2019-12-07 13:56:31.602 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties'
2019-12-07 13:56:31.604 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' via constructor to bean named 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties'
2019-12-07 13:56:31.606 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration$JdbcTemplateConfiguration'
2019-12-07 13:56:31.607 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration$JdbcTemplateConfiguration$$EnhancerBySpringCGLIB$$1b3adbd2] - unable to determine constructor/method parameter names
2019-12-07 13:56:31.608 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties'
2019-12-07 13:56:31.609 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration$JdbcTemplateConfiguration' via constructor to bean named 'dataSource'
2019-12-07 13:56:31.609 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration$JdbcTemplateConfiguration' via constructor to bean named 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties'
2019-12-07 13:56:31.612 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'jdbcTemplate'
2019-12-07 13:56:31.625 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration$NamedParameterJdbcTemplateConfiguration'
2019-12-07 13:56:31.628 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'namedParameterJdbcTemplate'
2019-12-07 13:56:31.629 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'namedParameterJdbcTemplate' via factory method to bean named 'jdbcTemplate'
2019-12-07 13:56:31.639 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration'
2019-12-07 13:56:31.641 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration'
2019-12-07 13:56:31.644 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.SecurityRequestMatcherProviderAutoConfiguration$MvcRequestMatcherConfiguration'
2019-12-07 13:56:31.647 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'requestMatcherProvider'
2019-12-07 13:56:31.648 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'mvcHandlerMappingIntrospector'
2019-12-07 13:56:31.652 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'requestMatcherProvider' via factory method to bean named 'mvcHandlerMappingIntrospector'
2019-12-07 13:56:31.656 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.SecurityRequestMatcherProviderAutoConfiguration'
2019-12-07 13:56:31.659 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration'
2019-12-07 13:56:31.662 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.session.SessionAutoConfiguration$ServletSessionRepositoryImplementationValidator'
2019-12-07 13:56:31.663 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.session.SessionAutoConfiguration$ServletSessionRepositoryImplementationValidator' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@60a36f4e'
2019-12-07 13:56:31.663 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.session.SessionAutoConfiguration$ServletSessionRepositoryImplementationValidator' via constructor to bean named 'spring.session-org.springframework.boot.autoconfigure.session.SessionProperties'
2019-12-07 13:56:31.665 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'sessionEventHttpSessionListenerAdapter'
2019-12-07 13:56:31.668 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.session.JdbcSessionConfiguration'
2019-12-07 13:56:31.671 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'jdbcSessionDataSourceInitializer'
2019-12-07 13:56:31.673 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'jdbcSessionDataSourceInitializer' via factory method to bean named 'dataSource'
2019-12-07 13:56:31.673 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'jdbcSessionDataSourceInitializer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@60a36f4e'
2019-12-07 13:56:31.673 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'jdbcSessionDataSourceInitializer' via factory method to bean named 'spring.session.jdbc-org.springframework.boot.autoconfigure.session.JdbcSessionProperties'
2019-12-07 13:56:31.677 DEBUG 15190 --- [    Test worker] o.s.jdbc.datasource.DataSourceUtils      : Fetching JDBC Connection from DataSource
2019-12-07 13:56:31.677 DEBUG 15190 --- [    Test worker] o.s.jdbc.datasource.DataSourceUtils      : Fetching JDBC Connection from DataSource
2019-12-07 13:56:31.678 DEBUG 15190 --- [    Test worker] o.s.jdbc.datasource.DataSourceUtils      : Fetching JDBC Connection from DataSource
2019-12-07 13:56:31.680 DEBUG 15190 --- [    Test worker] o.s.jdbc.datasource.init.ScriptUtils     : Executing SQL script from class path resource [org/springframework/session/jdbc/schema-h2.sql]
2019-12-07 13:56:31.685 DEBUG 15190 --- [    Test worker] o.s.jdbc.datasource.init.ScriptUtils     : 0 returned as update count for SQL: CREATE TABLE SPRING_SESSION ( PRIMARY_ID CHAR(36) NOT NULL, SESSION_ID CHAR(36) NOT NULL, CREATION_TIME BIGINT NOT NULL, LAST_ACCESS_TIME BIGINT NOT NULL, MAX_INACTIVE_INTERVAL INT NOT NULL, EXPIRY_TIME BIGINT NOT NULL, PRINCIPAL_NAME VARCHAR(100), CONSTRAINT SPRING_SESSION_PK PRIMARY KEY (PRIMARY_ID) )
2019-12-07 13:56:31.686 DEBUG 15190 --- [    Test worker] o.s.jdbc.datasource.init.ScriptUtils     : 0 returned as update count for SQL: CREATE UNIQUE INDEX SPRING_SESSION_IX1 ON SPRING_SESSION (SESSION_ID)
2019-12-07 13:56:31.687 DEBUG 15190 --- [    Test worker] o.s.jdbc.datasource.init.ScriptUtils     : 0 returned as update count for SQL: CREATE INDEX SPRING_SESSION_IX2 ON SPRING_SESSION (EXPIRY_TIME)
2019-12-07 13:56:31.687 DEBUG 15190 --- [    Test worker] o.s.jdbc.datasource.init.ScriptUtils     : 0 returned as update count for SQL: CREATE INDEX SPRING_SESSION_IX3 ON SPRING_SESSION (PRINCIPAL_NAME)
2019-12-07 13:56:31.694 DEBUG 15190 --- [    Test worker] o.s.jdbc.datasource.init.ScriptUtils     : 0 returned as update count for SQL: CREATE TABLE SPRING_SESSION_ATTRIBUTES ( SESSION_PRIMARY_ID CHAR(36) NOT NULL, ATTRIBUTE_NAME VARCHAR(200) NOT NULL, ATTRIBUTE_BYTES LONGVARBINARY NOT NULL, CONSTRAINT SPRING_SESSION_ATTRIBUTES_PK PRIMARY KEY (SESSION_PRIMARY_ID, ATTRIBUTE_NAME), CONSTRAINT SPRING_SESSION_ATTRIBUTES_FK FOREIGN KEY (SESSION_PRIMARY_ID) REFERENCES SPRING_SESSION(PRIMARY_ID) ON DELETE CASCADE )
2019-12-07 13:56:31.694 DEBUG 15190 --- [    Test worker] o.s.jdbc.datasource.init.ScriptUtils     : Executed SQL script from class path resource [org/springframework/session/jdbc/schema-h2.sql] in 14 ms.
2019-12-07 13:56:31.695 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.session.SessionAutoConfiguration$ServletSessionConfiguration$ServletSessionRepositoryConfiguration'
2019-12-07 13:56:31.697 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.session.SessionAutoConfiguration$ServletSessionRepositoryValidator'
2019-12-07 13:56:31.698 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.session.SessionAutoConfiguration$ServletSessionRepositoryValidator' via constructor to bean named 'spring.session-org.springframework.boot.autoconfigure.session.SessionProperties'
2019-12-07 13:56:31.701 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.session.SessionAutoConfiguration'
2019-12-07 13:56:31.704 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration'
2019-12-07 13:56:31.707 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'taskSchedulerBuilder'
2019-12-07 13:56:31.708 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties'
2019-12-07 13:56:31.710 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'taskSchedulerBuilder' via factory method to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties'
2019-12-07 13:56:31.715 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$DataSourceTransactionManagerConfiguration'
2019-12-07 13:56:31.715 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$DataSourceTransactionManagerConfiguration$$EnhancerBySpringCGLIB$$afb045d4] - unable to determine constructor/method parameter names
2019-12-07 13:56:31.716 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$DataSourceTransactionManagerConfiguration' via constructor to bean named 'dataSource'
2019-12-07 13:56:31.720 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration'
2019-12-07 13:56:31.722 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration$CglibAutoProxyConfiguration'
2019-12-07 13:56:31.724 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration'
2019-12-07 13:56:31.727 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$TransactionTemplateConfiguration'
2019-12-07 13:56:31.727 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$TransactionTemplateConfiguration$$EnhancerBySpringCGLIB$$13a0aa7] - unable to determine constructor/method parameter names
2019-12-07 13:56:31.728 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$TransactionTemplateConfiguration' via constructor to bean named 'transactionManager'
2019-12-07 13:56:31.731 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'transactionTemplate'
2019-12-07 13:56:31.738 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration'
2019-12-07 13:56:31.738 DEBUG 15190 --- [    Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration$$EnhancerBySpringCGLIB$$9dc5a6e6] - unable to determine constructor/method parameter names
2019-12-07 13:56:31.740 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'restTemplateBuilder'
2019-12-07 13:56:31.746 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration'
2019-12-07 13:56:31.749 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'multipartResolver'
2019-12-07 13:56:31.751 DEBUG 15190 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Creating shared instance of singleton bean 'org.springframework.boot.test.web.client.TestRestTemplate'
2019-12-07 13:56:31.789 DEBUG 15190 --- [    Test worker] ConditionEvaluationReportLoggingListener : 


============================
CONDITIONS EVALUATION REPORT
============================


Positive matches:
-----------------

   AopAutoConfiguration matched:
      - @ConditionalOnClass found required classes 'org.springframework.context.annotation.EnableAspectJAutoProxy', 'org.aspectj.lang.annotation.Aspect', 'org.aspectj.lang.reflect.Advice', 'org.aspectj.weaver.AnnotatedElement' (OnClassCondition)
      - @ConditionalOnProperty (spring.aop.auto=true) matched (OnPropertyCondition)

   AopAutoConfiguration.CglibAutoProxyConfiguration matched:
      - @ConditionalOnProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition)

   CodecsAutoConfiguration matched:
      - @ConditionalOnClass found required class 'org.springframework.http.codec.CodecConfigurer' (OnClassCondition)

   CodecsAutoConfiguration.JacksonCodecConfiguration matched:
      - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition)

   CodecsAutoConfiguration.JacksonCodecConfiguration#jacksonCodecCustomizer matched:
      - @ConditionalOnBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found bean 'jacksonObjectMapper' (OnBeanCondition)

   DataSourceAutoConfiguration matched:
      - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition)

   DataSourceAutoConfiguration.PooledDataSourceConfiguration matched:
      - AnyNestedCondition 1 matched 1 did not; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.PooledDataSourceAvailable PooledDataSource found supported DataSource; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.ExplicitType @ConditionalOnProperty (spring.datasource.type) did not find property 'type' (DataSourceAutoConfiguration.PooledDataSourceCondition)
      - @ConditionalOnMissingBean (types: javax.sql.DataSource,javax.sql.XADataSource; SearchStrategy: all) did not find any beans (OnBeanCondition)

   DataSourceConfiguration.Hikari matched:
      - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition)
      - @ConditionalOnProperty (spring.datasource.type=com.zaxxer.hikari.HikariDataSource) matched (OnPropertyCondition)
      - @ConditionalOnMissingBean (types: javax.sql.DataSource; SearchStrategy: all) did not find any beans (OnBeanCondition)

   DataSourcePoolMetadataProvidersConfiguration.HikariPoolDataSourceMetadataProviderConfiguration matched:
      - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition)

   DataSourceTransactionManagerAutoConfiguration matched:
      - @ConditionalOnClass found required classes 'org.springframework.jdbc.core.JdbcTemplate', 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition)

   DataSourceTransactionManagerAutoConfiguration.DataSourceTransactionManagerConfiguration matched:
      - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a primary bean from beans 'dataSource' (OnBeanCondition)

   DispatcherServletAutoConfiguration matched:
      - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
      - found 'session' scope (OnWebApplicationCondition)

   DispatcherServletAutoConfiguration.DispatcherServletConfiguration matched:
      - @ConditionalOnClass found required class 'javax.servlet.ServletRegistration' (OnClassCondition)
      - Default DispatcherServlet did not find dispatcher servlet beans (DispatcherServletAutoConfiguration.DefaultDispatcherServletCondition)

   DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration matched:
      - @ConditionalOnClass found required class 'javax.servlet.ServletRegistration' (OnClassCondition)
      - DispatcherServlet Registration did not find servlet registration bean (DispatcherServletAutoConfiguration.DispatcherServletRegistrationCondition)

   DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration#dispatcherServletRegistration matched:
      - @ConditionalOnBean (names: dispatcherServlet; types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition)

   EmbeddedWebServerFactoryCustomizerAutoConfiguration matched:
      - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)

   EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration matched:
      - @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition)

   ErrorMvcAutoConfiguration matched:
      - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
      - found 'session' scope (OnWebApplicationCondition)

   ErrorMvcAutoConfiguration#basicErrorController matched:
      - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorController; SearchStrategy: current) did not find any beans (OnBeanCondition)

   ErrorMvcAutoConfiguration#errorAttributes matched:
      - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorAttributes; SearchStrategy: current) did not find any beans (OnBeanCondition)

   ErrorMvcAutoConfiguration.DefaultErrorViewResolverConfiguration#conventionErrorViewResolver matched:
      - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)

   ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration matched:
      - @ConditionalOnProperty (server.error.whitelabel.enabled) matched (OnPropertyCondition)
      - ErrorTemplate Missing did not find error template view (ErrorMvcAutoConfiguration.ErrorTemplateMissingCondition)

   ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#beanNameViewResolver matched:
      - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)

   ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#defaultErrorView matched:
      - @ConditionalOnMissingBean (names: error; SearchStrategy: all) did not find any beans (OnBeanCondition)

   GenericCacheConfiguration matched:
      - Cache org.springframework.boot.autoconfigure.cache.GenericCacheConfiguration automatic cache type (CacheCondition)

   H2ConsoleAutoConfiguration matched:
      - @ConditionalOnClass found required class 'org.h2.server.web.WebServlet' (OnClassCondition)
      - found 'session' scope (OnWebApplicationCondition)
      - @ConditionalOnProperty (spring.h2.console.enabled=true) matched (OnPropertyCondition)

   HibernateJpaAutoConfiguration matched:
      - @ConditionalOnClass found required classes 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean', 'javax.persistence.EntityManager', 'org.hibernate.engine.spi.SessionImplementor' (OnClassCondition)

   HibernateJpaConfiguration matched:
      - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a primary bean from beans 'dataSource' (OnBeanCondition)

   HttpEncodingAutoConfiguration matched:
      - @ConditionalOnClass found required class 'org.springframework.web.filter.CharacterEncodingFilter' (OnClassCondition)
      - found 'session' scope (OnWebApplicationCondition)
      - @ConditionalOnProperty (spring.http.encoding.enabled) matched (OnPropertyCondition)

   HttpEncodingAutoConfiguration#characterEncodingFilter matched:
      - @ConditionalOnMissingBean (types: org.springframework.web.filter.CharacterEncodingFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)

   HttpMessageConvertersAutoConfiguration matched:
      - @ConditionalOnClass found required class 'org.springframework.http.converter.HttpMessageConverter' (OnClassCondition)

   HttpMessageConvertersAutoConfiguration#messageConverters matched:
      - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.http.HttpMessageConverters; SearchStrategy: all) did not find any beans (OnBeanCondition)

   HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration matched:
      - @ConditionalOnClass found required class 'org.springframework.http.converter.StringHttpMessageConverter' (OnClassCondition)

   HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration#stringHttpMessageConverter matched:
      - @ConditionalOnMissingBean (types: org.springframework.http.converter.StringHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)

   JacksonAutoConfiguration matched:
      - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition)

   JacksonAutoConfiguration.Jackson2ObjectMapperBuilderCustomizerConfiguration matched:
      - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)

   JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration matched:
      - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)

   JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration#jacksonObjectMapperBuilder matched:
      - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.Jackson2ObjectMapperBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)

   JacksonAutoConfiguration.JacksonObjectMapperConfiguration matched:
      - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)

   JacksonAutoConfiguration.JacksonObjectMapperConfiguration#jacksonObjectMapper matched:
      - @ConditionalOnMissingBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) did not find any beans (OnBeanCondition)

   JacksonAutoConfiguration.ParameterNamesModuleConfiguration matched:
      - @ConditionalOnClass found required class 'com.fasterxml.jackson.module.paramnames.ParameterNamesModule' (OnClassCondition)

   JacksonAutoConfiguration.ParameterNamesModuleConfiguration#parameterNamesModule matched:
      - @ConditionalOnMissingBean (types: com.fasterxml.jackson.module.paramnames.ParameterNamesModule; SearchStrategy: all) did not find any beans (OnBeanCondition)

   JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration matched:
      - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition)
      - @ConditionalOnProperty (spring.http.converters.preferred-json-mapper=jackson) matched (OnPropertyCondition)
      - @ConditionalOnBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found bean 'jacksonObjectMapper' (OnBeanCondition)

   JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration#mappingJackson2HttpMessageConverter matched:
      - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)

   JdbcSessionConfiguration matched:
      - @ConditionalOnClass found required classes 'org.springframework.jdbc.core.JdbcTemplate', 'org.springframework.session.jdbc.JdbcOperationsSessionRepository' (OnClassCondition)
      - Session Condition found spring.session.store-type property JDBC (ServletSessionCondition)
      - @ConditionalOnBean (types: javax.sql.DataSource; SearchStrategy: all) found bean 'dataSource'; @ConditionalOnMissingBean (types: org.springframework.session.SessionRepository; SearchStrategy: all) did not find any beans (OnBeanCondition)

   JdbcSessionConfiguration#jdbcSessionDataSourceInitializer matched:
      - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.session.JdbcSessionDataSourceInitializer; SearchStrategy: all) did not find any beans (OnBeanCondition)

   JdbcTemplateAutoConfiguration matched:
      - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.core.JdbcTemplate' (OnClassCondition)
      - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a primary bean from beans 'dataSource' (OnBeanCondition)

   JdbcTemplateAutoConfiguration.JdbcTemplateConfiguration#jdbcTemplate matched:
      - @ConditionalOnMissingBean (types: org.springframework.jdbc.core.JdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition)

   JdbcTemplateAutoConfiguration.NamedParameterJdbcTemplateConfiguration#namedParameterJdbcTemplate matched:
      - @ConditionalOnSingleCandidate (types: org.springframework.jdbc.core.JdbcTemplate; SearchStrategy: all) found a primary bean from beans 'jdbcTemplate'; @ConditionalOnMissingBean (types: org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition)

   JpaBaseConfiguration#entityManagerFactory matched:
      - @ConditionalOnMissingBean (types: org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean,javax.persistence.EntityManagerFactory; SearchStrategy: all) did not find any beans (OnBeanCondition)

   JpaBaseConfiguration#entityManagerFactoryBuilder matched:
      - @ConditionalOnMissingBean (types: org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)

   JpaBaseConfiguration#jpaVendorAdapter matched:
      - @ConditionalOnMissingBean (types: org.springframework.orm.jpa.JpaVendorAdapter; SearchStrategy: all) did not find any beans (OnBeanCondition)

   JpaBaseConfiguration#transactionManager matched:
      - @ConditionalOnMissingBean (types: org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition)

   JpaBaseConfiguration.JpaWebConfiguration matched:
      - @ConditionalOnClass found required class 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition)
      - found 'session' scope (OnWebApplicationCondition)
      - @ConditionalOnProperty (spring.jpa.open-in-view=true) matched (OnPropertyCondition)
      - @ConditionalOnMissingBean (types: org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor,org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)

   JpaRepositoriesAutoConfiguration matched:
      - @ConditionalOnClass found required class 'org.springframework.data.jpa.repository.JpaRepository' (OnClassCondition)
      - @ConditionalOnProperty (spring.data.jpa.repositories.enabled=true) matched (OnPropertyCondition)
      - @ConditionalOnBean (types: javax.sql.DataSource; SearchStrategy: all) found bean 'dataSource'; @ConditionalOnMissingBean (types: org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean,org.springframework.data.jpa.repository.config.JpaRepositoryConfigExtension; SearchStrategy: all) did not find any beans (OnBeanCondition)

   JtaAutoConfiguration matched:
      - @ConditionalOnClass found required class 'javax.transaction.Transaction' (OnClassCondition)
      - @ConditionalOnProperty (spring.jta.enabled) matched (OnPropertyCondition)

   MultipartAutoConfiguration matched:
      - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.multipart.support.StandardServletMultipartResolver', 'javax.servlet.MultipartConfigElement' (OnClassCondition)
      - found 'session' scope (OnWebApplicationCondition)
      - @ConditionalOnProperty (spring.servlet.multipart.enabled) matched (OnPropertyCondition)

   MultipartAutoConfiguration#multipartConfigElement matched:
      - @ConditionalOnMissingBean (types: javax.servlet.MultipartConfigElement,org.springframework.web.multipart.commons.CommonsMultipartResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)

   MultipartAutoConfiguration#multipartResolver matched:
      - @ConditionalOnMissingBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)

   MustacheAutoConfiguration matched:
      - @ConditionalOnClass found required class 'com.samskivert.mustache.Mustache' (OnClassCondition)

   MustacheAutoConfiguration#mustacheCompiler matched:
      - @ConditionalOnMissingBean (types: com.samskivert.mustache.Mustache$Compiler; SearchStrategy: all) did not find any beans (OnBeanCondition)

   MustacheAutoConfiguration#mustacheTemplateLoader matched:
      - @ConditionalOnMissingBean (types: com.samskivert.mustache.Mustache$TemplateLoader; SearchStrategy: all) did not find any beans (OnBeanCondition)

   MustacheServletWebConfiguration matched:
      - found 'session' scope (OnWebApplicationCondition)

   MustacheServletWebConfiguration#mustacheViewResolver matched:
      - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.view.MustacheViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)

   NoOpCacheConfiguration matched:
      - Cache org.springframework.boot.autoconfigure.cache.NoOpCacheConfiguration automatic cache type (CacheCondition)

   OAuth2ClientAutoConfiguration matched:
      - @ConditionalOnClass found required classes 'org.springframework.security.config.annotation.web.configuration.EnableWebSecurity', 'org.springframework.security.oauth2.client.registration.ClientRegistration' (OnClassCondition)
      - found 'session' scope (OnWebApplicationCondition)

   OAuth2ClientRegistrationRepositoryConfiguration matched:
      - OAuth2 Clients Configured Condition found registered clients 548217201313-nhpcmes64scpo2ah1vu8p7nt10tqucmm.apps.googleusercontent.com, r2ILS1ZiFsf1D08gUqfj (ClientsConfiguredCondition)

   OAuth2ClientRegistrationRepositoryConfiguration#clientRegistrationRepository matched:
      - @ConditionalOnMissingBean (types: org.springframework.security.oauth2.client.registration.ClientRegistrationRepository; SearchStrategy: all) did not find any beans (OnBeanCondition)

   OAuth2WebSecurityConfiguration matched:
      - @ConditionalOnBean (types: org.springframework.security.oauth2.client.registration.ClientRegistrationRepository; SearchStrategy: all) found bean 'clientRegistrationRepository' (OnBeanCondition)

   OAuth2WebSecurityConfiguration#authorizedClientRepository matched:
      - @ConditionalOnMissingBean (types: org.springframework.security.oauth2.client.web.OAuth2AuthorizedClientRepository; SearchStrategy: all) did not find any beans (OnBeanCondition)

   OAuth2WebSecurityConfiguration#authorizedClientService matched:
      - @ConditionalOnMissingBean (types: org.springframework.security.oauth2.client.OAuth2AuthorizedClientService; SearchStrategy: all) did not find any beans (OnBeanCondition)

   PersistenceExceptionTranslationAutoConfiguration matched:
      - @ConditionalOnClass found required class 'org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor' (OnClassCondition)

   PersistenceExceptionTranslationAutoConfiguration#persistenceExceptionTranslationPostProcessor matched:
      - @ConditionalOnProperty (spring.dao.exceptiontranslation.enabled) matched (OnPropertyCondition)
      - @ConditionalOnMissingBean (types: org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition)

   PropertyPlaceholderAutoConfiguration#propertySourcesPlaceholderConfigurer matched:
      - @ConditionalOnMissingBean (types: org.springframework.context.support.PropertySourcesPlaceholderConfigurer; SearchStrategy: current) did not find any beans (OnBeanCondition)

   RestTemplateAutoConfiguration matched:
      - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition)

   RestTemplateAutoConfiguration#restTemplateBuilder matched:
      - @ConditionalOnMissingBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)

   SecurityAutoConfiguration matched:
      - @ConditionalOnClass found required class 'org.springframework.security.authentication.DefaultAuthenticationEventPublisher' (OnClassCondition)

   SecurityAutoConfiguration#authenticationEventPublisher matched:
      - @ConditionalOnMissingBean (types: org.springframework.security.authentication.AuthenticationEventPublisher; SearchStrategy: all) did not find any beans (OnBeanCondition)

   SecurityFilterAutoConfiguration matched:
      - @ConditionalOnClass found required classes 'org.springframework.security.web.context.AbstractSecurityWebApplicationInitializer', 'org.springframework.security.config.http.SessionCreationPolicy' (OnClassCondition)
      - found 'session' scope (OnWebApplicationCondition)

   SecurityFilterAutoConfiguration#securityFilterChainRegistration matched:
      - @ConditionalOnBean (names: springSecurityFilterChain; SearchStrategy: all) found bean 'springSecurityFilterChain' (OnBeanCondition)

   SecurityRequestMatcherProviderAutoConfiguration matched:
      - @ConditionalOnClass found required class 'org.springframework.security.web.util.matcher.RequestMatcher' (OnClassCondition)
      - found 'session' scope (OnWebApplicationCondition)

   SecurityRequestMatcherProviderAutoConfiguration.MvcRequestMatcherConfiguration matched:
      - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
      - @ConditionalOnBean (types: org.springframework.web.servlet.handler.HandlerMappingIntrospector; SearchStrategy: all) found bean 'mvcHandlerMappingIntrospector' (OnBeanCondition)

   SecurityRequestMatcherProviderAutoConfiguration.MvcRequestMatcherConfiguration#requestMatcherProvider matched:
      - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)

   ServletWebServerFactoryAutoConfiguration matched:
      - @ConditionalOnClass found required class 'javax.servlet.ServletRequest' (OnClassCondition)
      - found 'session' scope (OnWebApplicationCondition)

   ServletWebServerFactoryAutoConfiguration#tomcatServletWebServerFactoryCustomizer matched:
      - @ConditionalOnClass found required class 'org.apache.catalina.startup.Tomcat' (OnClassCondition)

   ServletWebServerFactoryConfiguration.EmbeddedTomcat matched:
      - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition)
      - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.server.ServletWebServerFactory; SearchStrategy: current) did not find any beans (OnBeanCondition)

   SessionAutoConfiguration matched:
      - @ConditionalOnClass found required class 'org.springframework.session.Session' (OnClassCondition)
      - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)

   SessionAutoConfiguration.ServletSessionConfiguration matched:
      - found 'session' scope (OnWebApplicationCondition)

   SessionAutoConfiguration.ServletSessionConfiguration#cookieSerializer matched:
      - AnyNestedCondition 1 matched 1 did not; NestedCondition on SessionAutoConfiguration.DefaultCookieSerializerCondition.CookieHttpSessionIdResolverAvailable found non-matching nested conditions @ConditionalOnBean (types: org.springframework.session.web.http.CookieHttpSessionIdResolver; SearchStrategy: all) did not find any beans of type org.springframework.session.web.http.CookieHttpSessionIdResolver, @ConditionalOnBean (types: org.springframework.session.web.http.CookieHttpSessionIdResolver; SearchStrategy: all) did not find any beans of type org.springframework.session.web.http.CookieHttpSessionIdResolver; NestedCondition on SessionAutoConfiguration.DefaultCookieSerializerCondition.NoComponentsAvailable @ConditionalOnMissingBean (types: org.springframework.session.web.http.HttpSessionIdResolver,org.springframework.session.web.http.CookieSerializer; SearchStrategy: all) did not find any beans (SessionAutoConfiguration.DefaultCookieSerializerCondition)

   SessionAutoConfiguration.ServletSessionConfiguration.ServletSessionRepositoryConfiguration matched:
      - @ConditionalOnMissingBean (types: org.springframework.session.SessionRepository; SearchStrategy: all) did not find any beans (OnBeanCondition)

   SessionRepositoryFilterConfiguration matched:
      - @ConditionalOnBean (types: org.springframework.session.web.http.SessionRepositoryFilter; SearchStrategy: all) found bean 'springSessionRepositoryFilter' (OnBeanCondition)

   SimpleCacheConfiguration matched:
      - Cache org.springframework.boot.autoconfigure.cache.SimpleCacheConfiguration automatic cache type (CacheCondition)

   SpringDataWebAutoConfiguration matched:
      - @ConditionalOnClass found required classes 'org.springframework.data.web.PageableHandlerMethodArgumentResolver', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition)
      - found 'session' scope (OnWebApplicationCondition)
      - @ConditionalOnMissingBean (types: org.springframework.data.web.PageableHandlerMethodArgumentResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)

   SpringDataWebAutoConfiguration#pageableCustomizer matched:
      - @ConditionalOnMissingBean (types: org.springframework.data.web.config.PageableHandlerMethodArgumentResolverCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)

   SpringDataWebAutoConfiguration#sortCustomizer matched:
      - @ConditionalOnMissingBean (types: org.springframework.data.web.config.SortHandlerMethodArgumentResolverCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)

   TaskExecutionAutoConfiguration matched:
      - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor' (OnClassCondition)

   TaskExecutionAutoConfiguration#applicationTaskExecutor matched:
      - @ConditionalOnMissingBean (types: java.util.concurrent.Executor; SearchStrategy: all) did not find any beans (OnBeanCondition)

   TaskExecutionAutoConfiguration#taskExecutorBuilder matched:
      - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)

   TaskSchedulingAutoConfiguration matched:
      - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' (OnClassCondition)

   TaskSchedulingAutoConfiguration#taskSchedulerBuilder matched:
      - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)

   TransactionAutoConfiguration matched:
      - @ConditionalOnClass found required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition)

   TransactionAutoConfiguration#platformTransactionManagerCustomizers matched:
      - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers; SearchStrategy: all) did not find any beans (OnBeanCondition)

   TransactionAutoConfiguration.EnableTransactionManagementConfiguration matched:
      - @ConditionalOnBean (types: org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all) found bean 'transactionManager'; @ConditionalOnMissingBean (types: org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration; SearchStrategy: all) did not find any beans (OnBeanCondition)

   TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration matched:
      - @ConditionalOnProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition)

   TransactionAutoConfiguration.TransactionTemplateConfiguration matched:
      - @ConditionalOnSingleCandidate (types: org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all) found a primary bean from beans 'transactionManager' (OnBeanCondition)

   TransactionAutoConfiguration.TransactionTemplateConfiguration#transactionTemplate matched:
      - @ConditionalOnMissingBean (types: org.springframework.transaction.support.TransactionTemplate; SearchStrategy: all) did not find any beans (OnBeanCondition)

   UserDetailsServiceAutoConfiguration matched:
      - @ConditionalOnClass found required class 'org.springframework.security.authentication.AuthenticationManager' (OnClassCondition)
      - @ConditionalOnBean (types: org.springframework.security.config.annotation.ObjectPostProcessor; SearchStrategy: all) found bean 'objectPostProcessor'; @ConditionalOnMissingBean (types: org.springframework.security.authentication.AuthenticationManager,org.springframework.security.authentication.AuthenticationProvider,org.springframework.security.core.userdetails.UserDetailsService; SearchStrategy: all) did not find any beans (OnBeanCondition)

   ValidationAutoConfiguration matched:
      - @ConditionalOnClass found required class 'javax.validation.executable.ExecutableValidator' (OnClassCondition)
      - @ConditionalOnResource found location classpath:META-INF/services/javax.validation.spi.ValidationProvider (OnResourceCondition)

   ValidationAutoConfiguration#defaultValidator matched:
      - @ConditionalOnMissingBean (types: javax.validation.Validator; SearchStrategy: all) did not find any beans (OnBeanCondition)

   ValidationAutoConfiguration#methodValidationPostProcessor matched:
      - @ConditionalOnMissingBean (types: org.springframework.validation.beanvalidation.MethodValidationPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition)

   WebMvcAutoConfiguration matched:
      - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition)
      - found 'session' scope (OnWebApplicationCondition)
      - @ConditionalOnMissingBean (types: org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport; SearchStrategy: all) did not find any beans (OnBeanCondition)

   WebMvcAutoConfiguration#formContentFilter matched:
      - @ConditionalOnProperty (spring.mvc.formcontent.filter.enabled) matched (OnPropertyCondition)
      - @ConditionalOnMissingBean (types: org.springframework.web.filter.FormContentFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)

   WebMvcAutoConfiguration#hiddenHttpMethodFilter matched:
      - @ConditionalOnProperty (spring.mvc.hiddenmethod.filter.enabled) matched (OnPropertyCondition)
      - @ConditionalOnMissingBean (types: org.springframework.web.filter.HiddenHttpMethodFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)

   WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#defaultViewResolver matched:
      - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.InternalResourceViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)

   WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#requestContextFilter matched:
      - @ConditionalOnMissingBean (types: org.springframework.web.context.request.RequestContextListener,org.springframework.web.filter.RequestContextFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)

   WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#viewResolver matched:
      - @ConditionalOnBean (types: org.springframework.web.servlet.ViewResolver; SearchStrategy: all) found beans 'defaultViewResolver', 'beanNameViewResolver', 'mvcViewResolver'; @ConditionalOnMissingBean (names: viewResolver; types: org.springframework.web.servlet.view.ContentNegotiatingViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)

   WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration matched:
      - @ConditionalOnProperty (spring.mvc.favicon.enabled) matched (OnPropertyCondition)

   WebSocketServletAutoConfiguration matched:
      - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'javax.websocket.server.ServerContainer' (OnClassCondition)
      - found 'session' scope (OnWebApplicationCondition)

   WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration matched:
      - @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.tomcat.websocket.server.WsSci' (OnClassCondition)

   WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration#websocketServletWebServerCustomizer matched:
      - @ConditionalOnMissingBean (names: websocketServletWebServerCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)


Negative matches:
-----------------

   ActiveMQAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'javax.jms.ConnectionFactory' (OnClassCondition)

   AopAutoConfiguration.JdkDynamicAutoProxyConfiguration:
      Did not match:
         - @ConditionalOnProperty (spring.aop.proxy-target-class=false) did not find property 'proxy-target-class' (OnPropertyCondition)

   ArtemisAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'javax.jms.ConnectionFactory' (OnClassCondition)

   AtomikosJtaConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'com.atomikos.icatch.jta.UserTransactionManager' (OnClassCondition)

   BatchAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.springframework.batch.core.launch.JobLauncher' (OnClassCondition)

   BitronixJtaConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'bitronix.tm.jndi.BitronixContext' (OnClassCondition)

   CacheAutoConfiguration:
      Did not match:
         - @ConditionalOnBean (types: org.springframework.cache.interceptor.CacheAspectSupport; SearchStrategy: all) did not find any beans of type org.springframework.cache.interceptor.CacheAspectSupport (OnBeanCondition)
      Matched:
         - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition)

   CacheAutoConfiguration.CacheManagerJpaDependencyConfiguration:
      Did not match:
         - Ancestor org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition)
      Matched:
         - @ConditionalOnClass found required class 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean' (OnClassCondition)

   CaffeineCacheConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required classes 'com.github.benmanes.caffeine.cache.Caffeine', 'org.springframework.cache.caffeine.CaffeineCacheManager' (OnClassCondition)

   CassandraAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'com.datastax.driver.core.Cluster' (OnClassCondition)

   CassandraDataAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'com.datastax.driver.core.Cluster' (OnClassCondition)

   CassandraReactiveDataAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'com.datastax.driver.core.Cluster' (OnClassCondition)

   CassandraReactiveRepositoriesAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.springframework.data.cassandra.ReactiveSession' (OnClassCondition)

   CassandraRepositoriesAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'com.datastax.driver.core.Session' (OnClassCondition)

   ClientHttpConnectorAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)

   CloudServiceConnectorsAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.springframework.cloud.config.java.CloudScanConfiguration' (OnClassCondition)

   CouchbaseAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)

   CouchbaseCacheConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required classes 'com.couchbase.client.java.Bucket', 'com.couchbase.client.spring.cache.CouchbaseCacheManager' (OnClassCondition)

   CouchbaseDataAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition)

   CouchbaseReactiveDataAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition)

   CouchbaseReactiveRepositoriesAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition)

   CouchbaseRepositoriesAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition)

   DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration:
      Did not match:
         - EmbeddedDataSource found supported pooled data source (DataSourceAutoConfiguration.EmbeddedDatabaseCondition)

   DataSourceConfiguration.Dbcp2:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition)

   DataSourceConfiguration.Generic:
      Did not match:
         - @ConditionalOnProperty (spring.datasource.type) did not find property 'spring.datasource.type' (OnPropertyCondition)

   DataSourceConfiguration.Tomcat:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition)

   DataSourceJmxConfiguration:
      Did not match:
         - @ConditionalOnProperty (spring.jmx.enabled=true) found different value in property 'enabled' (OnPropertyCondition)

   DataSourcePoolMetadataProvidersConfiguration.CommonsDbcp2PoolDataSourceMetadataProviderConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition)

   DataSourcePoolMetadataProvidersConfiguration.TomcatDataSourcePoolMetadataProviderConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition)

   DataSourceTransactionManagerAutoConfiguration.DataSourceTransactionManagerConfiguration#transactionManager:
      Did not match:
         - @ConditionalOnMissingBean (types: org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all) found beans of type 'org.springframework.transaction.PlatformTransactionManager' transactionManager (OnBeanCondition)

   DispatcherServletAutoConfiguration.DispatcherServletConfiguration#multipartResolver:
      Did not match:
         - @ConditionalOnBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans of type org.springframework.web.multipart.MultipartResolver (OnBeanCondition)

   EhCacheCacheConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required classes 'net.sf.ehcache.Cache', 'org.springframework.cache.ehcache.EhCacheCacheManager' (OnClassCondition)

   ElasticsearchAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.elasticsearch.client.Client' (OnClassCondition)

   ElasticsearchDataAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.elasticsearch.client.Client' (OnClassCondition)

   ElasticsearchRepositoriesAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.elasticsearch.client.Client' (OnClassCondition)

   EmbeddedLdapAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'com.unboundid.ldap.listener.InMemoryDirectoryServer' (OnClassCondition)

   EmbeddedMongoAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'com.mongodb.MongoClient' (OnClassCondition)

   EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.webapp.WebAppContext' (OnClassCondition)

   EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'reactor.netty.http.server.HttpServer' (OnClassCondition)

   EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition)

   ErrorWebFluxAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition)

   FlywayAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition)

   FreeMarkerAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'freemarker.template.Configuration' (OnClassCondition)

   GroovyTemplateAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'groovy.text.markup.MarkupTemplateEngine' (OnClassCondition)

   GsonAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'com.google.gson.Gson' (OnClassCondition)

   GsonHttpMessageConvertersConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'com.google.gson.Gson' (OnClassCondition)

   HazelcastAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition)

   HazelcastCacheConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required classes 'com.hazelcast.core.HazelcastInstance', 'com.hazelcast.spring.cache.HazelcastCacheManager' (OnClassCondition)

   HazelcastJpaDependencyAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition)

   HazelcastSessionConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.springframework.session.hazelcast.HazelcastSessionRepository' (OnClassCondition)

   HttpHandlerAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition)

   HypermediaAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.springframework.hateoas.Resource' (OnClassCondition)

   InfinispanCacheConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.infinispan.spring.provider.SpringEmbeddedCacheManager' (OnClassCondition)

   InfluxDbAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.influxdb.InfluxDB' (OnClassCondition)

   IntegrationAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.springframework.integration.config.EnableIntegration' (OnClassCondition)

   JCacheCacheConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required classes 'javax.cache.Caching', 'org.springframework.cache.jcache.JCacheCacheManager' (OnClassCondition)

   JacksonAutoConfiguration.JodaDateTimeJacksonConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required classes 'org.joda.time.DateTime', 'com.fasterxml.jackson.datatype.joda.ser.DateTimeSerializer', 'com.fasterxml.jackson.datatype.joda.cfg.JacksonJodaDateFormat' (OnClassCondition)

   JacksonHttpMessageConvertersConfiguration.MappingJackson2XmlHttpMessageConverterConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'com.fasterxml.jackson.dataformat.xml.XmlMapper' (OnClassCondition)

   JdbcRepositoriesAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.springframework.data.jdbc.repository.config.JdbcConfiguration' (OnClassCondition)

   JerseyAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.spring.SpringComponentProvider' (OnClassCondition)

   JestAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'io.searchbox.client.JestClient' (OnClassCondition)

   JmsAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'javax.jms.Message' (OnClassCondition)

   JmxAutoConfiguration:
      Did not match:
         - @ConditionalOnProperty (spring.jmx.enabled=true) found different value in property 'enabled' (OnPropertyCondition)
      Matched:
         - @ConditionalOnClass found required class 'org.springframework.jmx.export.MBeanExporter' (OnClassCondition)

   JndiConnectionFactoryAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.springframework.jms.core.JmsTemplate' (OnClassCondition)

   JndiDataSourceAutoConfiguration:
      Did not match:
         - @ConditionalOnProperty (spring.datasource.jndi-name) did not find property 'jndi-name' (OnPropertyCondition)
      Matched:
         - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition)

   JndiJtaConfiguration:
      Did not match:
         - @ConditionalOnJndi JNDI environment is not available (OnJndiCondition)
      Matched:
         - @ConditionalOnClass found required class 'org.springframework.transaction.jta.JtaTransactionManager' (OnClassCondition)

   JooqAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.jooq.DSLContext' (OnClassCondition)

   JpaRepositoriesAutoConfiguration#entityManagerFactoryBootstrapExecutorCustomizer:
      Did not match:
         - AnyNestedCondition 0 matched 2 did not; NestedCondition on JpaRepositoriesAutoConfiguration.BootstrapExecutorCondition.LazyBootstrapMode @ConditionalOnProperty (spring.data.jpa.repositories.bootstrap-mode=lazy) did not find property 'bootstrap-mode'; NestedCondition on JpaRepositoriesAutoConfiguration.BootstrapExecutorCondition.DeferredBootstrapMode @ConditionalOnProperty (spring.data.jpa.repositories.bootstrap-mode=deferred) did not find property 'bootstrap-mode' (JpaRepositoriesAutoConfiguration.BootstrapExecutorCondition)

   JsonbAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'javax.json.bind.Jsonb' (OnClassCondition)

   JsonbHttpMessageConvertersConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'javax.json.bind.Jsonb' (OnClassCondition)

   KafkaAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.springframework.kafka.core.KafkaTemplate' (OnClassCondition)

   LdapAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.springframework.ldap.core.ContextSource' (OnClassCondition)

   LdapRepositoriesAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.springframework.data.ldap.repository.LdapRepository' (OnClassCondition)

   LiquibaseAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'liquibase.change.DatabaseChange' (OnClassCondition)

   MailSenderAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.springframework.mail.MailSender' (OnClassCondition)

   MailSenderValidatorAutoConfiguration:
      Did not match:
         - @ConditionalOnSingleCandidate did not find required type 'org.springframework.mail.javamail.JavaMailSenderImpl' (OnBeanCondition)

   MessageSourceAutoConfiguration:
      Did not match:
         - ResourceBundle did not find bundle with basename messages (MessageSourceAutoConfiguration.ResourceBundleCondition)

   MongoAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'com.mongodb.MongoClient' (OnClassCondition)

   MongoDataAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition)

   MongoReactiveAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition)

   MongoReactiveDataAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition)

   MongoReactiveRepositoriesAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition)

   MongoRepositoriesAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'com.mongodb.MongoClient' (OnClassCondition)

   MongoSessionConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required classes 'org.springframework.data.mongodb.core.MongoOperations', 'org.springframework.session.data.mongo.MongoOperationsSessionRepository' (OnClassCondition)

   MustacheReactiveWebConfiguration:
      Did not match:
         - did not find reactive web application classes (OnWebApplicationCondition)

   Neo4jDataAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.neo4j.ogm.session.SessionFactory' (OnClassCondition)

   Neo4jRepositoriesAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.neo4j.ogm.session.Neo4jSession' (OnClassCondition)

   NoOpSessionConfiguration:
      Did not match:
         - Session Condition found spring.session.store-type property JDBC (ServletSessionCondition)

   OAuth2ResourceServerAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken' (OnClassCondition)

   OAuth2WebSecurityConfiguration.OAuth2WebSecurityConfigurerAdapter:
      Did not match:
         - @ConditionalOnMissingBean (types: org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter; SearchStrategy: all) found beans of type 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter' securityConfig (OnBeanCondition)

   ProjectInfoAutoConfiguration#buildProperties:
      Did not match:
         - @ConditionalOnResource did not find resource '${spring.info.build.location:classpath:META-INF/build-info.properties}' (OnResourceCondition)

   ProjectInfoAutoConfiguration#gitProperties:
      Did not match:
         - GitResource did not find git info at classpath:git.properties (ProjectInfoAutoConfiguration.GitResourceAvailableCondition)

   QuartzAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.quartz.Scheduler' (OnClassCondition)

   RabbitAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'com.rabbitmq.client.Channel' (OnClassCondition)

   ReactiveOAuth2ClientAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)

   ReactiveOAuth2ResourceServerAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.resource.BearerTokenAuthenticationToken' (OnClassCondition)

   ReactiveSecurityAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)

   ReactiveUserDetailsServiceAutoConfiguration:
      Did not match:
         - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)

   ReactiveWebServerFactoryAutoConfiguration:
      Did not match:
         - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)

   ReactorCoreAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)

   RedisAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.springframework.data.redis.core.RedisOperations' (OnClassCondition)

   RedisCacheConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition)

   RedisReactiveAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)

   RedisRepositoriesAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.springframework.data.redis.repository.configuration.EnableRedisRepositories' (OnClassCondition)

   RedisSessionConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required classes 'org.springframework.data.redis.core.RedisTemplate', 'org.springframework.session.data.redis.RedisOperationsSessionRepository' (OnClassCondition)

   RepositoryRestMvcAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration' (OnClassCondition)

   RestClientAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestClient' (OnClassCondition)

   SecurityDataConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.springframework.security.data.repository.query.SecurityEvaluationContextExtension' (OnClassCondition)

   SecurityRequestMatcherProviderAutoConfiguration.JerseyRequestMatcherConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition)

   SendGridAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'com.sendgrid.SendGrid' (OnClassCondition)

   ServletWebServerFactoryConfiguration.EmbeddedJetty:
      Did not match:
         - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.webapp.WebAppContext' (OnClassCondition)

   ServletWebServerFactoryConfiguration.EmbeddedUndertow:
      Did not match:
         - @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition)

   SessionAutoConfiguration.ReactiveSessionConfiguration:
      Did not match:
         - did not find reactive web application classes (OnWebApplicationCondition)

   SolrAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.apache.solr.client.solrj.impl.CloudSolrClient' (OnClassCondition)

   SolrRepositoriesAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.apache.solr.client.solrj.SolrClient' (OnClassCondition)

   SpringApplicationAdminJmxAutoConfiguration:
      Did not match:
         - @ConditionalOnProperty (spring.application.admin.enabled=true) did not find property 'enabled' (OnPropertyCondition)

   SpringBootWebSecurityConfiguration:
      Did not match:
         - @ConditionalOnMissingBean (types: org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter; SearchStrategy: all) found beans of type 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter' securityConfig (OnBeanCondition)
      Matched:
         - @ConditionalOnClass found required class 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter' (OnClassCondition)
         - found 'session' scope (OnWebApplicationCondition)

   TaskSchedulingAutoConfiguration#taskScheduler:
      Did not match:
         - @ConditionalOnMissingBean (types: org.springframework.scheduling.annotation.SchedulingConfigurer,org.springframework.scheduling.TaskScheduler,java.util.concurrent.ScheduledExecutorService; SearchStrategy: all) found beans of type 'org.springframework.scheduling.annotation.SchedulingConfigurer' org.springframework.boot.autoconfigure.session.JdbcSessionConfiguration$SpringBootJdbcHttpSessionConfiguration (OnBeanCondition)

   ThymeleafAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.thymeleaf.spring5.SpringTemplateEngine' (OnClassCondition)

   TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration:
      Did not match:
         - @ConditionalOnProperty (spring.aop.proxy-target-class=false) did not find property 'proxy-target-class' (OnPropertyCondition)

   UserDetailsServiceAutoConfiguration#inMemoryUserDetailsManager:
      Did not match:
         - @ConditionalOnMissingBean (types: org.springframework.security.oauth2.client.registration.ClientRegistrationRepository; SearchStrategy: all) found beans of type 'org.springframework.security.oauth2.client.registration.ClientRegistrationRepository' clientRegistrationRepository (OnBeanCondition)

   WebClientAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)

   WebFluxAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition)

   WebMvcAutoConfiguration.ResourceChainCustomizerConfiguration:
      Did not match:
         - @ConditionalOnEnabledResourceChain did not find class org.webjars.WebJarAssetLocator (OnEnabledResourceChainCondition)

   WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#beanNameViewResolver:
      Did not match:
         - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) found beans of type 'org.springframework.web.servlet.view.BeanNameViewResolver' beanNameViewResolver (OnBeanCondition)

   WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#localeResolver:
      Did not match:
         - @ConditionalOnProperty (spring.mvc.locale) did not find property 'locale' (OnPropertyCondition)

   WebSecurityEnablerConfiguration:
      Did not match:
         - @ConditionalOnMissingBean (names: springSecurityFilterChain; SearchStrategy: all) found beans named springSecurityFilterChain (OnBeanCondition)
      Matched:
         - found 'session' scope (OnWebApplicationCondition)

   WebServiceTemplateAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.springframework.oxm.Marshaller' (OnClassCondition)

   WebServicesAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.springframework.ws.transport.http.MessageDispatcherServlet' (OnClassCondition)

   WebSocketMessagingAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer' (OnClassCondition)

   WebSocketReactiveAutoConfiguration:
      Did not match:
         - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)

   WebSocketServletAutoConfiguration.JettyWebSocketConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer' (OnClassCondition)

   WebSocketServletAutoConfiguration.UndertowWebSocketConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class 'io.undertow.websockets.jsr.Bootstrap' (OnClassCondition)

   XADataSourceAutoConfiguration:
      Did not match:
         - @ConditionalOnBean (types: org.springframework.boot.jdbc.XADataSourceWrapper; SearchStrategy: all) did not find any beans of type org.springframework.boot.jdbc.XADataSourceWrapper (OnBeanCondition)
      Matched:
         - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'javax.transaction.TransactionManager', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition)


Exclusions:
-----------

    None


Unconditional classes:
----------------------

    org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration

    org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration

    org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration



2019-12-07 13:56:31.797  INFO 15190 --- [    Test worker] s.a.ScheduledAnnotationBeanPostProcessor : No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
2019-12-07 13:56:31.820 DEBUG 15190 --- [auto-1-Acceptor] o.apache.tomcat.util.threads.LimitLatch  : Counting up[http-nio-auto-1-Acceptor] latch=0
2019-12-07 13:56:31.825  INFO 15190 --- [    Test worker] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 56004 (http) with context path ''
2019-12-07 13:56:31.830  INFO 15190 --- [    Test worker] k.g.j.s.web.IndexControllerTest          : Started IndexControllerTest in 8.277 seconds (JVM running for 9.245)
2019-12-07 13:56:31.833 DEBUG 15190 --- [    Test worker] c.DefaultCacheAwareContextLoaderDelegate : Storing ApplicationContext in cache under key [[WebMergedContextConfiguration@5a912097 testClass = IndexControllerTest, locations = '{}', classes = '{class kr.gracelove.jojoldu.springboot.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@4e536a8f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@1bdccf26, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@640f81a4, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3c4f1c14], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
2019-12-07 13:56:31.833 DEBUG 15190 --- [    Test worker] org.springframework.test.context.cache   : Spring test ApplicationContext cache statistics: [DefaultContextCache@1e7bd3ac size = 1, maxSize = 32, parentContextCount = 0, hitCount = 0, missCount = 1]
2019-12-07 13:56:31.841 DEBUG 15190 --- [    Test worker] tractDirtiesContextTestExecutionListener : Before test method: context [DefaultTestContext@e9b066a testClass = IndexControllerTest, testInstance = kr.gracelove.jojoldu.springboot.web.IndexControllerTest@757cfb57, testMethod = 메인페이지_로딩@IndexControllerTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@5a912097 testClass = IndexControllerTest, locations = '{}', classes = '{class kr.gracelove.jojoldu.springboot.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@4e536a8f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@1bdccf26, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@640f81a4, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3c4f1c14], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
2019-12-07 13:56:31.843 DEBUG 15190 --- [    Test worker] c.DefaultCacheAwareContextLoaderDelegate : Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@5a912097 testClass = IndexControllerTest, locations = '{}', classes = '{class kr.gracelove.jojoldu.springboot.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@4e536a8f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@1bdccf26, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@640f81a4, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3c4f1c14], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
2019-12-07 13:56:31.843 DEBUG 15190 --- [    Test worker] org.springframework.test.context.cache   : Spring test ApplicationContext cache statistics: [DefaultContextCache@1e7bd3ac size = 1, maxSize = 32, parentContextCount = 0, hitCount = 1, missCount = 1]
2019-12-07 13:56:31.934 DEBUG 15190 --- [    Test worker] o.s.c.e.PropertySourcesPropertyResolver  : Found key 'local.server.port' in PropertySource 'server.ports' with value of type Integer
2019-12-07 13:56:31.959 DEBUG 15190 --- [    Test worker] o.s.web.client.RestTemplate              : HTTP GET http://localhost:56004/
2019-12-07 13:56:31.964 DEBUG 15190 --- [    Test worker] o.s.web.client.RestTemplate              : Accept=[text/plain, application/json, application/*+json, */*]
2019-12-07 13:56:31.975 DEBUG 15190 --- [    Test worker] s.n.www.protocol.http.HttpURLConnection  : sun.net.www.MessageHeader@770147a55 pairs: {GET / HTTP/1.1: null}{Accept: text/plain, application/json, application/*+json, */*}{User-Agent: Java/11.0.4}{Host: localhost:56004}{Connection: keep-alive}
2019-12-07 13:56:31.983 DEBUG 15190 --- [auto-1-Acceptor] o.apache.tomcat.util.threads.LimitLatch  : Counting up[http-nio-auto-1-Acceptor] latch=1
2019-12-07 13:56:32.011 DEBUG 15190 --- [o-auto-1-exec-1] org.apache.tomcat.util.modeler.Registry  : Managed= Tomcat:type=RequestProcessor,worker="http-nio-auto-1-56004",name=HttpRequest1
2019-12-07 13:56:32.011 DEBUG 15190 --- [o-auto-1-exec-1] org.apache.tomcat.util.modeler.Registry  : Looking for descriptor 
2019-12-07 13:56:32.011 DEBUG 15190 --- [o-auto-1-exec-1] org.apache.tomcat.util.modeler.Registry  : Introspecting 
2019-12-07 13:56:32.011 DEBUG 15190 --- [o-auto-1-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute virtualHost public java.lang.String org.apache.coyote.RequestInfo.getVirtualHost() null
2019-12-07 13:56:32.012 DEBUG 15190 --- [o-auto-1-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute bytesSent public long org.apache.coyote.RequestInfo.getBytesSent() public void org.apache.coyote.RequestInfo.setBytesSent(long)
2019-12-07 13:56:32.012 DEBUG 15190 --- [o-auto-1-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute method public java.lang.String org.apache.coyote.RequestInfo.getMethod() null
2019-12-07 13:56:32.012 DEBUG 15190 --- [o-auto-1-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute remoteAddr public java.lang.String org.apache.coyote.RequestInfo.getRemoteAddr() null
2019-12-07 13:56:32.012 DEBUG 15190 --- [o-auto-1-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute requestBytesSent public long org.apache.coyote.RequestInfo.getRequestBytesSent() null
2019-12-07 13:56:32.012 DEBUG 15190 --- [o-auto-1-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute rpName public javax.management.ObjectName org.apache.coyote.RequestInfo.getRpName() public void org.apache.coyote.RequestInfo.setRpName(javax.management.ObjectName)
2019-12-07 13:56:32.012 DEBUG 15190 --- [o-auto-1-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute contentLength public int org.apache.coyote.RequestInfo.getContentLength() null
2019-12-07 13:56:32.012 DEBUG 15190 --- [o-auto-1-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute workerThreadName public java.lang.String org.apache.coyote.RequestInfo.getWorkerThreadName() public void org.apache.coyote.RequestInfo.setWorkerThreadName(java.lang.String)
2019-12-07 13:56:32.012 DEBUG 15190 --- [o-auto-1-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute bytesReceived public long org.apache.coyote.RequestInfo.getBytesReceived() public void org.apache.coyote.RequestInfo.setBytesReceived(long)
2019-12-07 13:56:32.012 DEBUG 15190 --- [o-auto-1-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute requestProcessingTime public long org.apache.coyote.RequestInfo.getRequestProcessingTime() null
2019-12-07 13:56:32.012 DEBUG 15190 --- [o-auto-1-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute remoteAddrForwarded public java.lang.String org.apache.coyote.RequestInfo.getRemoteAddrForwarded() null
2019-12-07 13:56:32.012 DEBUG 15190 --- [o-auto-1-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute globalProcessor public org.apache.coyote.RequestGroupInfo org.apache.coyote.RequestInfo.getGlobalProcessor() public void org.apache.coyote.RequestInfo.setGlobalProcessor(org.apache.coyote.RequestGroupInfo)
2019-12-07 13:56:32.012 DEBUG 15190 --- [o-auto-1-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute protocol public java.lang.String org.apache.coyote.RequestInfo.getProtocol() null
2019-12-07 13:56:32.012 DEBUG 15190 --- [o-auto-1-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute currentQueryString public java.lang.String org.apache.coyote.RequestInfo.getCurrentQueryString() null
2019-12-07 13:56:32.013 DEBUG 15190 --- [o-auto-1-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxRequestUri public java.lang.String org.apache.coyote.RequestInfo.getMaxRequestUri() public void org.apache.coyote.RequestInfo.setMaxRequestUri(java.lang.String)
2019-12-07 13:56:32.013 DEBUG 15190 --- [o-auto-1-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute requestBytesReceived public long org.apache.coyote.RequestInfo.getRequestBytesReceived() null
2019-12-07 13:56:32.013 DEBUG 15190 --- [o-auto-1-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute serverPort public int org.apache.coyote.RequestInfo.getServerPort() null
2019-12-07 13:56:32.013 DEBUG 15190 --- [o-auto-1-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute stage public int org.apache.coyote.RequestInfo.getStage() public void org.apache.coyote.RequestInfo.setStage(int)
2019-12-07 13:56:32.013 DEBUG 15190 --- [o-auto-1-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute requestCount public int org.apache.coyote.RequestInfo.getRequestCount() public void org.apache.coyote.RequestInfo.setRequestCount(int)
2019-12-07 13:56:32.013 DEBUG 15190 --- [o-auto-1-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxTime public long org.apache.coyote.RequestInfo.getMaxTime() public void org.apache.coyote.RequestInfo.setMaxTime(long)
2019-12-07 13:56:32.013 DEBUG 15190 --- [o-auto-1-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute processingTime public long org.apache.coyote.RequestInfo.getProcessingTime() public void org.apache.coyote.RequestInfo.setProcessingTime(long)
2019-12-07 13:56:32.013 DEBUG 15190 --- [o-auto-1-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute currentUri public java.lang.String org.apache.coyote.RequestInfo.getCurrentUri() null
2019-12-07 13:56:32.013 DEBUG 15190 --- [o-auto-1-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute lastRequestProcessingTime public long org.apache.coyote.RequestInfo.getLastRequestProcessingTime() public void org.apache.coyote.RequestInfo.setLastRequestProcessingTime(long)
2019-12-07 13:56:32.013 DEBUG 15190 --- [o-auto-1-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute errorCount public int org.apache.coyote.RequestInfo.getErrorCount() public void org.apache.coyote.RequestInfo.setErrorCount(int)
2019-12-07 13:56:32.013 DEBUG 15190 --- [o-auto-1-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Setting name: org.apache.coyote.RequestInfo
2019-12-07 13:56:32.014 DEBUG 15190 --- [o-auto-1-exec-1] o.a.tomcat.util.modeler.BaseModelMBean   : preRegister org.apache.coyote.RequestInfo@224ffbc Tomcat:type=RequestProcessor,worker="http-nio-auto-1-56004",name=HttpRequest1
2019-12-07 13:56:32.015 DEBUG 15190 --- [o-auto-1-exec-1] o.a.tomcat.util.net.SocketWrapperBase    : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6000174e:org.apache.tomcat.util.net.NioChannel@7785449b:java.nio.channels.SocketChannel[connected local=/127.0.0.1:56004 remote=/127.0.0.1:56005]], Read from buffer: [0]
2019-12-07 13:56:32.015 DEBUG 15190 --- [o-auto-1-exec-1] org.apache.tomcat.util.net.NioEndpoint   : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6000174e:org.apache.tomcat.util.net.NioChannel@7785449b:java.nio.channels.SocketChannel[connected local=/127.0.0.1:56004 remote=/127.0.0.1:56005]], Read direct from socket: [153]
2019-12-07 13:56:32.015 DEBUG 15190 --- [o-auto-1-exec-1] o.a.coyote.http11.Http11InputBuffer      : Received [GET / HTTP/1.1
Accept: text/plain, application/json, application/*+json, */*
User-Agent: Java/11.0.4
Host: localhost:56004
Connection: keep-alive

]
2019-12-07 13:56:32.028 DEBUG 15190 --- [o-auto-1-exec-1] org.apache.tomcat.util.http.Parameters   : Set query string encoding to UTF-8
2019-12-07 13:56:32.033 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.authenticator.AuthenticatorBase    : Security checking request GET /
2019-12-07 13:56:32.033 DEBUG 15190 --- [o-auto-1-exec-1] org.apache.catalina.realm.RealmBase      :   No applicable constraints defined
2019-12-07 13:56:32.037 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.a.jaspic.AuthConfigFactoryImpl     : Loading persistent provider registrations from [/private/var/folders/nf/2f3v6_z93qxch50n9j73_90h0000gn/T/tomcat.2775861131492305972.0/conf/jaspic-providers.xml]
2019-12-07 13:56:32.037 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.authenticator.AuthenticatorBase    :  Not subject to any constraint
2019-12-07 13:56:32.040  INFO 15190 --- [o-auto-1-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-12-07 13:56:32.040  INFO 15190 --- [o-auto-1-exec-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2019-12-07 13:56:32.040 DEBUG 15190 --- [o-auto-1-exec-1] o.s.web.servlet.DispatcherServlet        : Detected StandardServletMultipartResolver
2019-12-07 13:56:32.042 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:32.043 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:32.043 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolverCustomizer)
2019-12-07 13:56:32.044 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:32.045 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.web.servlet.LocaleResolverCustomizer)
2019-12-07 13:56:32.046 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:32.048 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:32.048 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:32.049 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.web.servlet.theme.AbstractThemeResolverCustomizer)
2019-12-07 13:56:32.050 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:32.050 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.web.servlet.theme.FixedThemeResolverCustomizer)
2019-12-07 13:56:32.051 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:32.052 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.web.servlet.ThemeResolverCustomizer)
2019-12-07 13:56:32.053 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:32.056 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:32.057 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:32.057 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.web.servlet.view.DefaultRequestToViewNameTranslatorCustomizer)
2019-12-07 13:56:32.058 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:32.058 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.web.servlet.RequestToViewNameTranslatorCustomizer)
2019-12-07 13:56:32.059 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:32.062 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     findClass(java.lang.ObjectCustomizer)
2019-12-07 13:56:32.062 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:32.063 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.web.servlet.support.AbstractFlashMapManagerCustomizer)
2019-12-07 13:56:32.063 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:32.064 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.web.servlet.support.SessionFlashMapManagerCustomizer)
2019-12-07 13:56:32.064 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:32.065 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     findClass(org.springframework.web.servlet.FlashMapManagerCustomizer)
2019-12-07 13:56:32.065 DEBUG 15190 --- [o-auto-1-exec-1] o.a.c.loader.WebappClassLoaderBase       :     --> Returning ClassNotFoundException
2019-12-07 13:56:32.066 DEBUG 15190 --- [o-auto-1-exec-1] o.s.web.servlet.DispatcherServlet        : enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
2019-12-07 13:56:32.066  INFO 15190 --- [o-auto-1-exec-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 26 ms
2019-12-07 13:56:32.079 DEBUG 15190 --- [o-auto-1-exec-1] o.s.security.web.FilterChainProxy        : / at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
2019-12-07 13:56:32.080 DEBUG 15190 --- [o-auto-1-exec-1] o.s.security.web.FilterChainProxy        : / at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
2019-12-07 13:56:32.081 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.w.h.S.SESSION_LOGGER               : No session found by id: Caching result for getSession(false) for this HttpServletRequest.
2019-12-07 13:56:32.081 DEBUG 15190 --- [o-auto-1-exec-1] w.c.HttpSessionSecurityContextRepository : No HttpSession currently exists
2019-12-07 13:56:32.081 DEBUG 15190 --- [o-auto-1-exec-1] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: null. A new one will be created.
2019-12-07 13:56:32.082 DEBUG 15190 --- [o-auto-1-exec-1] o.s.security.web.FilterChainProxy        : / at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
2019-12-07 13:56:32.083 DEBUG 15190 --- [o-auto-1-exec-1] o.s.security.web.FilterChainProxy        : / at position 4 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
2019-12-07 13:56:32.083 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.web.util.matcher.OrRequestMatcher  : Trying to match using Ant [pattern='/logout', GET]
2019-12-07 13:56:32.083 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher  : Checking match of request : '/'; against '/logout'
2019-12-07 13:56:32.083 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.web.util.matcher.OrRequestMatcher  : Trying to match using Ant [pattern='/logout', POST]
2019-12-07 13:56:32.083 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher  : Request 'GET /' doesn't match 'POST /logout'
2019-12-07 13:56:32.083 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.web.util.matcher.OrRequestMatcher  : Trying to match using Ant [pattern='/logout', PUT]
2019-12-07 13:56:32.083 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher  : Request 'GET /' doesn't match 'PUT /logout'
2019-12-07 13:56:32.083 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.web.util.matcher.OrRequestMatcher  : Trying to match using Ant [pattern='/logout', DELETE]
2019-12-07 13:56:32.083 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher  : Request 'GET /' doesn't match 'DELETE /logout'
2019-12-07 13:56:32.083 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.web.util.matcher.OrRequestMatcher  : No matches found
2019-12-07 13:56:32.083 DEBUG 15190 --- [o-auto-1-exec-1] o.s.security.web.FilterChainProxy        : / at position 5 of 14 in additional filter chain; firing Filter: 'OAuth2AuthorizationRequestRedirectFilter'
2019-12-07 13:56:32.083 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher  : Checking match of request : '/'; against '/oauth2/authorization/{registrationId}'
2019-12-07 13:56:32.084 DEBUG 15190 --- [o-auto-1-exec-1] org.apache.tomcat.util.http.Parameters   : Set encoding to UTF-8
2019-12-07 13:56:32.084 DEBUG 15190 --- [o-auto-1-exec-1] o.s.security.web.FilterChainProxy        : / at position 6 of 14 in additional filter chain; firing Filter: 'OAuth2LoginAuthenticationFilter'
2019-12-07 13:56:32.084 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher  : Checking match of request : '/'; against '/login/oauth2/code/*'
2019-12-07 13:56:32.084 DEBUG 15190 --- [o-auto-1-exec-1] o.s.security.web.FilterChainProxy        : / at position 7 of 14 in additional filter chain; firing Filter: 'DefaultLoginPageGeneratingFilter'
2019-12-07 13:56:32.084 DEBUG 15190 --- [o-auto-1-exec-1] o.s.security.web.FilterChainProxy        : / at position 8 of 14 in additional filter chain; firing Filter: 'DefaultLogoutPageGeneratingFilter'
2019-12-07 13:56:32.084 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher  : Checking match of request : '/'; against '/logout'
2019-12-07 13:56:32.084 DEBUG 15190 --- [o-auto-1-exec-1] o.s.security.web.FilterChainProxy        : / at position 9 of 14 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
2019-12-07 13:56:32.084 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.w.h.S.SESSION_LOGGER               : No session found by id: Caching result for getSession(false) for this HttpServletRequest.
2019-12-07 13:56:32.084 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.w.s.HttpSessionRequestCache        : saved request doesn't match
2019-12-07 13:56:32.084 DEBUG 15190 --- [o-auto-1-exec-1] o.s.security.web.FilterChainProxy        : / at position 10 of 14 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
2019-12-07 13:56:32.085 DEBUG 15190 --- [o-auto-1-exec-1] o.s.security.web.FilterChainProxy        : / at position 11 of 14 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
2019-12-07 13:56:32.086 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.w.h.S.SESSION_LOGGER               : No session found by id: Caching result for getSession(false) for this HttpServletRequest.
2019-12-07 13:56:32.086 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.w.a.AnonymousAuthenticationFilter  : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@c1a1e371: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@957e: RemoteIpAddress: 127.0.0.1; SessionId: null; Granted Authorities: ROLE_ANONYMOUS'
2019-12-07 13:56:32.086 DEBUG 15190 --- [o-auto-1-exec-1] o.s.security.web.FilterChainProxy        : / at position 12 of 14 in additional filter chain; firing Filter: 'SessionManagementFilter'
2019-12-07 13:56:32.086 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.w.h.S.SESSION_LOGGER               : No session found by id: Caching result for getSession(false) for this HttpServletRequest.
2019-12-07 13:56:32.086 DEBUG 15190 --- [o-auto-1-exec-1] o.s.security.web.FilterChainProxy        : / at position 13 of 14 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
2019-12-07 13:56:32.086 DEBUG 15190 --- [o-auto-1-exec-1] o.s.security.web.FilterChainProxy        : / at position 14 of 14 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
2019-12-07 13:56:32.087 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher  : Checking match of request : '/'; against '/'
2019-12-07 13:56:32.087 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.w.a.i.FilterSecurityInterceptor    : Secure object: FilterInvocation: URL: /; Attributes: [permitAll]
2019-12-07 13:56:32.087 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.w.a.i.FilterSecurityInterceptor    : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@c1a1e371: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@957e: RemoteIpAddress: 127.0.0.1; SessionId: null; Granted Authorities: ROLE_ANONYMOUS
2019-12-07 13:56:32.092 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.access.vote.AffirmativeBased       : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@a1e11b7, returned: 1
2019-12-07 13:56:32.092 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.w.a.i.FilterSecurityInterceptor    : Authorization successful
2019-12-07 13:56:32.092 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.w.a.i.FilterSecurityInterceptor    : RunAsManager did not change Authentication object
2019-12-07 13:56:32.092 DEBUG 15190 --- [o-auto-1-exec-1] o.s.security.web.FilterChainProxy        : / reached end of additional filter chain; proceeding with original chain
2019-12-07 13:56:32.093 DEBUG 15190 --- [o-auto-1-exec-1] o.s.web.servlet.DispatcherServlet        : GET "/", parameters={}
2019-12-07 13:56:32.094 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.w.h.S.SESSION_LOGGER               : No session found by id: Caching result for getSession(false) for this HttpServletRequest.
2019-12-07 13:56:32.098 DEBUG 15190 --- [o-auto-1-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public java.lang.String kr.gracelove.jojoldu.springboot.web.IndexController.index(org.springframework.ui.Model,kr.gracelove.jojoldu.springboot.config.auth.dto.SessionUser)
2019-12-07 13:56:32.101 DEBUG 15190 --- [o-auto-1-exec-1] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
2019-12-07 13:56:32.115 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.w.h.S.SESSION_LOGGER               : No session found by id: Caching result for getSession(false) for this HttpServletRequest.
2019-12-07 13:56:32.116 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.w.h.S.SESSION_LOGGER               : A new session was created. To help you troubleshoot where the session was created we provided a StackTrace (this is not an error). You can prevent this from appearing by disabling DEBUG logging for org.springframework.session.web.http.SessionRepositoryFilter.SESSION_LOGGER

java.lang.RuntimeException: For debugging purposes only (not an error)
	at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.getSession(SessionRepositoryFilter.java:338) ~[spring-session-core-2.1.8.RELEASE.jar:2.1.8.RELEASE]
	at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.getSession(SessionRepositoryFilter.java:360) ~[spring-session-core-2.1.8.RELEASE.jar:2.1.8.RELEASE]
	at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.getSession(SessionRepositoryFilter.java:207) ~[spring-session-core-2.1.8.RELEASE.jar:2.1.8.RELEASE]
	at javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:250) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:250) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:250) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:250) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.springframework.web.context.support.WebApplicationContextUtils$SessionObjectFactory.getObject(WebApplicationContextUtils.java:369) ~[spring-web-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.web.context.support.WebApplicationContextUtils$SessionObjectFactory.getObject(WebApplicationContextUtils.java:364) ~[spring-web-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.beans.factory.support.AutowireUtils$ObjectFactoryDelegatingInvocationHandler.invoke(AutowireUtils.java:301) ~[spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at com.sun.proxy.$Proxy122.getAttribute(Unknown Source) ~[na:na]
	at kr.gracelove.jojoldu.springboot.config.auth.LoginUserArgumentResolver.resolveArgument(LoginUserArgumentResolver.java:33) ~[main/:na]
	at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:127) ~[spring-web-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:167) ~[spring-web-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:134) ~[spring-web-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) ~[spring-webmvc-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) ~[spring-webmvc-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) ~[spring-webmvc-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) ~[spring-webmvc-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) ~[spring-webmvc-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) ~[spring-webmvc-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) ~[spring-webmvc-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) ~[spring-webmvc-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.22.jar:9.0.22]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter.doFilterInternal(DefaultLogoutPageGeneratingFilter.java:52) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:118) ~[spring-web-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter.doFilter(DefaultLoginPageGeneratingFilter.java:206) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.security.oauth2.client.web.OAuth2AuthorizationRequestRedirectFilter.doFilterInternal(OAuth2AuthorizationRequestRedirectFilter.java:160) ~[spring-security-oauth2-client-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:118) ~[spring-web-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:118) ~[spring-web-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:118) ~[spring-web-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) ~[spring-security-web-5.1.6.RELEASE.jar:5.1.6.RELEASE]
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) ~[spring-web-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) ~[spring-web-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) ~[spring-web-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:118) ~[spring-web-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) ~[spring-web-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:118) ~[spring-web-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) ~[spring-web-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:118) ~[spring-web-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:151) ~[spring-session-core-2.1.8.RELEASE.jar:2.1.8.RELEASE]
	at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:86) ~[spring-session-core-2.1.8.RELEASE.jar:2.1.8.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:118) ~[spring-web-5.1.9.RELEASE.jar:5.1.9.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.22.jar:9.0.22]
	at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na]

2019-12-07 13:56:32.123 DEBUG 15190 --- [o-auto-1-exec-1] o.s.orm.jpa.JpaTransactionManager        : Found thread-bound EntityManager [SessionImpl(627097702<open>)] for JPA transaction
2019-12-07 13:56:32.123 DEBUG 15190 --- [o-auto-1-exec-1] o.s.orm.jpa.JpaTransactionManager        : Creating new transaction with name [kr.gracelove.jojoldu.springboot.service.posts.PostsService.findAllDesc]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly
2019-12-07 13:56:32.126 DEBUG 15190 --- [o-auto-1-exec-1] o.s.jdbc.datasource.DataSourceUtils      : Setting JDBC Connection [HikariProxyConnection@1336477059 wrapping conn0: url=jdbc:h2:mem:testdb user=SA] read-only
2019-12-07 13:56:32.127 DEBUG 15190 --- [o-auto-1-exec-1] o.h.e.t.internal.TransactionImpl         : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
2019-12-07 13:56:32.127 DEBUG 15190 --- [o-auto-1-exec-1] o.h.e.t.internal.TransactionImpl         : begin
2019-12-07 13:56:32.128 DEBUG 15190 --- [o-auto-1-exec-1] o.s.orm.jpa.JpaTransactionManager        : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@586e29a4]
2019-12-07 13:56:32.150 DEBUG 15190 --- [o-auto-1-exec-1] org.hibernate.SQL                        : select posts0_.id as id1_0_, posts0_.created_date as created_2_0_, posts0_.modified_date as modified3_0_, posts0_.author as author4_0_, posts0_.content as content5_0_, posts0_.title as title6_0_ from posts posts0_ order by posts0_.id desc
Hibernate: select posts0_.id as id1_0_, posts0_.created_date as created_2_0_, posts0_.modified_date as modified3_0_, posts0_.author as author4_0_, posts0_.content as content5_0_, posts0_.title as title6_0_ from posts posts0_ order by posts0_.id desc
2019-12-07 13:56:32.163 DEBUG 15190 --- [o-auto-1-exec-1] o.s.orm.jpa.JpaTransactionManager        : Initiating transaction commit
2019-12-07 13:56:32.164 DEBUG 15190 --- [o-auto-1-exec-1] o.s.orm.jpa.JpaTransactionManager        : Committing JPA transaction on EntityManager [SessionImpl(627097702<open>)]
2019-12-07 13:56:32.164 DEBUG 15190 --- [o-auto-1-exec-1] o.h.e.t.internal.TransactionImpl         : committing
2019-12-07 13:56:32.164 DEBUG 15190 --- [o-auto-1-exec-1] o.s.orm.jpa.JpaTransactionManager        : Not closing pre-bound JPA EntityManager after transaction
2019-12-07 13:56:32.172 DEBUG 15190 --- [o-auto-1-exec-1] o.s.w.s.v.ContentNegotiatingViewResolver : Selected '*/*' given [text/plain, application/json, application/*+json, */*]
2019-12-07 13:56:32.172 DEBUG 15190 --- [o-auto-1-exec-1] o.s.boot.web.servlet.view.MustacheView   : View name 'index', model {posts=[]}
2019-12-07 13:56:32.174 DEBUG 15190 --- [o-auto-1-exec-1] o.s.boot.web.servlet.view.MustacheView   : Rendering [classpath:/templates/index.mustache]
2019-12-07 13:56:32.185 DEBUG 15190 --- [o-auto-1-exec-1] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
2019-12-07 13:56:32.185 DEBUG 15190 --- [o-auto-1-exec-1] com.zaxxer.hikari.pool.PoolBase          : HikariPool-1 - Reset (readOnly) on connection conn0: url=jdbc:h2:mem:testdb user=SA
2019-12-07 13:56:32.185 DEBUG 15190 --- [o-auto-1-exec-1] o.s.web.servlet.DispatcherServlet        : Completed 200 OK
2019-12-07 13:56:32.186 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.w.a.ExceptionTranslationFilter     : Chain processed normally
2019-12-07 13:56:32.186 DEBUG 15190 --- [o-auto-1-exec-1] o.s.s.w.header.writers.HstsHeaderWriter  : Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@2ff579c2
2019-12-07 13:56:32.186 DEBUG 15190 --- [o-auto-1-exec-1] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
2019-12-07 13:56:32.186 DEBUG 15190 --- [o-auto-1-exec-1] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
2019-12-07 13:56:32.187 DEBUG 15190 --- [o-auto-1-exec-1] o.s.orm.jpa.JpaTransactionManager        : Creating new transaction with name [null]: PROPAGATION_REQUIRES_NEW,ISOLATION_DEFAULT
2019-12-07 13:56:32.187 DEBUG 15190 --- [o-auto-1-exec-1] o.s.orm.jpa.JpaTransactionManager        : Opened new EntityManager [SessionImpl(1052480212<open>)] for JPA transaction
2019-12-07 13:56:32.187 DEBUG 15190 --- [o-auto-1-exec-1] o.h.e.t.internal.TransactionImpl         : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
2019-12-07 13:56:32.187 DEBUG 15190 --- [o-auto-1-exec-1] o.h.e.t.internal.TransactionImpl         : begin
2019-12-07 13:56:32.187 DEBUG 15190 --- [o-auto-1-exec-1] o.s.orm.jpa.JpaTransactionManager        : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@c8b81ee]
2019-12-07 13:56:32.188 DEBUG 15190 --- [o-auto-1-exec-1] o.s.jdbc.core.JdbcTemplate               : Executing prepared SQL update
2019-12-07 13:56:32.188 DEBUG 15190 --- [o-auto-1-exec-1] o.s.jdbc.core.JdbcTemplate               : Executing prepared SQL statement [INSERT INTO SPRING_SESSION(PRIMARY_ID, SESSION_ID, CREATION_TIME, LAST_ACCESS_TIME, MAX_INACTIVE_INTERVAL, EXPIRY_TIME, PRINCIPAL_NAME) VALUES (?, ?, ?, ?, ?, ?, ?)]
2019-12-07 13:56:32.191 DEBUG 15190 --- [o-auto-1-exec-1] o.s.orm.jpa.JpaTransactionManager        : Initiating transaction commit
2019-12-07 13:56:32.191 DEBUG 15190 --- [o-auto-1-exec-1] o.s.orm.jpa.JpaTransactionManager        : Committing JPA transaction on EntityManager [SessionImpl(1052480212<open>)]
2019-12-07 13:56:32.191 DEBUG 15190 --- [o-auto-1-exec-1] o.h.e.t.internal.TransactionImpl         : committing
2019-12-07 13:56:32.191 DEBUG 15190 --- [o-auto-1-exec-1] o.s.orm.jpa.JpaTransactionManager        : Closing JPA EntityManager [SessionImpl(1052480212<open>)] after transaction
2019-12-07 13:56:32.197 DEBUG 15190 --- [o-auto-1-exec-1] o.a.tomcat.util.net.SocketWrapperBase    : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6000174e:org.apache.tomcat.util.net.NioChannel@7785449b:java.nio.channels.SocketChannel[connected local=/127.0.0.1:56004 remote=/127.0.0.1:56005]], Read from buffer: [0]
2019-12-07 13:56:32.198 DEBUG 15190 --- [o-auto-1-exec-1] org.apache.tomcat.util.net.NioEndpoint   : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6000174e:org.apache.tomcat.util.net.NioChannel@7785449b:java.nio.channels.SocketChannel[connected local=/127.0.0.1:56004 remote=/127.0.0.1:56005]], Read direct from socket: [0]
2019-12-07 13:56:32.198 DEBUG 15190 --- [    Test worker] s.n.www.protocol.http.HttpURLConnection  : sun.net.www.MessageHeader@1814ec0e11 pairs: {null: HTTP/1.1 200}{X-Content-Type-Options: nosniff}{X-XSS-Protection: 1; mode=block}{Cache-Control: no-cache, no-store, max-age=0, must-revalidate}{Pragma: no-cache}{Expires: 0}{Set-Cookie: SESSION=NWVlMDliMjktYWEzNi00Njk2LWI1NGItYWE0Yjk3ZGQzNzY3; Path=/; HttpOnly; SameSite=Lax}{Content-Type: text/html;charset=UTF-8}{Content-Language: ko-KR}{Content-Length: 1388}{Date: Sat, 07 Dec 2019 04:56:32 GMT}
2019-12-07 13:56:32.198 DEBUG 15190 --- [o-auto-1-exec-1] o.apache.coyote.http11.Http11Processor   : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6000174e:org.apache.tomcat.util.net.NioChannel@7785449b:java.nio.channels.SocketChannel[connected local=/127.0.0.1:56004 remote=/127.0.0.1:56005]], Status in: [OPEN_READ], State out: [OPEN]
2019-12-07 13:56:32.199 DEBUG 15190 --- [    Test worker] o.s.web.client.RestTemplate              : Response 200 OK
2019-12-07 13:56:32.200 DEBUG 15190 --- [    Test worker] o.s.web.client.RestTemplate              : Reading to [java.lang.String] as "text/html;charset=UTF-8"
2019-12-07 13:56:32.259 DEBUG 15190 --- [    Test worker] c.DefaultCacheAwareContextLoaderDelegate : Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@5a912097 testClass = IndexControllerTest, locations = '{}', classes = '{class kr.gracelove.jojoldu.springboot.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@4e536a8f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@1bdccf26, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@640f81a4, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3c4f1c14], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
2019-12-07 13:56:32.259 DEBUG 15190 --- [    Test worker] org.springframework.test.context.cache   : Spring test ApplicationContext cache statistics: [DefaultContextCache@1e7bd3ac size = 1, maxSize = 32, parentContextCount = 0, hitCount = 2, missCount = 1]
2019-12-07 13:56:32.260 DEBUG 15190 --- [    Test worker] c.DefaultCacheAwareContextLoaderDelegate : Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@5a912097 testClass = IndexControllerTest, locations = '{}', classes = '{class kr.gracelove.jojoldu.springboot.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@4e536a8f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@1bdccf26, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@640f81a4, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3c4f1c14], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
2019-12-07 13:56:32.260 DEBUG 15190 --- [    Test worker] org.springframework.test.context.cache   : Spring test ApplicationContext cache statistics: [DefaultContextCache@1e7bd3ac size = 1, maxSize = 32, parentContextCount = 0, hitCount = 3, missCount = 1]
2019-12-07 13:56:32.260 DEBUG 15190 --- [    Test worker] c.DefaultCacheAwareContextLoaderDelegate : Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@5a912097 testClass = IndexControllerTest, locations = '{}', classes = '{class kr.gracelove.jojoldu.springboot.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@4e536a8f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@1bdccf26, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@640f81a4, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3c4f1c14], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
2019-12-07 13:56:32.260 DEBUG 15190 --- [    Test worker] org.springframework.test.context.cache   : Spring test ApplicationContext cache statistics: [DefaultContextCache@1e7bd3ac size = 1, maxSize = 32, parentContextCount = 0, hitCount = 4, missCount = 1]
2019-12-07 13:56:32.261 DEBUG 15190 --- [    Test worker] c.DefaultCacheAwareContextLoaderDelegate : Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@5a912097 testClass = IndexControllerTest, locations = '{}', classes = '{class kr.gracelove.jojoldu.springboot.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@4e536a8f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@1bdccf26, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@640f81a4, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3c4f1c14], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
2019-12-07 13:56:32.262 DEBUG 15190 --- [    Test worker] org.springframework.test.context.cache   : Spring test ApplicationContext cache statistics: [DefaultContextCache@1e7bd3ac size = 1, maxSize = 32, parentContextCount = 0, hitCount = 5, missCount = 1]
2019-12-07 13:56:32.264 DEBUG 15190 --- [    Test worker] tractDirtiesContextTestExecutionListener : After test method: context [DefaultTestContext@e9b066a testClass = IndexControllerTest, testInstance = kr.gracelove.jojoldu.springboot.web.IndexControllerTest@757cfb57, testMethod = 메인페이지_로딩@IndexControllerTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@5a912097 testClass = IndexControllerTest, locations = '{}', classes = '{class kr.gracelove.jojoldu.springboot.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@4e536a8f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@1bdccf26, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@640f81a4, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3c4f1c14], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
2019-12-07 13:56:32.266 DEBUG 15190 --- [    Test worker] tractDirtiesContextTestExecutionListener : After test class: context [DefaultTestContext@e9b066a testClass = IndexControllerTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@5a912097 testClass = IndexControllerTest, locations = '{}', classes = '{class kr.gracelove.jojoldu.springboot.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@4e536a8f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@1bdccf26, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@640f81a4, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3c4f1c14], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> false]], class annotated with @DirtiesContext [false] with mode [null].